/* damit wird eine Scrollleiste immer eingeblendet */
html {
  height:100%;
  margin-bottom:1px;
}
/* Grundeinstellungen für das Dokument */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
/* damit auch leere Zellen gezeigt werden, bei IE: mit spacer.gif arbeiten! */
td {
   empty-cells:show;
}


.tdmain { /*Kompletter Bereich mit navilinks, main, navirechts*/
	background-color:none;/*#E9E9DD; /*#F0E6DD; /* hellbraun */
}
.mainspacer { /* Abstand main von oben */
	height:25px;
	width:100%;
}


/* NAVIGATION LINKS */
.navispacer { /*navilinks*/
	height:6px;
	width:100%;
}
.tablenavi { /*navilinks*/
	margin-left:10px;
}
.tdnavi { /*navilinks*/
	border-bottom:1px solid #FFFFFF;
	background-color:#DB9595;
}
/* NAVIGATION LINKS ENDE*/

/* MAIN */
.tablemain {
	width:100%;
}
.spaltemitbg {
	background-image:url(../images/desktop/door.jpg);
	background-repeat:no-repeat;
	background-color:#E9E9DD;
}
.spaltemainmain { /* Die absolute Mittelmainspalte */
	padding-right:5px;
	vertical-align:top;
	text-align:left;
}
/* MAIN ENDE */

/* NAVIGATION RECHTS */
.navispalterechts { /*Spalte, in der die Navi ist*/
	width:170px;
	vertical-align:top;
}
.steuerinfotabellerechts { /*das ist die eigentliche Navitabelle*/
	width: 160px;
	margin-right:5px;
	margin-left:5px;
	margin-top: 4px;
	border:2px solid #FFFFFF;
}
/* NAVIGATION RECHTS ENDE */




.steuerinfotabelle {
	margin: 2px;
	border: none;
	padding: 2px;
	background-color:#E2E1D2; /*#BFD8EA;*/
	border: 1px solid #333333;
	width: 100%;
}
.steuerinfotxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
.steuerinfoheadline, .steuerinfoheadlinepadd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.steuerinfoheadlinepadd {
	padding-bottom:10px;
}

.steuerinfoheadzeilemitpfeil, .steuerinfoheadzeilemitpfeilblauweiss {
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
}
.steuerinfoheadzeilemitpfeilblauweiss {
	background-color: #9D9982; /*#E2E1D2; /*#BFD8EA;*/
	border: 1px solid #CCCCCC;
	color:#FFFFFF !important;
}
.steuerinforechts, 
.steuerinforechts_abschluss, 
.steuerinforechts_selected, 
.steuerinforechts_abschluss_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #9D9982; /*#7D9FB7;*/
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AEB0B3;
	text-align: left;	
}
.steuerinforechts, 
.steuerinforechts_abschluss {
	color: #FFFFFF;
}
.steuerinforechts_selected, 
.steuerinforechts_abschluss_selected {
	color: #333333;
}
.steuerinforechts, 
.steuerinforechts_selected {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}


.kooperationentable {
	background-color: #FFFFFF;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.kooperationendetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	vertical-align:middle;
}


.textheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.textfliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.abstandabsatz1 {
	padding-top:7px;
}
.linksheadline {
	font-weight: bold;
	color: #333333;
}
.linkstable {
	margin-top:6px;
	margin-bottom:4px;
}


/* HINWEISE */
.welcomenewstabelle {
	margin: 2px;
	padding: 2px;
}
.welcomenews {
	padding: 2px;
	background-color: #E2E1D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border: 2px solid #FFFFFF;
}
.javawarnung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3333;
}



/* LINKS */
 a:link {
	color:#333333;
	text-decoration: none;
}
 a:visited {
	color:#333333;
	text-decoration: none;
}
 a:hover {
	color:#333333;
	text-decoration: underline;
}
 a:active {
	color:#333333;
	text-decoration: none;
}
 a.navirechts:link {
	color:#FFFFFF;
}
 a.navirechts:visited {
	color:#FFFFFF;
}
 a.navirechts:hover {
	color:#FFFFFF;
}
 a.navirechts:active {
	color:#FFFFFF;
}

a.red:link {
	color:#CC3333;
	text-decoration: none;
}
 a.red:visited {
	color:#CC3333;
	text-decoration: none;
}
 a.red:hover {
	color:#CC3333;
	text-decoration: underline;
}
 a.red:active {
	color:#CC3333;
	text-decoration: none;
}




/******************NEWSLETTER RAPIDMAIL***/
@import url(http://tools.rapidmail.de/css/main/form.css);

div.form {
    width: 400px;
    font-family: Verdana;
    font-size: 8pt;
    color: #666666;
}

div.form .form_field {
    border: 1px solid #a3a3a3;
}

div.form .form_field_error {
    border: 1px solid #fa0033;
}

div.form .form_border {
    border: 1px solid #d9d9d9;
    background-color: #f9f6f8;
}

div.form .form_button_submit {
    color: #ffffff;
    background-color: #b5b7b4;
}

div.form ul li {
    list-style: none;
}
</style>