﻿body {
 background-color:#E1E1E1;
}

p{color:#444444;}
h1 {color:#444444;}
h2 {color:#808080;}
h3 {color:#808080;}
h4 {color:#808080;}
h5 {color:#808080;}
h6 {color:#808080;}

#header{
  color:white;
  height:170px;
}
.logo {
	 position:relative;
	 height:150px;
	 width:800px;
	 left:10px;
	 top:20px;
 }
 .logo_big {
	 position:absolute;
	 height:220px;
	 width:220px;
	 left:200px;
	 top:300px;
 }
 
nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    width:1480px ;
    background-color:red;
    height:50px;
}

nav ul {
    list-style-type: none;
}

nav li {
    display: inline;
    margin-right: 40px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top:15px;
    padding-bottom:15px;
    border-radius: 5px;
    font-size:22px;
    cursor: default;
    background-color:red;
    border: #C0C0C0 3px outset;
}

nav li:hover {
    border: #C0C0C0 3px inset;
}

nav a {
    text-decoration: none;
    color:yellow;
    text-shadow: gray 0px 0px 4px;
}

nav a:hover {
    color:white;
    text-shadow: none;
}

/* Navigation senksecht innerhalb content */

ul#navigation {
 margin: 0;
 padding: 0;
 list-style: None;
 width: 300px;
 border-bottom: 1px Solid #000000;
 float: Left;
 margin-right: 10px;
}

ul#navigation li {
 position: Relative;
 width: 300px;
}
 
ul#navigation li ul {
 position: Absolute;
 left: 179px;
 top: 0;
 padding: 0;
 opacity: 0.0;
 visibility: Hidden;
 list-style: None;
 z-index: 100;
 transition: opacity  1.2s;
}

ul#navigation li a {
 display: Block;
 text-decoration: None;
 color: #FF0000;
 padding: 5px;
 background-color: #C0C0C0;
 border: 1px Solid #000000;
 border-bottom: 0;
 transition: color 0.5s;
}

ul#navigation li a:hover,
 ul#navigation li a:active {
 color: #000000;
 cursor: Pointer;
}

ul#navigation li:hover ul,
 ul#navigation li:active ul {
 opacity: 1.0;
 visibility: Visible;
}

/* Navigation horizontal*/

ul#navigation-h {
 margin: 0;
 padding: 0;
 list-style-type: None;
 height: 32px;
}

ul#navigation-h li {
 float: Left;
 width: 180px;
 position: Relative;
}

ul#navigation-h li a {
 display: Block;
 width: 180px;
 line-height: 30px;
 text-align: Center;
color: #FF0000;
 text-decoration: None;
 background-color: #C0C0C0;
 border: 1px Solid #000000;
}

ul#navigation-h li a:hover,
 ul#navigation-h li a:active {
 color: #000000;
 cursor: Pointer;
}

       
#ganze_Seite {
	width:1450px;
	color:#000;
}
#l_seite{
	float:left;
	width:250px;
	height:650px;
	margin-top:20px;
	margin-left:px;
	text-align:;
	padding-right:0px;
	/*overflow:auto; */
}

#l_seite_table{
	float:left;
	width:1240px;
	height:615px;
	margin-top:0px; 
	margin-left:10px; 
	text-align:center;
	padding-left:px;
	overflow:auto; 
}
#l_seite_kontakt{
	color:yellow;
	background-color:;
	float:left;
	width:740px;
	height:525px;
	margin-left:0px;
	padding-left:30px; 
	text-align:left;
	overflow:;
}

l_seite span{
 background-color:#cc0000;
 color:yellow;
}

#r_seite{
  background-color:;
  color:yellow;
  text-align:left;  /* Inhalt wieder links */
  margin-top:px; 
  margin-left:740px;
  margin-right:px; 
  height:545px;
  with:px;
  position:absolute;
 }
 
/*Tabelle */
table#table {
 border-spacing: 5px;
 background-color: #FFFFFF;
 color: #808080;
}

table#table tr th {
 background-color: #EEEEEE;
}

table#table tr:hover {
 outline: Solid 1px #808080;
}

table#table tr th,
table#table tr td {
 border: Solid 1px #FF0000;
}

table#table tr th,
table#table tr td {
 padding: 10px;
}
    
#r_seite_table{
  text-align:;  /* Inhalt wieder links */
  margin-top:0px; 
  margin-left:5px;
  height:px;

}    

<style>
table#tabelletermine {
 width: 80%;
 border-spacing: 5px;
}

table#tabelletermine tr:hover {
 outline: Solid 1px #006ADF;
}

table#tabelletermine tr th,
table#tabelletermine tr td {
 border: Solid 1px #7DBBFF;
}

table#tabelletermine tr th,
table#tabelletermine tr td {
 padding: 10px;
}
</style>
r_seite span{
	 background-color:white;
	 color:blue;
}
#text_r{
	background-color:;
	font-family:;
	color:red;
	font-size:40px;
	font-weight:bolder;
	text-align:left;

}

caption {
	color:white;
	background: #b9b9b9;
	font-size: 1.5em;
	box-shadow: 0.1em 0.1em 0.1em 0 hsl(0, 0%, 50%);
	padding: 0.2em 0.2em 0.2em 2em;
	width: 10em;
	margin-left: -.6em;
	position: relative;
}

caption::before {
	content: "";
	position:absolute;
	display: block;
	height: 0;
	width: 0;
	top: 1em;
	left: -0.6em;
	border-style: solid;
	border-width: 0.6em;
	border-color: transparent hsl(13, 96%, 35%) transparent transparent;
	z-index: -1;
}

.details_vorstand {
    text-align:left;
	color:red;
	position:relative;
	right:0px;
	top:0px;
	background-color: #c8c8c8;
	border: 0.1em solid #3983ab;
	border-radius: 0 8px 8px;
	padding: 1em 1em .2em;
	width: 300px;
	max-height:220px;
	overflow:;
	display:none;
	z-index: 1;
}

.details_vorstand:target{
	display: block;
}

.close {
	width: 0;
	heigh: 0;
	border: 0;
	text-shadow: none;
	color:transparent;
}
.close:after {
	position:absolute;
	top: 1em;
	right: 1em;
	content: "X";
	color:red;
	background-color:White;
	font: font: bold 1em/150% Georgia, Times, serif;
	border: 0.1em solid #3983ab;
	border-radius: 0 8px 8px;
	display: block;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	padding: 0.2em 0 0 0em;
}


.t_vorstand{
        width:150px;
        height:100px;
        color:red;
        background-color:#b9b9b9;
        box-shadow: inset 10px 10px 10px -3px rgba(0, 0, 0, 0.5);
}

#footer{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    width:1480px ;
    background-color:red;
    height:50px;
    clear: both;
    position:relative;
}
footer a{
 text-decoration: none;
}
          	
footer li:hover {
    border: #C0C0C0 3px inset;
}	
	
}
footer a {
    text-decoration: none;
    color:yellow;
    text-shadow: gray 0px 0px 4px;
}

footer a:hover {
    color:white;
    text-shadow: none;
}

footer ul{
	float:left;
	list-style:none;
}
footer li{
    display:inline;
    margin-right: 40px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top:5px;
    padding-bottom:15px;
    border-radius: 5px;
    font-size:22px;
    cursor: default;
    background-color:red;
    border: #C0C0C0 3px outset;
    
 }
footer p{
       font-size:large;
       padding-top:20px;
       text-align:right;
       margin-right:20px;
}
footer span{
       color:yellow;
}
#rechtliches {
    text-align:center;
	color:#000;
	background-color:#C9C9C9;
    margin-top: 20px;
    margin-bottom: 20px;
	padding-top:10px;
    border-radius: 10px;
    width:1480px;
    height:100px;
    clear: both;
    position:relative;
}
#rechtliches a:link {
    text-decoration: none;
    color:red;
    text-shadow: gray 0px 0px 4px;
}
#rechtliches h3 {color:#808080;}
#termine {min-height:550px;}
#termine {min-height:550px;}
.platzhalter {min-height:400px;}