@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 {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

/************************* HTML BODY **********************/

html, body {
	background: #000000 url(/web/grafik/bg_body.jpg) top center no-repeat;
	color: #ffffff;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

/************************* STRUCTURE **********************/

#container {
	background: #000000;
	border-left: 5px solid #666666;
	border-right: 5px solid #666666;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 0 0 40px;
	width: 898px;
}

#header {
	overflow: hidden;
	position: relative;
	width: 860px;
}

	#top {
		height: 125px;
		width: 860px;
	}

	#mainnav {
		background: url(/web/grafik/bg_mainnav.jpg) repeat-x;
		bottom: 0;
		height: 47px;
		left: 0;
		position: absolute;
		width: 860px;
	}

#content {
	margin: 30px 0 0 0;
	overflow: hidden;
	width: 860px;
}

	.box {
		float: left;
		margin: 10px 40px 0 0;
		width: 260px;
	}
	
	.box3 {
		margin: 10px 0 0 0;
	}
	
	#subnav {
		float: left;
		margin: 0 0 0 20px;
		min-height: 100px;
		width: 220px;
	}
	
	#text {
		float: left;
		margin: 0 0 0 70px;
		width: 520px;
	}

#footer {
	border-top: 1px solid #666666;
	color: #333;
	font-size: 10px;
	margin: 80px 0 0 0;
	padding: 10px 0 20px 0;
	position: relative;
	text-align: right;
	width: 860px;
}

	#vjm {
		color: #bfbfbf;
		position: absolute;
		right: 0;
		top: 20px;
	}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h1 {
	border-bottom: 1px #666666 solid;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 0;
}

h3 {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color: #666666;
	text-decoration:underline;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

#footer a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

#vjm a {
	color: #bfbfbf;
}

h2 a, h2 a:hover {
	color: #363636;
	text-decoration: none;
}

/************************* TABLES **********************/

#footer td {
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

#text th, #text td {
	padding: 6px;
	text-align: left;
}

#text th {
	background: #EFEFEF;
}

#text td {

	border-bottom: 1px #fff solid;
}

h2+table {
	margin: 10px 0 0 0;
}

/************************* OTHERS **********************/

.logo {
	border: 0;
	float: left;
	width: 182px;
	height: 125px;
	margin: 0 0 5px 0;
}

.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;
}