@charset "utf-8";
html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.90em;
	background-color:#FFFFFF;
	color:#636363;
	background-image:url(images/page_background.gif);
	background-repeat:repeat-x;
}
/*__________ LayoutDivStyles __________*/

#header {
	position:absolute;
	width:995px;
	height:139px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#main_menu {
	position:absolute;
	width:727px;
	height:17px;
	top:109px;
	left:204px;
	padding-left:10px;
	background-color:#9f9f9f;
}
#left {
	position:absolute;
	left:40px;
	top:152px;
	width:220px;
}
#left_menu {
	padding-top:25px;
	padding-bottom:150px;
}
#address {
	position:absolute;
	left:40px;
	top:382px;
	width:200px;
	font-size:0.8em;
	line-height:150%;
}
#content {
	position:absolute;
	left:294px;
	top:152px;
	width:350px;
	font-size:0.95em;
	padding-bottom:50px;
}
#content_right {
	position:absolute;
	left:669px;
	top:154px;
	width:250px;
	font-size:0.95em;
}
#themeimage {
	margin-top:-26px;
	min-height:26px;
}

img {
	border:0;
}

/*__________ Menu-Styles ________ */

#main_menu a {
	display:inline-block;
	height:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
}
#main_menu a:hover, #main_menu a.active {
	background-color:#1b3067;
}
#main_menu a.active {
	color:#FFFFFF;
}

#left_menu a {
	color:#444444;
	font-weight:bold;
	display:block;
	clear:both;
	padding-bottom:10px;
	font-size:0.9em;
}
#left_menu a:hover, #left_menu a.active {
	color:#325abf;
}

#left_menu a.secondlevel {
	padding-left:20px;
	font-weight:normal;
}


/*__________ Link-Stile fuer Content und Content Links ________ */

h1 {
	font-size:1em;
	color:#636363;
	margin-bottom:0;
	margin-top:25px;
}
.csc-header br{
	display:none;
}
a {
	text-decoration:none;
	color:#1b3067;
	font-weight:bold;
}
a:hover {
	color:#000000;	
}

#address a{
	color:#636363;
	font-weight:normal;
}
#address a:hover{
	color:#000000;
}
/*__________ Typo3 Anpassungen ________ */

.csc-mailform-field {
	width:100px;
}
