@import "navigation.css";
@import "news.css";
@import "lightbox.css";

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #d3edfa;
	color: #797979;
}

/************************* STRUCTURE **********************/

#container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	width: 900px;
	height: 92px;
	padding: 10px 0 0 0;
	margin: 0;
	background-image: url(/web/grafik/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #d3edfa;
}

#mainnav {
	width: 900px;
	height: 29px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/mainnav_bg.gif);
	background-repeat: repeat-x;
}

#topgrafik, #slide {
	width: 900px;
	height: 260px;
	padding: 0;
	margin: 0;
	border-bottom: 4px #f49600 solid;
}

.box {
	width: 281px;
	height: 170px;
	padding: 0;
	margin: 19px 0 0 19px;
	background-image: url(/web/grafik/box_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}

.box3 {
	background: none;
}

#subnav {
	width: 170px;
	padding: 0;
	margin: 40px 0 40px 10px;
	float: left;
}

#text {
	width: 550px;
	padding: 0;
	margin: 40px 0 40px 50px;
	float: left;
}

#footer {
	width: 860px;
	height: 25px;
	padding: 40px 20px 6px 20px;
	margin: 10px 0 0 0;
	background-image: url(/web/grafik/footer_bg.gif);
	background-position:top;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	background-color:#f6861f;
}

/************************* TEXT **********************/

h1 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #63788b;
	border-bottom: 1px #bac4cc solid;
	line-height: normal;
	font-size: 18px;
	font-weight: normal;
}

.box h1 {
	height: 32px;
	padding: 0 0 3px 3px;
	margin: 0;
	background-image: url(/web/grafik/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: -5px bottom;
	font-size: 17px;
	font-weight: normal;
	color: #313131;
	border: 0;
}

h2 {
	margin: 20px 0 0 0;
	color: #63788b;
	line-height: normal;
	font-size: 15px;
}

h3 {
	margin: 20px 0 0 0;
	color: #63788b;
	line-height: normal;
	font-size: 12px;
}

p {
	margin: 9px 0 9px 0;
}

#footer p {
	margin: 5px 0 0 0;
	display: inline;
	float: left;
}

/************************* LINKS **********************/

a {
	color: #223e7b;
	text-decoration: none;
}

a:hover {
	color: #223e7b;
	text-decoration: none;
}

.box a {
	padding: 0 0 0 15px;
	background-image: url(/web/grafik/link_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

/************************* OTHERS **********************/

.logo {
	border: 0;
	float: left;
	display: inline;
}

.logo2 {
	float:left;
}

.vjm {
	text-align:right;
	padding-top:6px;
	width:900px;
	background-color:#d3edfa;
	font-size:10px;
}

#text img {
	margin: 0 0 5px 10px;
	padding: 1px;
	border: 1px #bac4cc solid;
}

.clear {
	clear: both;
}

.error {
	font-weight:bold;
	color:#F22;
	margin:10px 0;
}

