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

body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				background-color: #ccc;
			}
			
#wrap		{	width: 60em;
				margin: 0 auto;
			}
			
#header		{	width: 60em;
				height: 140px;
				float: left;	
			}
			
#sidebar_li	{	width: 12em;
				height: 55.625em;
				float: left;
				background-color: #e5d6ad;
			}
			
#nagel_li	{	width: 368px;
				position: absolute;
				visibility: visible;
				margin: 478px 0 0 -3em;
	
			}
			
div#nagel_li img		{	
						}
			
.nagel		{	font-size: 0.875em;
				margin: 4em 0 0 0.25em;
				color: #004a99;
				line-height: 1.2em; 
			}	
			
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-image: url(../images/ausschnitt_wand.jpg);
							color: #000;
						}
						
.seite					{	font-weight: bold;
							background-color: #e5d6ad;
							border-bottom: 1px solid #fc6;
							padding: 0.5em;
						}

			
#content	{	width: 48em;
				height: 55.625em;
				float: left;
				background-color: #e5d6ad;
			}

div#block_1 	{	font-size: 13px;
				
				width: 350px;

			}
div#block_2 	{	font-size: 1,8em;
				margin: 10px 10px 0 0px;
				padding: 1em;
				width: 300px;
				background-color:lightgray;
				float: right;
			}

div#block_3 	{	font-size: 1,8em;
				font-weight: bold;
				line-height: 2,2em;
				margin: 10px 0 0 10px;
				padding: 1em;
				width: 350px;
				background-color:lightgray;
				float: left;
			}

			
div#text_re	{	font-size: 13px;
				margin: 1.5em 0 0 1.5em;
				
			}
				
div#text_re p	{	margin: 0;
					padding: 0 1.5em;
					line-height: 1.5em;
				}
				
div#text_re p span	{	font-weight: bold;
					}
				
div#text_re img	{	/*width: 150px*/
					float: left;
					padding: 0 1.5em 0 0;
				}
				
div#img			{
					padding: 0 1.5em 0 1.5em;
				}
div#video			{
					 height: 10em;
				} 
				

				
#text_li		{	margin: 3em 0 0 8em;
				}
				
#text_li ul		{	margin: 0 1em 0 1em;
					line-height: 1.5em;
				}
				
div#text_li li	{	list-style-type: circle;
					
				}
				
div#text_li li a	{	text-decoration: none;
						color: #004a99;
					}
				
h1			{	font-size: 1.4em;
				line-height: 1.4 em;
				font-weight: bold;
				color: #004a99;
				padding: 0 0 1em 0;
			}
			
h2			{	font-size: 1.1em;
				font-weight: bold;
				padding: 0 0 1.2em 0em;
				line-height: 1.3em;
			}
			
h3			{	font-size: 12px;
			}
			
h4			{	font-size: 1.3em;
				font-weight: bold;
				color: #004a99;
				line-height: 1.3em;
				
			}
			
#infokasten		{	width: 45em;
					height: 18.75em;
					border: 1px solid #004a99;
					margin: 1em 0 0 1.5em;	
					background-color: #b7c7d8;
				}
				
div#infokasten a	{	width: 150px;
						margin: 1.4em 0 0 1em;
						float: left;
						padding-right: 1em;
						background-image:url(../images/kirche.jpg);
						background-repeat: no-repeat;
					}
					
div#infokasten a:hover img	{ visibility: hidden;	
							}
					
div#infokasten p	{	font-size: 0.72em;
						padding: 2em;
						line-height: 1.5em;	
					}
					
span				{	font-weight: bold;
					}
			
#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;
			}
			
		
