/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	font-size:0.9em;
	text-align:center;
	background:#E0E0E0;
	line-height:1.2em;
}
h1, h2, h3, h4 {font-family:Georgia, "Times New Roman", Times, serif;}
h2, h3, h4 {
	color: #742323;
	font-weight:bold;
	line-height:1.1em;
}
h2 {
	font-size:1.4em;
	margin-top:1em;
	padding-top:0.5em;
}
h3 {
	font-size:1.2em;
	margin-top:0.5em;
	padding-top:0.5em;
}
h4 {
	font-size:0.9em;
	margin-top:0.3;padding:0;
	margin-bottom:0.1em;
}
a:link {
	color: #B73838;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D26C6C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
li{
	line-height:1.5em;
	list-style-position: outside;
	list-style-image: url(gui/dot.gif);
	}
#page {
	margin: 0 auto;
	width:726px;
	text-align:left;
	background-image: url(gui/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding:25px;
	padding-top:2em;
}
#header{
	background: #E0E0E0 url(gui/header_red.jpg) top center no-repeat;
	height:172px;
	width:776px;
	position:relative;
	margin:0 auto;
	}
#startlogolink{
	position:absolute;
	top:56px;left:21px;
	width:216px;height:96px;
	}


/*CallBackBox*/
#cbbox{
	position:absolute;
	top:20px;
	right:25px;
	width:80%;
	text-align:right;
	padding:0;margin:0;
	color:#111;
	}
#cbbox form{display:inline;}
#cbbox a{color:#fff;font-size:0.8em;}
#cbbox form input{
	border:1px inset #999;
	background-color:#fff;
}
#cbbox form .submit{
	border-style:outset;
	background:url(gui/bg_fade.jpg) top center repeat-x #fff;
}


#topmenu {
	position:absolute;
	bottom:-1px;
	right:25px;
	
	width:80%;
	text-align:right;
	overflow:visible;
	padding-top:10px;
	}
#topmenu a img{line-height:1em;border:0;}
#topmenu a{
	color: black;
	background: url(gui/bg_fade.jpg) bottom repeat-x #fff;
	padding: 8px 5px;
	padding-bottom:2px;
	padding-top:2px;;
	line-height:1.5em;
	margin-left:2px;
	font-weight:bold;
	-moz-border-radius:2px 2px 0 0;
	border:1px solid white;
	margin-top:5px;
	}
#topmenu a:hover{
	color:#B73838;
	background-color:#eee;
	padding-top:5px;
	}
#topmenu a.active{
	color:#000;
	font-weight:bold;
	background-color:#fff;
	background-image:none;
	border-top:2px solid #fff;
	padding-top:5px;
	text-decoration:none;
	}

#news {
	border-bottom:#B73838 1px dotted;
	padding:10px;
	margin-bottom:1em;
	background:#fff url(gui/bg_fade.jpg) bottom repeat-x;
	float:left;
	width:480px;
}


#lcol {
	float:left;
	width:470px;
	}
#lcol{line-height:1.4em;}

#rcol {
	float:right;
	width:210px;
	text-align:center;
	background-image: url(gui/rbox.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 10px 2em 10px;;
	}
#rcol p{
	font-size:0.9em;
	margin:0;
	padding:0.5em;}

.bottomhr {clear:both;visibility:hidden;}

#footer{color:#aaa;font-size:0.8em;text-align:center;}
#footer a{color:#999;}

.dsm {display:none;}
.small {font-size:0.8em;}
.impressum{font-size:0.7em;font-weight:normal;}

.boxarrow{
	padding:2em 10px 2em 80px;
	border:1pix dashed #666;
	background:url(gui/boxarrow.jpg) top left no-repeat;
	}

/*LayOutBoxen*/
.box_left50{float:left;width:45%;font-size:0.9em;}
.box_right50{float:right;width:49%;font-size:0.9em;}
