body {
	background:#fff url(/images/bg5.png) top repeat-x ;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal;
	font-size: 13px;
	line-height: 140%;
	padding: 0; border: 0; margin: 0;
}

img { border: 0; }
.bildrand img { margin: 15px 0 15px 0; }
ul { margin-left:20px; padding-left: 0; }


/* ----------------------------Kaesten Layout-------------------------------- */
#zentrierer {
	width:780px;
	\width:800px;
	w\idth:780px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(/images/bgtop5.png) no-repeat;
}

#oben { background: transparent;
	color: #fff;
	height: 195px;
	text-align: left;
	width: 764px;
	margin: 0px auto;
}
.rotiert { height: 140px; width: 764px; margin: 0 0 -1px 0; padding: 0; }
.projlogo { padding: 20px 0 4px 25px; width: 149px; height: 31px; }

#logo { position: relative; 
	top: 10px; left: 40px;
	background: transparent;
	color: red;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

#menubox {
	float: right;
	width: 160px;
	/* height: 230px; */
	background: #69f;
	color: #fff;
	margin: 7px -20px 15px 20px;
        padding-bottom: 15px;
}
	
#inhalt {
	padding: 25px 50px 20px 30px;
	text-align: left;
}

#fuss {
	height: 20px;
	color: #aaa;
	background-color: #fff;
	width: 760px;
	margin: auto;
	margin-top: 15px;
	padding: 0 0 20px 0;
	text-align: center;
	clear: both;
	border-top: 1px dotted #ccc;
	font-size: 10px;
}


/* --------------------------------Links-------------------------------- */
a   {text-decoration:none; font-weight: normal;}
a:link    {color: #FF9966;}
a:visited {color: #FF9966;}
a:hover   {color: #FF9966; text-decoration : underline;}
a:active  {color: #FF9966;}

/* #webfile a:link, a:visited { color: #00008B; } */


/* ----------------------------Schriften-------------------------------- */
p { margin-top: 0.5em; }

h1,h2,h3,h4,h5,h5,h7 {
	font-family: Arial, Helvetica, Geneva sans-serif; 
	font-style: normal; font-weight: normal;
  	color: #4485CC /* #CC6E1E #5F9EA0 */;
  	letter-spacing: 0.03em;
  	margin: 1.1em 0 0.4em 0;
	padding:0;
	}

h1 { font-size: 30px; } 
h2 { font-size: 26px; } 
h3 { font-size: 22px; } 
h4 { font-size: 18px; margin: 1.3em 0 0.1em 0; } 
h5 { font-size: 14px; } 
h5 { font-size: 12px; } 
h7 { font-size: 11px; }

h1 > a:link, a:visited { color: #4485CC; }
h2 > a:link, a:visited { color: #4485CC; }
h3 > a:link, a:visited { color: #4485CC; }
h4 > a:link, a:visited { color: #4485CC; }

.caps { letter-spacing: 0.1em; font-size: 10px; }

/* ************************ Menu ************************** */

/* hauptmenus */
ul#vmenu {
	list-style-image: none;
	list-style-type: none;
	margin: 0; 	padding: 0;
}

ul#vmenu li {
	border-bottom: 1px solid #91B4FB;
	margin: 0; padding:0;
}

ul#vmenu li a,
ul#vmenu li a.active {
	margin: 0; 
	padding: 0 0 0 18px;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 2.1em;
	height: 2.1em;
}

ul#vmenu li a:hover {
	background-color: #294799;
	color: #fff;
	text-decoration: none;
	display: block;
}
ul#vmenu a.current { color: #203D8D; font-weight: bold; }
.subcurrent { color: #203D8D; }

/* ------------- submenus  ------------ */
ul#vmenu ol {
	list-style-image: none;
	list-style: none;
        padding: 0 0 7px 0;
	margin: 0;
}

ul#vmenu ol li {
	border: none;
    text-transform: none;
}

ul#vmenu ol li a,
ul#vmenu ol li a:active,
ul#vmenu ol li a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: none;
	text-decoration: none; 
	margin: -2px 0 0 18px;
	padding: 3px 0 4px 20px;
	height: 1.3em;
	line-height: 1.3em;
}
ul#vmenu ol li a:active,
ul#vmenu ol li a:hover {
	background-color: #3B5AAC;
}