/* Standard HTML-Formate #####################*/
body,
html{
	color: #153154;
	background: #37526F url("bg_body.jpg") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 170%;
	margin:0px;
	padding:0px;
}

a, 
a:link, 
a:visited, 
a:hover, 
a:active {
	color: #2133a2;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 5px; 
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 6px 14px;
}
/* END Standard HTML-Formate */


/* Formularformate #####################*/
form {
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	float: left;
	width: 120px;
}

fieldset {
	border: 1px solid #153154;
}

legend {
	color: #153154;
	font-weight: bold;
}

input, 
select, 
textarea {
	border: 1px solid #153154;
	background-color: #eef0fc;
}

input {
	padding: 2px 3px;
}

input[type="checkbox"] {
	border: none;
}

textarea {
	padding: 3px;
}

input.text, 
textarea.textarea {
	width: 70%;
}

#form-module .element {
	margin: 6px 0px;
}

input:hover, 
select:hover, 
textarea:hover {
	border: 1px solid #2133a2;
}

input:focus, 
select:focus, 
textarea:focus {
	border: 1px solid #F89A66;
	background-color: #eef0fc;
}

.button {
	background-color: #D0D0D0;
	background-image: url(backgroundbtn.gif);
	background-repeat: repeat-x;
	border-color: #BEBEBE #888888 #888888 #BEBEBE;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	margin: 0;
	padding: 0px 6px;
}
.button:hover, 
.button:active {
	background-color: #E5E5E5;
	color: #222222;
	text-decoration: none;
}
/* END Formularformate */


/* Navigation #####################*/
#mainnavi {
	color: #EA5A00;
	background: url("bg_navi.gif") no-repeat 0 0;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	margin-left: 47px;
	padding-top: 5px;
	padding-left: 40px;
	position: absolute;
	top: 22px;
	width: 927px;
	height: 29px;
}

#navi,
#navi ul {
	background: url("spacer.gif");
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#navi li {
	float: left;
	margin: 0;
}

#navi li ul {
	font-size: 12px;
	text-transform: none;
	background-color: #FFFFFF;
	border-top: 1px solid #2133a2;
	border-left: 1px solid #2133a2;
	border-right: 1px solid #2133a2;
	border-bottom: 1px solid #2133a2;
}

#navi li li {
	float: none;
}

#navi li a {
	border-left: 1px solid #2133a2;
	padding: 0 10px 5px 10px;
	display: block;
	float: left;
	height: auto;
	text-decoration: none;
}

#navi li li a {
	border-left: none;
	padding: 4px 10px;
	float: none;
}

#navi li:hover {
	position: relative;
	z-index: 100;
}

#navi a:hover {
	background: #2133a2;
	color: #FFFFFF;
	position: relative;
	z-index: 100;
}

#navi li:hover>a {
}

/* Positionierung 2. Ebene */
#navi :hover  ul {
	left: -1px;
	top: 23px;
	z-index: 300;
}

/* Unterebenen verstecken */
#navi ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* Positionierung ab 3. Ebene f�r Standardkonforme Browser */
#navi li:hover li:hover>ul {
	margin-left: 70%;
	left: 0;
	top: 0;
}

/* Positionierung ab 5. Ebene f�r Standardkonforme Browser */
#navi li:hover li:hover li:hover li:hover>ul {
	margin-left: -100%;
	left: 0;
	top: 0;
}

/* weitere Ebenen verstecken */
#navi li:hover>ul ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: auto;
}

/* Hover des Unterebenenpfads */
#navi li:hover li:hover>a {
}

/* Aktiv Formate */
#navi a.navActive {
	font-weight: bold;
}

#navi li:hover li>a.navActive {
	font-weight: bold;
}
/* END Navigation */


/* Sitemap #####################*/
.sitemap1 ul {
	list-style-type: circle;
	margin: 2px 0px 14px 20px;
	padding: 0px;
}
.sitemap1 li {
	margin: 2px 20px;
}
/* END Sitemap */

/* Newsboxen #####################*/
#newsContainer {
	padding: 0px;
}
.box {
	border: 1px solid #009CDA;
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px 0px 6px 0px;
}
.box p {
	padding: 0px 6px 6px 6px;
}
.box h1 {
	background-color: #009CDA;
	color: #FFFFFF;
	padding: 6px;
	margin: 0px 0px 6px 0px;
}
.box h2 {
	padding: 0px 6px 6px 6px;
}
.box a:link, 
.box a:visited {
	color: #009CDA;
	text-decoration: underline;
}
.box a:hover, 
.box a:active {
	color: #009CDA;
	text-decoration: underline;
}
/* END Newsboxen */


/* Allgemein #####################*/
#frame {
	margin: 0px auto;
	width: 974px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#btnBack {
	position: absolute;
	margin-left: 216px;
	top: 173px;
}

#btnNext {
	position: absolute;
	margin-left: 893px;
	top: 194px;
}

#leftContainer {
	border: 1px solid #FFFFFF;
	border-right-width: 0px;
	background-color: #FFFFFF;
	float: left;
	width: 242px;
	z-index: 50;
}

#contentLeft {
	margin: 10px;
}

#contentContainter {
	background: url("bg_outercontent.png") repeat-y;
	margin-left: 228px;
	margin-top: 0px;
}

#logo {
	background: url("logo_concept-planb.gif") no-repeat 24px 0;
	color: #153154;
	vertical-align: baseline;
	margin-left: 0px;
	padding-left: 150px;
	padding-top: 85px;
	position: absolute;
	height: 25px;
	top: 260px;
        font-weight: bold;

}

#contentMain {
	background: url("bg_content.jpg") no-repeat 0 0;
	margin: 0 15px 0 24px;
	padding: 70px 20px 20px 20px;
	border-bottom: 1px solid #776E61;
}

#anschrift {
	border-top: 1px solid #153154;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 0 0;
	margin: 40px 0 20px 0;
}

.fett {
	font-weight: bold;
}
/* END Allgemein */


