@charset "utf-8";

/******************* Global styles *******************/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td {
	vertical-align:top;
}

p {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:10px;
	margin-bottom:0px;
	font-size: 13px;
	line-height:17px;
}

li {
	padding-bottom:5px;
}

h1 {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	font-size:24px;
	color: #333333;
	font-weight:normal;
}

h2 {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	
	font-size:18px;
	color: #333333;
	font-weight:normal;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

li {
	margin-top: 0px;
	padding-top: 0px;
}

/******************* Global link styles *******************/

a:link {
	color: #00588f;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00588f;
}

a:hover {
	text-decoration: none;
	color: #3e94cb;
}

a:active {
	text-decoration: none;
	color: #3e94cb;
}

a img {
	border-width: 0px;
	vertical-align: text-bottom;
}

a:link img {
	color: #999999;
}
a:visited img {
	color: #999999;
}
a:hover img {
	color: #FFFFFF;
}
a:active img {
	color: #4f8dcc;
}

/******************* Layout classes *******************/

.layout_container {
	width: 848px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;	
	background-image: url(Bilder/content-bg.png);
}

.layout_nav_overlay {
	margin-top:0px;
	z-index:1;
	top: 22px;
	position:absolute;
}

.layout_content {

/*	min-height: 378px;*/
	background-repeat:no-repeat;
	background-position:0px 223px;
	background-image: url(Bilder/content-bg-top.png);
	
	padding-left: 329px;
	padding-right: 89px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 222px;
	min-height: 200px;
	z-index:0;
}

.layout_footer {
	background-image: url(Bilder/footer-bg.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-top: 43px;
	padding-bottom: 0px;
	width: 848px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: #666666;
	text-align: center;
	z-index:2;
	padding-bottom:30px;
}

.layout_imgcontainer {
	margin-left:-7px;
	margin-right:-7px;
}

/******************* Special element classes *******************/

img.header {
	margin-top:0px;
	padding-top:0px;
	margin-left:-36px;
	margin-bottom: 15px;
}

img.right {
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: -10px;
	margin-top: -10px;
	border: 0px;
}

img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
}

img.left {
	float:left;
	margin-right: 25px;
	border: 0px;
}


.system_header {
	border: solid;
	border-bottom:none;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin-top: 200px;
	margin-left: -245px;
}

.system_message {
	border: solid;
	border-top:none;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: -245px;
}

