body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	line-height: 20px;
	background-color: #e4e4e4;
}

.downloads ul {
	padding: 0px;
	list-style-type: none;
	margin-left: 38px;
	font-family: Arial, Helvetica, Verdana;
}
.downloads ul li {
	background-image: url(/client/bueromarxer/static/images/downloads_n.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 35px;
	font-family: Arial, Helvetica, Verdana;
	color: #007cbd;
}
.downloads ul li:hover {
	background-image: url(/client/bueromarxer/static/images/downloads_h.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 35px;
	font-family: Arial, Helvetica, Verdana;
}


a:link {
	color: #555555;

	text-decoration: none;
}
a:visited {
	text-decoration: none;

	color: #555555;
}
a:hover {
	text-decoration: none;

	color: #000000;
}
a:active {
	text-decoration: none;

	color: #555555;
}

.print {
	font-size: 9px;
	color: #807988;
	float:left;
	width: 200px;
	display: block;
}
.textsize {
	float: left;
	text-align: right;
	width: 200px;
}

h1 {
	font-size:24px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	color: #d3031c;
}

h2 {
	font-size: 20px;
	font-weight:normal;
}

h3 {
	font-size:15px;
	font-weight:normal;
}

.azurblue {
	color: #8197ba;
}

h4 {
	color:#0d044c;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:-7px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0d044c;
	margin-top: 15px;
}
.error_field {
	background-color: #ed3939;
	color: #FFFFFF;
}

.error_text_color {
	color: #ed3939;
}

.error_message {
	width: 600px;
	height: 55px;
	background-color: #FFFFFF;
	border: solid 1px #ed3939;
}

.error_message_l {
	float: left;
	padding-right: 4px;
}

.error_message_r {
	float: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	letter-spacing: normal;
	padding-left: 5px;
}

.notice_message {
	width: 600px;
	height: 55px;
	background-color: #FFFFFF;
	border: solid 1px #006600;
}

.notice_message_l {
	float: left;
	padding-right: 4px;
}

.notice_message_r {
	float: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	letter-spacing: normal;
	padding-left: 5px;
}

.picturetext_quickinfo {
	width: 298px;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana;
}
.newstext_quickinfo {
	width: 627px;
	background-color: #F5F5F5;
	padding: 5px;
	padding-left: 38px;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana;
	text-align: left;
}
.picturetext {
}
.newstext_img {
	float: left;
	width: 642px;
	margin: 0;
	padding:0;
}


.splittedtext_text1, .splittedtext_text2 {
	float:left;
	width:49%;
}

.splittedtext_text1 {
	margin-right:2%;
}

.splittedtext_bg {
	margin-top:-15px;
}

.hidden {
	display:none;
}

/* ********* MAIN ********* */
body {
	margin:0px;
	text-align:center;

}
.site {
	width: 878px;
	background-color: #FFFFFF;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
.header {
	height: 157px;
}
.logo {
	padding-top: 65px;
	margin-left: 43px;
}
.language {}
.navigation {
	background-color: #d3031c;
	height:45px;
	padding-top:11px;
margin-left: 17px;
margin-right:17px;

}
.header_bild {
	padding:17px;
}
.content {}
.subnavigation { float: left; width: 240px;}
.subnavigation a {
	display: block;
	width: 227px;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	margin-left:17px;
	font-size: 12px;
}
.modules {
	width: 550px;
	float: right;
	padding:17px;
}

p {
	line-height:20px;
}

.picture_text_text {
	overflow:hidden;
	padding-right:35px;
}

.picturetext {

	overflow:hidden;
}

.splittedtext {
	overflow:hidden;
	padding-left:29px;
	padding-right:35px;
}
.footer {
	margin-top: 10px;
	clear: both;
	text-align: center;
	color: #666666;
}













