
body {
	font-family: 'courier new', courier, 'andale mono', monospace;
	font-size: 14px;
	line-height:20px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
}

body#site_body {
	background-color:#000000;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

a:link, a:visited {
	font-weight:bold;
	font-decoration:underline;
	color:#d92626; 
}

a:hover {
	color:#000000;
}

img { border:0px; }

td {
	vertical-align:top;
	text-align:left;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul li {
	background-image:url(../images/dot.png);
	background-position:4px left;
	background-repeat:no-repeat;
	margin:0px;
	padding-left:15px;
}

ul li  li {
	margin-left:20px;
}

#header {
	height:224px;
	width:1032px;
	background-image:url(../images/header.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px 30px 0px 30px;
	margin:0px auto 0px auto;
	position:relative;
	z-index:100;
}

#searchbox {
	float:left;
	margin-top:5px;
}

#addressbox {
	float:right;
	color:#ffffff;
	text-align:right;
	margin-top:5px;
}

#addressbox a:link, #addressbox a:visited {
	color:#ffffff;
	font-weight:normal;
	font-decoration:underline;
}

#addressbox a:hover {
	color:#d92626;
}

#sheet {
	width:1012px;
	background-image:url(../images/sheet.png);
	background-position:6px top;
	background-repeat:repeat-y;
	padding:0px 40px 20px 40px;
	margin:0px auto 0px auto;
	position:relative;
	z-index:100;
}

#left_col {
	float:left;
	width:200px;
	margin-right:20px;
}

#left_col ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#left_col li {
	margin:0px;
	padding:0px;
	background-image:none;
	padding-left:30px;
}

#left_col li.active {
	background-image:url(../images/active_menu.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#left_col .moduletable_menu {
	padding-top:25px;
	padding-left:10px;
	padding-right:20px;
	background-image:url(../images/submenu.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#left_col .moduletable_menu:first-child {
	padding-top:40px;
	background-image:url(../images/mainmenu.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:150px;
}

#left_col .moduletable_menu:first-child h3 {
	display:none;
}

#left_col .moduletable_menu h3 {
	padding-left:30px;
}

#right_col {
	float:right;
	width:250px;
	margin-left:40px;
}

#right_col div.moduletable {
	background-position:bottom center;
	background-repeat:no-repeat;
	background-image:url(../images/right_separator.png);
	padding-bottom: 30px;
	margin-bottom:10px;
}

#metanavi {
	text-align:right;
}

#metanavi ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#metanavi ul li {
	float:right;
	padding:0px;
	margin-left:10px;
	background-image:none;
}

h3 { /* moduletitles */
	color:#3e8cb4;
	font-weight:bold;
	font-size: 14px;
	line-height:20px;
	margin:0px;
	padding:0px;
}

.contentheading { /* contenttitle */
	color:#3e8cb4;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.componentheading { /* pagetitle */
	color:#3e8cb4;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.small, .createdate {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	line-height:12px;
	color:#999999;
}

p {
	margin:0px;
	padding:0px;
}

hr {
	display:none;
}

#maincontent { 
	display:block;
	width:500px;
	min-height:500px;  
}

#maincontent span.article_separator {
	display:block;
	width:483px;
	height:17px;
	background-image:url(../images/maincontent_separator.png);
	margin: 10px 0px 10px 0px;
}


div#cards_1 {
	background-image:url(../images/cards_1.png);
	width:259px;
	height:202px;
	position:fixed;
	bottom:0px;
	left:-100px;
	z-index:200;
}

div#cards_2 {
	background-image:url(../images/cards_2.png);
	width:137px;
	height:182px;
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:50;
}

div#klammer {
	background-image:url(../images/klammer.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:89px;
	z-index:200;
	position:absolute;
	top:-68px;
	right:-9px;
}

.inputbox {
	background-color:#283548;
	border:0px solid #000000;
	color:#ffffff;
	width:150px;
	padding:5px;
}

span.pagination {
	display:block;
	margin-top:20px;
}

span.pagination span, span.pagination a {
	display:block;
	float:left;
	margin: 0px 5px 0px 5px;
}

h1#claim {
	display:none;
}

table.contentpaneopen-weblinks h1 {
	color:#3e8cb4;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size: 14px;
	line-height:20px;
}

table.contentpaneopen-weblinks h2 {
	font-size: 14px;
	line-height:20px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
}













