@charset "utf-8";
<!--
/*<![CDATA[*/


/* CSS-Datei Dolorgiet und Diedenhofen - Screen*/

/* Verwendete Farben

rot: #da251d
grün: #00923f
hellgrau: #efefef
dunkelgrau: #dbdbdb
blaugrün: #033e46
schwarz: #000000

*/

/* ALLGEMEINES */

* {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	border-spacing: 0px;
	/* IE */
	border-collapse: collapse;
}

html {
        height: 100.05%;
        overflow-y:scroll;
}

p {
	margin-bottom: 8px;
}

a:link, a:active, a:visited {
	color: #cc071e;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 7px;
	color: #da251d;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #da251d;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #da251d;
}



body {
	background: #dbdbdb;
	position: relative;
	overflow: auto;
	text-align: center;
}

#frame {
	width: 950px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

#container {
	
}

#overheader {
	height: 40px;
	width: 948px;
	background: #033e46;
	text-align: right;
	border: 1px solid #033e46;
}


/* ############ TOPNAVIGATION ############# */

#overheader #topnavigation {
	margin-top: 13px;
	margin-right: 20px;
}

#overheader #topnavigation #act {
	text-decoration: underline;
	/*font-weight: bold;*/
}

#overheader #topnavigation a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}

#overheader ul {
	margin-top: -50%;
}

#overheader #topnavigation, #overheader #topnavigation a {
	text-decoration: none;
	color: #fff;
}


#overheader ul {
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
}

#overheader ul li a {
	color: #fff;
	text-decoration: none;
}

#overheader ul li {
	display: inline;
	margin-left: 6px;
	color: #fff;
}







#underheader {
	height: 30px;
	width: 950px;
}

#header {
	background: url(../img/headerimg_dolo.jpg) no-repeat;
	height: 176px;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#left {
	width: 220px;
	float: left;
	text-align: left;
	background: #efefef;
	border: 1px solid #efefef;
}

#right {
	text-align: left;
	width: 691px;
        float: right;
	min-height: 400px;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #fff;
}

#content {
	text-align: justify;
}

#logo {
	width: 120px;
	margin-top: 30px;
	margin-bottom: 65px;
	margin-left: 63px;
}

.atsub
{
	margin-bottom: -3px;
}



/* ############ NAVIGATION ############# */

#navigation ul {
	list-style-type: none;
	margin: 6px;
	background: #fff;
}

#navigation ul li {
	margin-bottom: 6px;
}


/* Erste Ebene */

#navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px;
	background: #eee;
        color: #033e46;
}

#navigation ul li a:hover,
#navigation ul li.act a {
	background: #033e46;
	color: #fff;
}


/* Zweite Ebene */

#navigation ul li ul {
	margin-top: 2px;
	margin-bottom: 2px;
        margin-left: 9px;
}

#navigation ul li.act ul li a {
	background: url(../img/list-arrow.gif) no-repeat 0px 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
        color: #033e46;
}

#navigation ul li.act ul li a:hover,
#navigation ul li.act ul li.act a {
	color: #c33;
	background: url(../img/list-arrow.gif) no-repeat 0px 6px; /* IE6 */
}

#navigation ul li.act ul li.act a {
	color: #c33;
	font-weight: bold;
}


/* Dritte Ebene */

#navigation ul li ul li ul {
	margin-left: 16px;
}

#navigation ul li.act ul li.act ul li a {
	background: url(../img/list-arrow.gif) no-repeat 0px 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 13px;
        color: #033e46;
        font-weight: normal;
}

#navigation ul li.act ul li.act ul li a:hover,
#navigation ul li.act ul li.act ul li.act a {
	color: #c33;
	background: url(../img/list-arrow.gif) no-repeat 0px 4px; /* IE6 */
}

#navigation ul li.act ul li.act ul li.act a {
	font-weight: bold;
}


/* Vierte Ebene */

#navigation ul li ul li ul li ul {
	margin-left: 23px;
}

#navigation ul li.act ul li.act ul li.act ul li a {
	background: url(../img/list-arrow.gif) no-repeat 0px 4px;
	padding-left: 13px;
        color: #033e46;
        font-weight: normal;
}

#navigation ul li.act ul li.act ul li.act ul li a:hover,
#navigation ul li.act ul li.act ul li.act ul li.act a {
	color: #c33;
}

#navigation ul li.act ul li.act ul li.act ul li.act a {
	font-weight: bold;
}













#footer {
	margin-bottom: 30px;
	margin-top: 10px;
	color: #033e46;
}

#footer ul li {
	margin-left: 6px;
}

#footer a {
	text-decoration: none;
	color: #033e46;
}

#footer a:hover {
	text-decoration: underline;
	color: #033e46;
}

.DCLoginForm {
	background: #dbdbdb;
	padding: 2px;
}

input {
	font-size: 13px;
}

blockquote {
	margin-left: 20px;
}

.bodytext {
	width: 100%;
}



/************************/



img.tinyarrow {
	width: 3px;
	height: 3px;
	margin: 0 5px 2px 0px;
}

input.dc_input {
	border: 1px solid #d9d9d9;
	background-color: white;
	width: 150px;
	height: 18px;
	font-size: 13px;
}

input.dcUsername {
	font-size: 13px;
}

input.dcPassword {
	font-size: 13px;
}
  
div.tickerText {
	color: #cc0033;
	height: 16px;
	font-weight: bold;
}
  
div.dcLoginLRedContainer {
	width: 310px;
}

img.dcEumel {
	width: 59px;
	height: 87px;
}
  
a.greyLink {
	color: #666666!important;
	font-size: 11px;
}
  
a.redlink {
	color: #cc0033!important;
	font-size: 11px;
}

div.dcUserName {

}
  
input.dcContinueButton {
	width: 71px;
	height: 29px;
}

input.dcLoginButton {
	
	float: right;
}

#dc_header {
	width: 310px;
	height: 87px;
	background: white top left url('../img/dc_header.gif') no-repeat;
}

#dc_help-btn {
	float: right;
	margin: 17px 5px 0 0;
}
  
div.contentBackground {
	width: 298px;
        height: auto;
        background: #f0f0f0;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding-left: 10px;
}
  
div.dcTextContainer {    
}
  
div.dcLabel {
	font-size: 10px;
	color: black; 
}
  
div.dcUserlabel {
	font-size: 13px;
}
  
div.dcPasslabel {
  	font-size: 13px;
}

a.dcRedLink {
	color: #cc0033!important;
	font-weight: normal;
	text-decoration: none!important;  
}

div.linkBar {
	width: 170px;
	margin-top: 10px;
}

div.linkBar a {
	color: #666666 !important;
	font-size: 10px !important;
	text-decoration:none;
}
  
div.dcErrorMessage {
	width:255px;
	height:78px;
	overflow:hidden;
	line-height: 14px!important;
}

.bodytext {
	width: auto;
}

/*
div .csc-textpic-imagewrap {
	float: right;
}
*/

/*
img {
	border: 1px solid transparent;
}
*/

-->
/*]]>*/