body {
font: 100% Arial, serif;
text-align:center;
color:#2c2c2c;
margin:0;
padding:0;
min-width:1200px;
background:url(../images/background.jpg) 

}
#tableWrapper {
	margin:20px;	
	background-color: rgb(252,247,229);
	width:750px;
	border:1px solid rgba(61,13,62,.50);	
	-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.75);
	box-shadow:0 0 20px rgba(0, 0, 0, 0.75);
}
table {
	margin:50px auto 50px 5px;
	padding:0;
	border:0;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 	
	color:black;			
}
caption {
	font: italic normal 139%/1.44 'Sacramento', cursive, serif;
	text-align: right;
	color: rgb(61,13,62);
	padding:0;
	margin:0 10px 10px 0;
	caption-side:top;
}

#info p{
	color:#5e5e5e;
	padding-right:15px;
	margin:0;
	text-align:center;
	text-shadow: 1px 1px 0px #999;
}


caption .bottom {
	font: italic normal 139%/1.44 'Sacramento', cursive, serif;
	text-align: right;
	color: rgb(61,13,62);
	padding:0;
	margin:0 10px 10px 0;
	caption-side:bottom;
}
td, th {
	color:#5e5e5e;
	padding-right:15px;
	margin:0;
	text-align:center;
	text-shadow: 1px 1px 0px #999;	
}
thead th {
	height:30px;
	vertical-align: bottom;
	font-size:115%;
	line-height:; 
	
}

thead th a {

	font-size:70%;

	
}
thead td {
	font-weight:bold;
	color:black;
	vertical-align:bottom;
	line-height:292%;
	text-indent:30px;
	text-align: left;
	text-shadow: 0px 0px 0px;		
}



tbody td {
	height:30px;
	width:80px;
	padding-left:20px;
}
tbody th {
	text-align:center;
	font-weight:bold;
	text-indent:15px;
}


a {
	color:#330033;
}


.wrapper {
max-width:1200px;
margin-left: auto;
	margin-right: auto;
	width: 70em;
	text-align: left;

  
}

#header{
	text-align:center;
	width:100%;
	margin:0;
	padding:30px 0 30px 0;
}
#logo {

	position:absolute;
	left:420px;
	top:0;
	z-index:-1;
	width:25%;
	height:auto;
	opacity:0.4;
	filter:alpha(opacity=40);
	
}

#menu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background:rgba(61,13,62,.90);
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
color:rgba(238,217,125,.90); GELBBBBBBBB
	text-transform: uppercase;
	font: bold 18px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu .subnav a {
color:rgba(61,13,62,.90);
text-decoration: none;
text-shadow: none;
}
#menu li:hover > a{
color:white;
}

#menu li a:hover{ /* IE6 */

}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 5px ;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color:rgba(238,217,125,.90); 
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 20px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
        background: rgba(61,13,62,.70);


}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: rgba( 37, 78, 53,.60);
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#menu             { zoom: 1; } /* IE6 */
#first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}



#menu ul li:first-child a:hover:after{
    border-bottom-color:rgba(61,13,62,.70);
	
}



#content {
	float: left;
		width: 70%;
		min-height: 200px;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 40px 0px;
		position: relative;
background-color: rgba(246,241,245,.70);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
}


#inforechts {
	float: right;
	width: 300px;
}
#box2{
	float: right;
		width: 280px;
		min-height:00px;
			margin: 0px 0px 0px 50px;
			padding: 15px 0px 20px 20px;
		background-color: rgba(246,241,245,.85);
		text-align:center;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
}

#box3{
	float: right;
		width: 280px;
		min-height:100px;
			margin: 15px 0px 0px 50px;
			padding: 15px 0px 20px 20px;
		background-color: rgba(246,241,245,.85);
		text-align:center;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
}

#box4{
	float: right;
		width: 280px;
		min-height:00px;
			margin: 15px 0px 0px 50px;
			padding: 15px 0px 20px 20px;
		background-color: rgba(246,241,245,.85);
		text-align:center;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
}

#header h1 {
font: italic normal 139%/1.44 'Sacramento', cursive, serif;
font-size:68px;
padding: 0 30px;
color: rgb(61,13,62);
text-decoration:none;
} 



#h3 {
font: 20px Verdana, sans-serif; 
color: rgb(61,13,62);


}

#box2 p, #box3 p, #box4 p {
	color: #555555;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 
	padding:10px 10px 5px 10px;
line-height:30px;
color:rgb(61,13,62);
	
}

#box2 a, #box3 a, #box4 a {
	color: #555555;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 
	padding:10px 10px 5px 10px;
line-height:30px;
color:rgb(61,13,62);
	
}

#box2 a:hover, #box3 a:hover, #box4 a:hover {
	color: #555555;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 
	padding:10px 10px 5px 10px;
line-height:30px;
color:rgb(61,13,62);
	text-shadow: 1px 1px 1px #6c6c6c;
	margin:0;
	text-indent:50px;
	text-decoration:none;
	
}


#footer {
text-align:center;
display:inline-block;
width:800px;
margin:40px 0 0 90px;
padding:25px 0;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background:rgba(61,13,62,.40);
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-bottomleft:5px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
}


#footer img{
	margin:0 5px 2px 0;
	
}
	




#footer a {
	
	font: normal 16px, arial, serif;
	text-shadow: 1px 1px 1px #6c6c6c;
	margin:0;
	padding:0 15px 0 0;
	text-indent:50px;
}

#header h1 {
	font: italic normal 139%/1.44 'Sacramento', cursive, serif;
	font-size:68px;
	padding: 0 30px;
	color: rgb(61,13,62);
	text-decoration:none;}



#h3 {
font: 20px Courier ;
text-indent:50px;
}



#content p {
font: 18px arial;
margin:10px 30px 0 20px;
padding:5px 30px 0 30px;
}

#content ul {
	padding:0 30px 0 50px;
	list-style:none;
		
}
#content li {
font: 18px arial;
padding:5px 30px 0 30px;
}
#content h2 {
text-align:center;
font-family: 'Sacramento', cursive;
padding:25px 0 15px 0;
font-size:30px;
color:rgb(61,13,62);
line-height:25px;
}

#fb_iframe {display:none;}

#main p {
font-size: 18px;
line-height:25px;
}
#footer p {
font: normal 18px, Courier ;
text-shadow: 1px 1px 1px #6c6c6c;
margin:0;
padding:0;
text-indent:50px;
}



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


@media only screen and (max-width: 750px) {
#main {
margin:0 auto;
max-width:700px;
min-width:400px;
width:90%;
}
#header,
#footer {
margin:25px auto;
width:100%;
height:auto;
}
#header {
margin-top:0;
}
#content {
padding:10px 0;
}
#content h2,
#content p {
margin:0;
padding:10px 20px;
}
#header h1,
#footer p {
text-indent:20px;
}
#main h1,
#main h2 {
font-size:30px;
line-height: 1.25;
}
#content h1 span {
font-size:18px;
}
}

@media only screen and (max-width: 400px) {
#main {
margin:0 auto;
max-width:400px;
min-width:150px;
width:90%;
}
#navi ul {
float:none;
width:100%;
padding:0;
}
#navi li,
#navi li#active span,
#navi li a,
#navi li a span {
float:none;
width:100%;
}
#navi ul li {
padding:0;
}
#content h2,
#content p {
margin:0;
padding:10px;
}
#header,
#footer {
padding:5px 0;
}
#header h1,
#footer p {
text-indent:10px;
}
#header h1 {
line-height:.66;
}
#navi li a,
#navi li#active {
height:27px;
text-align: left;
margin:0;
padding:0;
text-indent:10px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}


	#navi li a,
	#navi li a span,
	#navi li#active span {
		padding:20px;
	}
	#content,
	#navi li#active span,
	#navi li a {
		-webkit-border-top-right-radius:0px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topright:0px;
		-moz-border-radius-topleft:0px;
		border-top-right-radius:0px;
		border-top-left-radius:0px;
	}
	#navi li:first-child a,
	#navi li#active:first-child span {
		-webkit-border-top-right-radius:5px;
		-webkit-border-top-left-radius:5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-topleft:5px;
		border-top-right-radius:5px;
		border-top-left-radius:5px;
	}
	
	.image{float: right;
			width: 285px;
			margin:0px 10px 0px 30px;

	}
