/*businesspark css*/

body {
padding: 0px;
margin: 0px;
color: #000000; /*schriftfarbe*/
/*background-color: #F5EEE7;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

sup {
	font-size: 90%;
}

h1 {
	color: #003399;
	font-size: 120%;
	font-weight: bold;
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D9EB;
	width:100%;
}

h2 {
	color: #003399;
	font-size: 100%;
	font-weight: bold;
}

h3 {
	color: #003399;
	font-size: 90%;
	font-weight: bold;
}

hr {
height: 1px;
margin: 0;
border: 0;
background: #003399;
color: #FFFFFF;
}

a.nav:link {
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #DEDEDE;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #DEDEDE;
	font-weight: bold;
	text-decoration: none;
}
a.nav:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:link {
	color: #003399; 
	text-decoration: underline;
}

a.subnav:visited {
	color: #003399;
	text-decoration: underline;
}

a.subnav:hover {
	color: #003399;
	text-decoration: none;
}

a.subnav:active {
	color: #003399;
	text-decoration: underline;
}

.rahmenm {
	border: 2px solid #E4E4E4;
}

.rahmens {
	border: 1px solid #B2B1B1;
}



/*Bilder im Inhalt*/
.bildlinks {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;

}
.bildrechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

.input { 
	border: 1px solid #003399;
	background-color: #FFFFFF;
 } 
.inhform {
	border: 0px;
	background-color: #FEF7EF;
	padding: 3px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.klw {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.inhalt {
	padding: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.boxo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1763AD;
	border-right-color: #003366;
	border-bottom-color: #1763AD;
	border-left-color: #003366;
}

.navbox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
