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

body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				background-color: #ccc;
			}
			
#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-size: 1.2em;
							width: 5.1em;
							font-family:"Comic Sans MS", cursive;
							font-weight: bold;
							text-align: center;
							background-color: #e5d6ad;
							border-right: 1px solid #fc6;
							padding: 0.35em;
						}
						
ul#navigation li a.re	{	border-right: 1px solid #004a99;
						}

			
#content	{	width: 60em;
				height: 55.625em;
				float: left;
				background-color: #e5d6ad;
			}
			
#galerie	{	width: 60em;
				float: left;
				margin: 1.2em 0 0 0;
			}
			
h1			{	font-size: 1.8em;
				font-weight: bold;
				color: #004a99;
				text-align: center;
				line-height: 1.4em;
			}
			

.bild_1,
.bild_2,
.bild_3,
.bild_4,
.bild_5,
.bild_10,
.bild_11,
.bild_12,
.bild_13,
.bild_14	{	width: 150px;
				float: left;
				margin: 0 0 0 20px;
				padding: 20px 20px 0 0;
			}
			
.bild_6,
.bild_7,
.bild_8,
.bild_9,
.bild_15,
.bild_16,
.bild_17,
.bild_18	{	width: 200px;
				float: left;
				margin: 0 0 0 20px;
				padding: 20px 17px 0 0;
			}
		
			
#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;
			}		