@charset "ISO-8859-1";
<!--

/************************ Allgemeines ************************/

a:link 	
{ 
	color:#2E67A6; 
	text-decoration:none; 
	font-weight:bold;
}

a:visited 
{ 
	color:#2E67A6; 
	text-decoration:none; 
	font-weight:bold;
}

a:active 
{ 
	color:#000000; 
	text-decoration:underline; 
	font-weight:bold;
}

a:hover 
{ 
	color:#000000; 
	text-decoration:underline; 
	font-weight:bold;	
}
	
img 
{
	border: 0px #000000 solid;
	display: block;
}


hr 
{ 
	border-top: 2px solid #2E67A6;
	border-bottom: 0;
	height: 1px;
	width: 100%;
}


table
{
	border-width:0px;
	margin:0px; 
	width:100%;
	color:#000000; 
	line-height:16px; 
	font-family:arial; 
	font-size:12px;
}

.rand1 {
	border:1px #000000 solid;
}

ul, li {margin:0;padding:0; margin-left:12px;list-style-type:&bull; list-style-position:outside;}

h1 {padding: 10px 0px; margin:0; }

/************************ Spezielle Klassen ************************/ 



.fotogalerie
{
	float: left;
}


.fotogalerie img
{
	border: 5px #2E67A6 solid;
	display: block;
	margin: 0px 20px 20px 0px;
	float: left;
}
*html .fotogalerie img
{
	margin: 0px 15px 20px 0px;
}

.video
{
	float:left;    
	width: 276px;
	border: 4px #2E67A6 solid;
	background-color:#2E67A6;
	margin: 10px 0px 10px 0px;
}

.videobeschreibung
{
	float:left; 
    width: 264px;
	padding: 6px 6px 3px 6px;
	background-color:#2E67A6;
}



body 
{
	background-color:#9CBAE5; 
	width:100%;
	margin:0 auto;
	background:#2e67a6 url(images/hintergrund.jpg) repeat-x;
}

/************************ IDs - Seitenaufbau ************************/
#box_alles
{
	position:relative;
	margin:0 auto; 
	width:1010px; 
	padding-top:0px;
}

	#box_oben 
	{
		float:left;	
		width:1010px;
		height:310px; 
		background:transparent url(images/bg_content.png) repeat-y; 
	}

	*html #box_oben 
	{
		background:transparent; 
	}


		#box_header
		{
			float:left;	
			width:970px; 
			height:310px; 
			background:transparent url(images/header.png) no-repeat; 
		}

		#box_header_logo
		{
			position:absolute;
			margin:0;
			padding:31px 0px 0px 5px;
			width:548px;
			height:231px;
			z-index:1;
		}

		#box_header_farbeimer
		{	
			position:absolute;
			width:1010px;
			height:310px;
			padding:0px 0px 0px 0px;
			margin:0;	
			background:transparent url(images/hg_header.png) no-repeat 5px 0px; 
			z-index:0;
		}

		#box_menue
		{
			position:absolute;
			margin:275px 0px 0px 5px;
			width:810px; 
			height:25px;
			background-color:#dd1800;
		}

		/*Formatierung für Navigation */
		/* ... sind in navi.css enthalten! */





	#box_unten
	{	
		float:left;
		width:990px;
	}

		#box_inhalt
		{
			float:left;
			width:990px;
			background:transparent url(images/bg_content.png) repeat-y;
		}
		
		*html #box_inhalt
		{
			background:transparent url(images/bg_content_neu.gif) repeat-y;
		}
	
		
		
			/************************ Inhaltsformatierung ************************/
			#links
			{
				float:left;
				width:400px; 
				padding:10px 10px 10px 20px; 
				color:#000000; 
				line-height:16px; 
				font-family:arial; 
				font-size:12px;
				overflow:hidden; 
			}

			#links h1
			{
				font-size: 20px;
				color: #2E67A6;
				font-weight: bold;
				line-height:24px;
			}

			#rechts
			{
				float:left;
				width:500px; 
				padding:10px 30px 10px 10px;
				color:#000000; 
				line-height:20px; 
				font-family:arial; 
				font-size:12px;
				overflow:hidden; 
				text-align: justify;
			}


			#rechts h1
			{
				font-size: 20px;
				font-weight: bold;
				color: #2E67A6;
				line-height:24px;
			}
			



	#box_footer
	{
		float:left;	
		margin:0 auto;
		background-color:#9CBAE5;
		width:990px;
		height:50px;
		background: #4F85A5 url(images/footer.png) no-repeat; 
	}
	
	*html #box_footer
	{
		background: #4F85A5 url(images/footer.gif) no-repeat; 
	}

		#box_footer_inhalt
		{
			float:left;
			width:955px; 
			height:22px; 
			color:#ffffff;
			line-height:25px; 
			font-family:arial; 
			font-size:12px;
			text-align:right;
		}

		#box_footer_inhalt a:link 	
		{ 
			color:#ffffff;
			text-decoration:none; 
		}

		#box_footer_inhalt a:visited 
		{ 
			color:#ffffff;
			text-decoration:none; 
		}

		#box_footer_inhalt a:active 
		{ 
			color:#ffffff;
			text-decoration:underline; 
		}

		#box_footer_inhalt a:hover 
		{ 
			color:#ffffff;
			text-decoration:underline; 
		}











 
 
-->