/* Stylesheet für THW Mittelhessen */

BODY, HTML {
	background-color: #E5EAF5;
	height: 100%;
	font-family: verdana;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

Body {
	overflow:-moz-scrollbars-vertical;
}

IMG {
	border: 0px;
}

INPUT {
	border: 1px solid #001689;
	background-color:#ffffff;
	color: #000000;
	padding: 2px;
}

INPUT.button {
	border: 1px solid #001689;
	background-color:#476CB5;
	color: #ffffff;
	padding: 2px;
}

.div_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	min-height: 100%;
	background-image: url(../images/wrapperbg.png);
	position: relative;
}

.div_content {
	width: 800px;
	margin: 0px 0px 35px 11px;
	padding: 30px 0px 0px 0px;
	background-image: url(../images/contentbg.png);
	background-repeat: no-repeat;
}

.div_seitenverlauf {
	position: absolute;
	top: 120px;
	left: 275px;
}

.div_topnavi {
	position: absolute;
	top: 8px;
	width: 600px;
	left: 10px;
	text-align: right;
	font-size: 0.9em;
}

.div_topsuche {
	position: absolute;
	top: 8px;
	width:200px;
	left: 610px;
	text-align: left;
	font-size: 0.9em;
	font-weight:bold;
}

.div_topsuchefeld {
	position: absolute;
	top: 5px;
	left: 667px;
	text-align: right;
}

.div_colmain {
	float: right;
	width: 520px;
	margin-right: 20px;
}

a {
	text-decoration: none;
	color: #000077;
}
a:hover {
	color:#0000ff;
	text-decoration: underline;
}

a.mainlevel, a.sublevel, a.sublevel1 {
	color: #ffffff;
}

a.mainlevel:hover, a.sublevel:hover, a.sublevel1:hover {
	color:#ffffff;
	text-decoration: underline;
}

a.mainlevel-topnavi {
	color: #000000;
}

a.mainlevel-topnavi:hover {
	color: #000000;
	text-decoration: underline;
}

a.sublevel {
	color: #ffffff;
}

DIV.divmainlevel {
	background-image: url(../images/mainnavibg1.png);
	width: 177px;
	height: 25px;
	padding: 5px 10px 0px 12px;
}

DIV.divsublevel, DV.sublevel1 {
	background-image: url(../images/mainnavibg2.png);
	width: 165px;
	height: 25px;
	padding: 5px 10px 0px 24px;
}

SPAN.spanmainlevel-topnavi {
	margin: 0px 5px 0px 5px;
}

H1, .contentheading, .componentheading {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 24px;
}
.pathway {

}
.button {
	font-size: 0.7em;
	background-color: #000033;
	color: #FFFFFF;
	border: 1px solid;
}
.inputbox {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid;
}
.inputbox-suche {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #7F9DB9;
	font-size: 0.9em;
	width:120px;
	height: 15px;
}
