/* Standard-CSS für web|cims */
/* erstellt von M. L. Müller */

/* Abstände aller Elemente werden auf Null gesetzt */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, th, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Grundeinstellungen für html und body */
html, body {
	background: #fff;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

#content{
	margin-top:2px;
	margin-left: 0px;
	margin-right: auto;
	width: 1000px;
	/*border:1px solid #aaa;*/
}

#header{
	position: relative;
	height: 80px;
	width: 984px;
	background: #4372B2;
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 8px;
	color: White;
} 

#header h1{
	font-size: 20pt;
	font-weight: bold;
}
#header h2{
	font-size: 18pt;
	font-weight: normal;
}

#leftcol{
	width: 170px;
	overflow: hidden;
	float: left;
	/*position: relative*/;
	min-height: 400px;
	padding: 8px 4px 8px 4px;
	/*background: #DAE0F1; */
}

#leftcol h3{
	margin: 0 0 6px 0;
	border: solid #CCC 1px;
	background-color: #EFEFEF;
	position: relative;
	padding: 0 0 0 3px;
}

#leftcol h4{
	margin: 0 0 6px 0;
	border: 1px solid #B22222;
	background-color: #FFEBCD;
	position: relative;
	padding: 0 0 0 3px;
	color: Black;
	font-weight: normal;
}

#leftcol div{
	margin: 0 5px 0 0;
	padding: 0 0 6px 3px;
}

#maincol{
	/*display: inline;
	position: relative;*/
	/*width: 80%;*/
	min-height: 400px;
	margin: 0 0 0 180px;
	padding: 8px 4px 8px 4px;
}
 
#footer{
	height: 100px;
	clear: both;
	padding: 10px;
}
 

a:link{
	color: rgb(51, 102, 153);
}

a:hover{
    color: blue;
    text-decoration: underline;
}

table {
	padding:0px;
	margin:0px;
}

td {
	margin:0px;
}

h1.lineplus {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}
h1.lineminus {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
}
h2{ font-size : 13pt; font-weight: bold; margin-top : 8px; margin-bottom : 4px; }
h3{ font-size : 10pt; font-weight: bold; margin-top : 3px; margin-bottom : 2px; }
/*h3 { font-size : 10pt; font-weight : bold; color : #612d10; margin-top : 0; margin-bottom : 6pt; }*/

select {
	font-size: 8pt;
	border: 1px solid #483D8B;
	vertical-align: middle;
	color: #00008b;
}

input, textarea {
	font-size: 8pt;
	border: 1px solid #CCC;
}

textarea {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

.button {
	border: 1px solid #483D8B;
	background-image: url(images/button.gif);
}

input[type="checkbox"] {
	vertical-align: middle;
}
input[type="radio"]{
	vertical-align: top;
}

input:focus, .dropdown:focus, textarea:focus, select:focus {
	border: 1px solid Maroon;
	background-color: #FFFFCD;
}

td.tdlabel {
	vertical-align:top;
	text-align: right;
	padding-right:3px;	
}

div.element_float {
	float: left;
	/*min-height: 22px;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	overflow:hidden;
}

div.element {
	width: auto;
	/*min-height: 22px;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	/*margin-right:2px;*/ 
	vertical-align: middle;
	overflow:hidden;
	
}

span.suffix {
	/*font-family: courier;*/
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
}
span.prefix {
	/*font-family: courier;*/
	padding-left: 4px;
	padding-right: 2px;
	/*vertical-align: middle;*/
}
span.debug {
	font-size: 8px;
	color: White;
	background: #8B0000;
	vertical-align: bottom;
	overflow: visible;
	position: relative;
	top: -11px;
}

.label {
	/*padding-top: 1px;*/
	vertical-align: top;
	text-align: right;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow:hidden;
	/*float: left;*/
	/*padding-right: 6px;*/
}

.attention { text-align : left; color : white; background-color : #ce0000; }

tr.linie td {border-top: solid #CCC 1px;}
