

@import url("navi.css");
@import url("formate.css");
@import url("startseite.css");

/* ----------------------------------------------------------------------------------*/
/* ------------------------- Beginn Allgemeine Definitionen -------------------------*/
/* ----------------------------------------------------------------------------------*/


html, body {
   background: #787b85;
   color: #fff;
   margin: 0;
   padding: 0;
   height: 100%;
   font-size: 11px;
   line-height: 140%;
}

html, body, h1, h2, h3, h4, div, br, p, ul, ol, li, input {
   font-family: Verdana, Arial, Helvetica, sans-serif;   
}

a, a:link, a:active, a:visited	{
	color: #4366ae;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover	{
	text-decoration: underline;
}

img {
	border: 0px;
}

div 	{
	border: 0px solid  #000;
}


td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	vertical-align: top;
}

.floatclear {
	clear: both; 
}


/* ----------------------------------------------------------------------------------*/
/* ------------------------- ENDE Allgemeine Definitionen -------------------------*/
/* ----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------------------------*/
/* -------------------------      Beginn Seitenlayout       -------------------------*/
/* ----------------------------------------------------------------------------------*/


div#header	{	
	width: 800px;
	height: 155px;
	background-image: url(/bilder/default2007/header_bg.gif);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

#header div.sprachwechsel	{	
	float: left;
	position: relative;
	top: 80px;
	left: 190px;
	padding: 0;
	
}
#header div.sprachwechsel a	{
	 font-size: 90%;  
	
}

#header div.headerPics {
	float: left;
	position: relative;
	top: 20px;
	left: 255px;
	width: 400px;
	height: 120px;
	
}

#header div.headerPics img	{
	float: left;
	margin-right: 4px;
}


div#container	{
	width: 800px;
	background-color: #fff;
	margin: 0 auto 0 auto;
}



div#content	{
	width: 520px;
	float: left;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 20px;	
	padding-right: 20px;	
	padding-bottom: 30px;
	color: #2f2f2f;	
}

div#contentGB	{
	width: 580px;
	float: left;
	vertical-align: top;
	padding: 0px;
	color: #2f2f2f;	
	border: 0px solid #000;
}


div#footer	{
	width: 786px;
	margin: 0 auto 0 auto;
	background-color: #bcbcbc;
	color: #2f2f2f;
	padding-left: 14px;
	padding-top: 3px;
	height: 20px;	
	/* font-size: 70%;  */
	vertical-align: middle;
}


div.txtLinks	{
	width: 50%;
	float: left;
	vertical-align: top;
}


div.txtRechts{
	width: 45%;
	float: right;
	vertical-align: top;
}



div.browseLinks	{
	width: 40%;
	float: left;
	vertical-align: bottom;
	margin-top: 20px;
	margin-bottom: 10px;
}


div.browseRechts{
	width: 40%;
	float: right;
	vertical-align: bottom;
	text-align: right;
	padding-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}


