body 
{
 font-family:Verdana, sans-serif;
 font-size:12px;
 background-color:#AFB6BA;
 text-align:center;
}

h1 {font-size:18px;color:#28587E;margin:0px;
 	text-transform: uppercase;
	word-spacing:10px;
}

h3 {font-size:13px;color:#333;
    text-transform: uppercase;
	padding-top:40px;
	margin-bottom:25px;
	line-height:5px;
}

/*Überschriften top */
h2 {font-size:13px;color:#333;
    text-transform: uppercase;
	padding-top:15px;
	margin-bottom:25px;
	line-height:5px;
}

*html h2 {padding-top:30px;}

/*rote Schrift*/
.red{color:#DF0101}

.klein {text-transform:lowercase
}

.blau {color:#28587e;}


p  {margin-top:0px;
}
/*Abstände Startseite*/
p.abstand_1 {padding-top:90px;
			text-align:justify;
			line-height:15px;
}

p.abstand_2 {padding-top:80px;
			text-align:justify;
			line-height:15px;
}




.bold{font-weight:bold;}

/*unordered lists*/
ul.square{
	list-style:square;
	color:#000000;
	padding-bottom:0px;
	
}


table,td {height: 20px;
		width:290px;
		table-layout:fixed;
		line-height:20px;
		padding-bottom:0px;
		
}
		
td.spalte {width:150px;}
td.spalte2 {width:80px;
			vertical-align:baseline;
}


/* container */
#box {
	width:760px;
	margin:0px auto;
	text-align:left;
	}


/* Die Titelzeile 
#title {
	height:70px;
	padding:5px;
	text-align:right;
	background-color:white;
	text-transform: uppercase;
	z-index:0;
}*/

/*Headline*/
#title_neu {
	position:relative;
	top:-42px;
	width:519px;
	margin-left:210px;
	text-align:right;
}

/*HEADER Firefox*/
#title_image
{
	background-color:white;
	z-index:-1;
	height:66px;
	margin-top:10px;
}
/*HEADER IE*/
*html #title_image
{
	margin-bottom:-34px;
}


/*logoVBO*/
#image_{
	position:relative;
	padding-left:5px;
	width:170px;
	height:81px;
	z-index:0;
	top:-21px;
}

/* Das Menü oben */
#menu {
	background-color:#333;
	padding:10px 0px;
	padding-left:200px;
	border-bottom:4px solid #AFB6BA;
	border-top:4px solid #AFB6BA; 
}

/*Hyperlinks Menüleiste oben*/
#menu a:link, #menu a:visited
{
  color:white;
  text-decoration:none;
  text-transform: uppercase;
  
}
#menu a:active, #menu a:hover
{
	color:#AFB6BA;
}


.active_{
color:#e5e5e5;
}

/* Menü links */
#left {
  background-color:#e5e5e5;
  width: 151px;
  float:left;
  padding-left:28px;
  padding-top:44px;
  height:1991px;
  border-top:1px #AFB6BA solid;
}


/* Menü links Startseite */
#left_1 {
  background-color:#e5e5e5;
  width: 151px;
  float:left;
  padding-left:28px;
  padding-top:0px;
  height:440px;
  border-top:1px #AFB6BA solid;
}


/*Hyperlinks Menüleiste left*/
#left  a:link, #left a:visited, #left a:active
{
  text-decoration:none;
  font-weight:bold;
  color:#28587E;
  font-size:13px;
  text-transform: uppercase;
  
}
#left a:hover
{
	color:#AFB6BA;
}



img.start{
	display:block;
	position:relative;
	width:126px;
	height:114px;
	border:0px;
	margin-top:24px;
}

img.fg {
	position:relative;
	float:right;
	height: 50px;
	}

/* Der Inhalt_Startseite */
#content_1 {
	background-color:white;
	padding-top:15px;
	padding-left:80px;
	padding-right:50px;
	padding-bottom:10px;
	color:#000000;
	width:450px;
	float:right;
	height: 415px;
 	border-top:1px #AFB6BA solid;
	line-height:20px;
	text-align:justify;
}


/* Der Inhalt */
#content {
	background-color:white;
	padding-top:25px;
	padding-left:80px;
	padding-right:50px;
	padding-bottom:10px;
	color:#000000;
	width:450px;
	float:right;
	height: 2000px;
 	border-top:1px #AFB6BA solid;
	line-height:20px;
	text-align:justify;
}


#content a:link, #content a:visited, #content a:active
{
	text-decoration:none;
	font-weight:bold;
	color:#28587e;
	font-size:14px;
	text-transform: uppercase;
	}


#content_1 a:link, #content_1 a:visited, #content_1 a:active
{
	text-decoration:none;
	font-weight:bold;
	color:#28587e;
	font-size:14px;
	text-transform: uppercase;
	}


/*Klammern auf der Startseite*/
.klammer{
	font-size:10px;
	color:#28587e;
	}



/*FOOTER*/
#footer{
	width:732px;
	height:22px;
	background-color:#fff;
	color:#28587e;
	clear:both;
	margin:0px auto;
	text-align:left;
	padding-top:3px;
	padding-left:28px;
	border-top:2px;
	border-top-color:#AFB6BA;
	border-top-style:solid;
	}
#footer a:link, #footer a:visited, #footer a:active
{
	text-decoration:none;
	font-weight:normal;
	color:#28587e;
	font-size:10px;
	text-transform:none;
	}
	












