@import "mainnav.css";
@import "subnav.css";
@import "sitemap.css";
@import "lightbox.css";
@import "news.css";
@import "secnav.css";

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	background-color: #D7D9E8;
	color: #363636;
	background-image:url(/web/grafik/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

/************************* STRUCTURE **********************/

#container {
	padding: 0 0 0 40px;
	margin: 0 auto;
	width: 898px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#header {
	padding: 0;
	margin: 0;
	height: 60px;
	width: 860px;
}

#topgrafik {
	height: 227px;
	width: 860px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/bg_top.jpg);
	background-repeat: no-repeat;
}

#mainnav {
	padding: 0;
	margin: 0;
	height: 47px;
	width: 860px;
}

.box {
	width: 260px;
	margin: 10px 0 0 0;
	padding: 0 40px 0 0;
	float: left;
}

.box2 {
	padding: 0;
}

#subnav {
	width: 220px;
	min-height: 100px;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
}

#text {
	width: 520px;
	padding: 0;
	margin: 0 0 0 70px;
	float: left;
}

#content {
	padding: 0;
	margin: 10px 0 0 0;
	width:860px;
}

#footer {
	padding: 10px 0 0 0;
	margin: 80px 0 0 0;
	width: 860px;
	text-align:right;
	border-top: 1px solid #CCCCCC;
	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: 0;
	margin-bottom: 15px;
	line-height:normal;
	font-weight: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: #EBA600;
	text-decoration:underline;
}

a:hover {
	color: #EBA600;
	text-decoration:none;
}

#footer a {
	color: #bfbfbf;
	text-decoration: none;
}

/************************* OTHERS **********************/

.logo {
	margin: 20px 0 0 0;
	border: 0;
	float: left;
	display: inline;
}

.clear {
	clear: both;
}
