@import "mainnav.css";
@import "subnav.css";
@import "sitemap.css";
@import "news.css";
@import "secnav.css";
@import "galleria.css";
@import "input.css";

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #e3e3e3;
	background-image: url(/web/grafik/body_bg.gif);
	background-repeat:repeat-x;
	color: #363636;
}

/************************* STRUCTURE **********************/

#container {
	padding: 0 0 0 20px;
	margin: 0 auto;
	width: 920px;
}

.front_container {
	background-image: url(/web/grafik/fronpage_picture_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 111px;
}

.under_container {
	background-image: url(/web/grafik/container_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 111px;
}

#flash {
	width: 900px;
	height: 240px;
	margin: 0;
	padding: 0;
	background-image: url(/web/grafik/flash_dummy.jpg);
	background-repeat: no-repeat;
}

#content {
	margin: 0 0 20px 0;
	padding: 30px;
	width: 838px;
	min-height: 440px;
	border: 1px solid #CACACC;
	background-color: #FFFFFF;
	float: left;
}

#header {
	padding: 0;
	margin: 0 0 18px 0;
	width: 900px;
	height: 93px;
	position:relative;
}

.box {
	padding: 20px;
	margin: 20px 20px 0 0;
	width: 170px;
	height: 175px;
	background-repeat: no-repeat;
	float: left;
	font-size: 10px;
	position: relative;

}

.box1 {
	background-image: url(/web/grafik/box1_bg.jpg);
}

.box2 {
	background-image: url(/web/grafik/box2_bg.jpg);
}

.box3 {
	background-image: url(/web/grafik/box3_bg.jpg);
}

.box4 {
	background-image: url(/web/grafik/box4_bg.jpg);
	margin: 20px 0 0 0;
}

#mainnav {
	padding: 0;
	margin: 20px 0 0 0;
	width: 900px;
}

#secnav {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#subnav {
	padding: 0;
	margin: 0;
	width: 214px;
	min-height: 100px;
	float: left;
}

#text {
	padding: 0;
	margin: 0 0 0 60px;
	width: 550px;
	float: left;
}

#footer {
	padding: 10px 20px 20px 20px;
	margin: 0;
	width: 860px;
	height: 167px;
	background-image: url(/web/grafik/footer_bg.gif);
	background-repeat: no-repeat;
	color: #808080;
	font-size: 10px; 
	line-height: 12px;
	float: left;
}

/************************* TEXT **********************/

h1 {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 18px;
	font-family: "Trebuchet MS";
	color: #363636;
	line-height:18px;
	border-bottom:1px solid #c8c8c8;
}


h2 {
}

.box h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 13px;
}

.box p {
	padding: 0;
	margin: 0;
}

h3 {
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color: #003876;
	text-decoration: underline;
}

a:hover {
	color: #003876;
	text-decoration: none;
}

.box a, .box a:hover {
	padding: 1px 0 0 5px;
	margin: 28px 0 0 0;
	width: 106px;
	height: 18px;
	background-image: url(/web/grafik/laesmere_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	text-decoration: none;
}

/************************* OTHERS **********************/

.logo {
	border: 0;
}


.clear {
	clear: both;
}

.noshow {
	display: none;
}
