@charset "utf-8";
/* CSS Document */

body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				background-color: #ccc;
			}
			
div#wrap		{	width: 60em;
					margin: 0 auto;
			}
			
div#header		{	width: 60em;
					height: 140px;
					float: left;	
				}
	
			
ul#navigation		{	width: 60em;
						float: left;	
					}
					
ul#navigation li	{	float: left;
						
					}
				
ul#navigation li a		{	display: block;
							width: 6.5em;
							text-align: center;
							background-color: #004a99;
							color: #fff;
							border-right: 1px solid #FC6;
							text-decoration: none;
							padding: 0.5em;
						}
					
ul#navigation a:hover	{	background-image: url(../images/ausschnitt_wand.jpg);
							color: #000;
						}
						
.seite					{	font-weight: bold;
							background-color: #e5d6ad;
							border-right: 1px solid #fc6;
							padding: 0.5em 1.7em;
						}
						
ul#navigation li a.re	{	border-right: 1px solid #004a99;
						}
						
#sidebar_li		{	width: 12em;
					height: 970px;
					float: left;
					background-image: url( "../html/images/esse_4.jpg");
					background-position: center right;
					background-repeat: no-repeat;
				}
					
#sidebar_re		{	width: 12em;
					height: 970px;
					float: left;
					background-color: #7496ba; 
				}
				
#sterne			{	margin: 48px 0 0 4px;
				}
				
#sterne a		{	color: #FFF;
				}
				
#movie			{	width: 11.5em;
					height: 12em;
					float: left;
					margin: 1.9em 0 0 0.3em;	
					background-color:#7496ba;	
				}
				
div#movie embed	{	width: 182px;
					height: 165px;
				}
					
				
div#movie p,
div#sterne p	{	font-size: 0.8em;
					font-weight: bold;
					text-align: center;
					color: #FFF;
					line-height: 1.2em;
					padding-bottom: 1em;
				}

			
#content	{	width: 36em;
				height: 970px;
				float: left;
				background-color: #e5d6ad;
			}
			
table		{	font-size: 0.9em;
				width: 38em;
				height: 30.6em;
				border: none;
				margin: 2em 0 0 1em;
				background-color: #FFC;
			}
			
caption		{	font-size: 1.5em;
				font-weight: bold;
				padding-bottom: 1.2em;
			}
			
td			{	padding: 0.5em;
				line-height: 1.5em;
				letter-spacing: 0.02em;
			}
			
.bold		{	font-weight: bold;
				white-space: nowrap;
			}
			
#text_re	{
			}
			
#footer		{	width: 60em;
				height: 50px;
				float: left;
				background-image:url(../images/wand_3.jpg);
				background-repeat: no-repeat;
			}
			
#footer p	{	margin: 1em 0 0 0;
				padding: 0;
				border: 0;
				font-size: 1.5em;
				font: inherit;
				vertical-align: baseline;
				text-align: center;
				color: #004a99;
			}		