@charset "utf-8";


*
{
	border:		0 none;
	padding:	0;
	margin:		0;
	font-family: Arial, Helvetica, sans-serif ;
}

table
{
	border-collapse: separate;
}

body
{
	color:			#372274;
	font-size:		100.1%;
	background: #ffffe6 url(/design/background/background-new.jpg) repeat-x;
}

a
{
	text-decoration:	underline;
	color:				#372274;
}

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

label
{
	cursor: pointer;
}

strong {
		color: #2a166f;
	}



/* === [ Grundlayout ] ===================================================================== */

#wrapper
{
	width: 900px;
	margin: 0 auto;
	background-color: #ffffe6;
}

	#wrapper:after
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}

	#wrapper h1
	{
		background: #fff;
		font-width: 1em;
		width: 900px;
		height: 105px;
		margin: 0;
	}

		#wrapper h1 img
		{
			display: block;
			
		}
		
		
	#content
	{
	width: 900px;
	margin: 0 auto;
	background: #ffffe6;
	min-height: 670px;
	}

	#content:after
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}


#footer
{
	width: 900px;
	background: url(/design/navi/navi-back-new.jpg) repeat-x;
	color: #666;
	font-size: .7em;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	height: 50px;
	clear: both;
}

	#footer a
	{
		color: #2a166f;
		text-decoration: none;
	}

	#footer a:hover
	{
		color: #000;
		text-decoration: none;
	}
#leftcol .tx-negativ {
		background-color: #2a166f;
		padding: 10px;
	}	
	
	#leftcol .tx-negativ p {
		color: #fff;
		font-size: 0.9em;
		font-weight:500;
		}
	
	

/* === [ Navigation ] =========================================================================== */

#topnavigation
{
	width: 900px;
	clear: both;
}

#topnavigation ul#navi
{
	list-style-type: none;
	font-size: 0.9em;
	color: #a2a2a2;
}

	#topnavigation ul#navi li
	{
		float: left;
		width: 114px;
		position: relative;
		background: url(/design/navi/navi-back-new.jpg) repeat-x;
		line-height: 2.6em;
	}
	
	#topnavigation ul#navi li.contact
	{
		width: 102px;
	}
	
		#topnavigation ul#navi li a
		{
			display: block;
			color: #333;
			text-decoration: none;
			border-left: 1px solid #a2a2a2;
			padding: 0 5px;
			text-align:center;
		}

			#topnavigation ul#navi li a:hover,
			#topnavigation ul#navi li a.marked
			{
				color: #fff;
				background-color: #E68E06; 
				font-weight: bold;
			}

			

	/* 2. Ebene */
	#topnavigation ul#navi li ul
	{
		left: -999em;
		list-style-type: none;
		position: absolute;
		z-index: 100;
		font-size: 0.7em;
	}
		#topnavigation ul#navi li ul li
		{
			width: 170px;
			line-height: 2.3;
		}
		
		#topnavigation ul#navi li ul#contact li
		{
			width: 94px;
		}
		
		#topnavigation ul#navi li ul li a
		{
			border-bottom: 1px solid #b4b4b4;
			border-left: 1px solid #b4b4b4;
			border-right: 1px solid #b4b4b4;
			background-color: #eeeeee;
			color: #333;
			text-align: left;
			padding: 0 2px 0 15px;
		}
		
		#topnavigation ul#navi li ul li a:hover
		{
			color: #fff;
		}
		


	#topnavigation ul#navi li:hover ul,
	#topnavigation ul#navi li.sfhover ul
	{
		left: auto;
	}
	
	
#info-pics {
			
			padding: 50px 0 5px 20px;
			
	}

	
/* === [ content ] =========================================================================== */

h2 
{
	color: #fff;
	width: 416px;
	padding: 5px 5px 5px 10px;
	font-size: 0.9em;
	background: #E68E06;
	line-height: 1.5;
	margin: 0 0 20px 20px;
	float:left;

}

h2.ab
{
	margin-top: 80px;
	}

h3
{
	color: #fff;
	width: 419px;
	padding: 5px 10px 5px 0;
	font-size: 0.9em;
	background: #e68e06;
	line-height: 1.5;
	margin: 0 15px 20px 4px;
	text-align: right;
	float:left;
}

h5
{
	color: #e68e06;
	padding: 0 0 0.5em 0;
	font-size: 0.9em;
	line-height: 1.3;
}

.clear {
	clear: both;
	}
	
.top-ab-40 {
	padding-top: 40px;	
		}

/* Zweispaltiger Inhalt 50/50 */

#leftcol{
	float: left;
	width: 400px;
	padding: 10px 10px 0 25px;
}


#rightcol{
	float: right;
	width: 400px;
	padding: 10px 25px 0 10px;
}

#onecol{
	width: 800px;
	padding: 10px 20px 0 25px;
}


#leftcol p,
#rightcol p
{
		font-size: 0.75em;
		line-height: 1.43;
		color: #333;
		padding-bottom: 1em ;
	}
	
#content dl.bildrechts
{
	float: right;
	padding: 0 25px 0.5em 1em;
}

#content dl.bildlinks
{
	float: left;
	padding: 0 15px 0.5em 0;
}


	#content dl.bildrechts dt img,
	#content dl.bildlinks dt img
	{
		display: block;
		border: 1px solid #e2e6fc;
		padding: 2px;
	}

	#content dl.bildrechts dd,
	#content dl.bildlinks dd
	{
		font-size: 0.6em;
		color: #372274;
		text-align: center;
	}
	
	#content dl.bildrechts dd img,
	#content dl.bildlinks dd img
	{
		margin-left: 8px;
		margin-right: 4px;
	}
	
	
	
#content ul.mid-list
	{
		list-style-type: none;
		font-size: 0.7em;
		color: #333;
		padding: 0 0 10px 20px;
		line-height: 1.4;
		width: 400px;
	}

	#content ul.mid-list li
	{
		padding-left: 13px;
		background: url(/design/icon/bull_6.png) 0 0.5em no-repeat;
	}
	
	#content ul.mid-list li ul 
	{
		list-style-type:none;
	}
	
	#content ul.mid-list li ul li
	{
		background: url(/design/icon/bull_5.png) 0 0.5em no-repeat;
	}
	
	
#content ul.norm-list
	{
		list-style-type: none;
		font-size: 0.79em;
		color: #333;
		padding: 0 0 10px 5px;
		line-height: 1.4;
		width: 400px;
	}

	#content ul.norm-list li
	{
		padding-left: 13px;
		background: url(/design/icon/bull_6.png) 0 0.6em no-repeat;
	}
	

	
	#content dl.li-partner
	{
	padding: 0 10px 20px 0;
	width: 390px;
	float: left;
	}



	#content dl.li-partner dt img
	{
		display: block;
		border: 1px solid #e2e6fc;
		padding: 2px;
		float: left;
		margin-right: 15px;
		margin-left: 34px;
	}

	#content dl.li-partner dd
	{
		font-size: 0.69em;
		color: #372274;
		padding-top: 2px;
	}
	
	
/* === [ table ] =========================================================================== */
	
#content table.address
{
	width: 700px;
	margin: 0 0 1.7em 34px;
	empty-cells: show;
}

#content table.address td

	{
		font-size: 0.69em;
		color: #372274;
		text-align: left;
		vertical-align: top;
	}
	
#content table.address td img
{
	float: left;
}

	
#content table.address th
{
		font-size: 0.69em;
		font-weight: bold;
		text-align: left;
}
	
	
#content table.prof
{
	width: 400px;
	margin: 0 0 1.7em 0;
	empty-cells: show;
}

	#content table.prof td
	{
		font-size: 0.75em;
		color: #333;
		text-align: left;
		border: 1px solid #b9b9b9;
		padding: 6px;
	}
	
	#content table.prof td.bu
	{
		font-size: 0.7em;
		border: 0;
		padding: 2px;
		vertical-align:bottom;
		}
	
#content table.onecol
{
	width: 860px;
	margin: 0 0 1.7em 0;
	empty-cells: show;
}

	#content table.onecol td
	{
		font-size: 0.75em;
		color: #333;
		text-align: left;
		border: 1px solid #b9b9b9;
		padding: 6px;
	}
	
	#content table.onecol td.fix
	{
			width: 315px;
		
		}
		
		#content table.onecol td.noborder
		{
				border: 0 none;
				padding-left: 20px;
				text-align: center;
				font-size: 1.1em;
			}


/* === [ div popup ] =========================================================================== */


#content dl.bild
{
	float: left;
	padding: 40px 0.5em 0.5em 100px;
}


	#content dl.bild dt img
	{
		display: block;
		border: 1px solid #e2e6fc;
		padding: 2px;
	}

	#content dl.bild dd
	{
		font-size: 0.7em;
		color: #333;
		padding: 0 0 20px;
	}
	
	#content dl.bild dd img
	{
		margin-left: 8px;
		margin-right: 4px;
	}

	#content dl.bild:after
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}


/* === [ Formulare ] =========================================================================== */

table.contact {
		width: 400px;		
	}
	
	table.contact td.headline {
			color: #e68e06;
			font-size: 0.85em;
			padding-bottom: 1.5em;
		}
		
		table.contact td {
				font-size: 0.79em;
			}

#kontaktform
{
	padding: 10px 15px 0 0;
	width: 390px;
}

#kontaktform fieldset
{
	width: 400px;
	padding: 0 0 8px 0;
}

#kontaktform legend
{
	font-size: 1em;
	color: #333;
	font-weight: bold;
}

label
{
	width: 250px;
	font-size: 1em;
	color: #333;
	cursor: pointer;
	padding-top: 7px;
}


#kontaktform input
{
	float: left;
	width: 300px;
	margin: 5px 5px 5px 0;

}


#kontaktform input.schrift
{
	display: block;
	width: 10px;
	padding: 2px;
	margin-left:10px;
	border: 1px solid #939ea8;
	font-size: 0.9em;
	color: #000;
	background-color: #f2f2f2;
}

#kontaktform label em
{
	font-size: 12px;
	font-weight: normal;
	color: #e30505;
}



#kontaktform input, #kontaktform textarea
{
	display: block;
	width: 200px;
	padding: 2px;

	border: 1px solid #939ea8;

	font-size: 0.9em;
	color: #000;
	background-color: #f2f2f2;
}

#kontaktform #checkbox
{
	border: 0 none;
	padding: 10px 0 20px 0;
	
}

#kontaktform #checkbox input
{
	display: inline;
	width: auto;
	padding-left: 10px;
}


#kontaktform #kontakt_senden
{
	margin-left:80px;
	font-size: 1em;
	background-color: #9F0420;
	color: #fff;
	margin-bottom: 15px;
}

#kontaktform textarea
{
	width: 250px;
}

#kontaktform textarea:focus, #kontaktform input:focus
{
	color: #000;
	background-color: #e1e1e1;
}

