@import "navigation.css";
@import "modules.css";

/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #363636;
	background: #63a909 url(/web/grafik/bg_body.jpg) top center no-repeat fixed;
}

/************************* STRUCTURE **********************/

#container {
	width: 898px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 0 0 40px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFF;
}

#header {
	width: 860px;
	position: relative;
	overflow: hidden;
}

	#top {
		width: 860px;
		height: 100px;
	}
	#top_text {
		width: 860px;
		height: 80px;
	}
	.text_telefon {
		color: #333;
		font-weight:bold;
	}
	#mainnav {
		height: 47px;
		width: 860px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

#content {
	width: 860px;
	margin: 30px 0 0 0;
	overflow: hidden;
}

	.box {
		width: 260px;
		margin: 10px 40px 0 0;
		float: left;
	}
	
	.box3 {
		margin: 10px 0 0 0;
		font-size: 13px;
	}
	
	#subnav {
		width: 220px;
		min-height: 100px;
		margin: 0 0 0 20px;
		float: left;
	}
	
	#text {
		width: 520px;
		margin: 0 0 0 70px;
		float: left;
	}
	
	.text_top {
		margin: 0 0 0 60px;
		font-size:11px; color:#999;
		font-weight:bold;
	}
		#text img {
			border: 1px #e5e5e5 solid;
		}

#footer {
	padding: 10px 0 20px 0;
	margin: 80px 0 0 0;
	width: 860px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	color: #333;
	position: relative;
	font-size: 10px;
}

	#vjm {
		position: absolute;
		right: 0;
		top: 20px;
		color: #bfbfbf;
	}

/************************* TEXT **********************/

h1 {
	font-size: 17px;
	font-weight: normal;
	font-family: Trebuchet MS;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0 0 5px 0;
	border-bottom: 1px #c1c1c1 solid;
	line-height:normal;
}

h2 {
	font-size: 14px;
	font-family: Trebuchet MS;
	margin-top: 25px;
	margin-bottom: 0;
	line-height:normal;
}

h3 {
	font-size: 12px;
	font-family: Trebuchet MS;
	margin-top: 0;
	margin-bottom: 10px;
	line-height:normal;
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color: #63a909;
	text-decoration:underline;
}

a:hover {
	color: #63a909;
	text-decoration:none;
}

#footer a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#vjm a {
	color: #bfbfbf;
}

h2 a, h2 a:hover {
	color: #363636;
	text-decoration: none;
}

/************************* TABLES **********************/

#footer td {
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}

#text th, #text td {
	padding: 6px;
}

#text th {
	background: #EFEFEF;
}

#text td {
	background: #f9f9f9;
	border-bottom: 1px #fff solid;
}

h2+table {
	margin: 10px 0 0 0;
}

/************************* OTHERS **********************/

.logo {
	margin: 15px 0 5px 0;
	border: 0;
	float: left;
	display: inline;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

#text ul, #text ol, .box3 ul, .box3 ol {
	padding: 0 0 0 25px;
}

#text li {
	line-height: 20px;
}

.box3 li {
	line-height: 30px;
}