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

body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				background-color: #ccc;
			}
			
#wrap		{	width: 60em;
				margin: 0 auto;
				border: 3;
			}
			
#header		{	width: 60em;
				height: 140px;
				float: left;	
			}
			
#sidebar_li	{	width: 12em;
				height: 55.625em;
				float: left;
				background-color: #e5d6ad;
			}	
			
ul#navigation		{	width: 12em;	
					}
				
ul#navigation a		{	display: block;
						background-color: #004a99;
						color: #fff;
						border-bottom: 1px solid #FC6;
						text-decoration: none;
						padding: 0.5em;
					}
					
ul#navigation a:hover	{	/*background-color: #7496ba;*/
							background-image:url(../images/ausschnitt_wand.jpg);
							background-repeat: no-repeat;
							color: #000;
						}
						
.seite					{	font-weight: bold;
							background-color: #e5d6ad;
							border-bottom: 1px solid #fc6;
							padding: 0.5em;
						}
						
#bild1_sidebar			{	
						}
						
#bild1_sidebar a		{	margin: 0.8em 0 0 0;
							width: 192px;
							float: right;
							background-image:url(../images/tor_alt.gif);
							background-repeat: no-repeat;
						}
						
#bild1_sidebar a:hover img	{	visibility: hidden;
							}
							
#bild2_sidebar			{	
						}
						
#bild2_sidebar a		{	margin: 0.5em 0 0 0;
							width: 192px;
							float: right;
							background-image: url(../images/alt_innen154.jpg);
							background-repeat: no-repeat;
						}
						
#bild2_sidebar a:hover img	{	visibility: hidden;
							}
							
#bild3_sidebar			{	
						}
						
#bild3_sidebar a		{	margin: 0.5em 0 0 0;
							width: 192px;
							float: right;
							background-image:url(../images/ringe_innen155.jpg);
							background-repeat: no-repeat;
						}
						
#bild3_sidebar a:hover img	{	visibility: hidden;
							}


			
#content	{	width: 48em;
				height: 55.625em;
				float: left;
				background-color: #e5d6ad;
			}
				
.bild_1			{ 	font-weight: bold;
					width: 350px;
					float: left;
					margin: 20px 0 0 20px;
				}
				
.bild_2			{	font-weight: bold;
					float: left;
					width: 350px;
					margin: 20px 0 0 20px;
				}
				
#text_li		{}
			
#text_re	{	clear:both;
				margin: 0 1.25em 0 1.25em;
				font-size: 0.9em;
				line-height: 1.3em;
			}
			
#text_re dt	{	font-weight: bold;
				color: #004a99;
			}
			
#text_re dd	{	margin-left: 1.5em;
			}
				
h1			{	font-size: 1.5em;
				font-weight: bold;
				padding: 1em 0 1em 0;
			}
			
#stern		{	position: absolute;
				margin: 25em 0 0 50em;
			}
			
#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;
			}		