@import url("navigation.css");
@import url("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;
	padding: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	background: #121212 url(/web/grafik/body.jpg) repeat-x top;
	color: #FFF;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/************************* STRUCTURE **********************/

#container {
	margin: 0 auto;
	width: 1000px;
}

	#header {
	}
	
		#header #header_text {
			color: #ffffff;
			float: right;
			margin: 76px 0 0 0;
			width: 450px;
		}
	
	#mainnav {
		height: 27px;
		float: right;
		padding: 3px 0 0 0;
	}
	
	#subnav {
		
		padding: 10px 0 10px 0;
	}
	
	#subnav {
		padding: 10px 0 10px 0;
	}
	
	#content {
		min-height: 342px;
		margin: 0;
		padding: 4px 0 1px 0;
	}
	
	#footer {
		border-top: 4px #333333 solid;
		color: #333333;
		margin: 20px 0 0 0;
		padding: 15px 0 0 0;
	}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
}

h2 {
}

h3 {
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
}

a:hover {
}

a:focus {
}

a:visited {
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

.logo {
	float: left;
	height: 236px;
	padding: 3px 0 0 0;
	width: 389px;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}
