/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/hintergrund.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#inhalt {
	position: absolute;
	top: 120px;
	left: 18px;
}
#inhalt a:link, #inhalt a:visited {
	color: #333333;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
	color: #000066;
}
.meldung {
	z-index: 500;
	display: none;
	width: 520px;
	text-align: left;
	background-color: #FFE3B0;
	border: 1px solid #990000;	
	padding: 10px;
	margin-bottom: 15px;
}
.inputBG {
	background-image: url(images/input_bg.gif);
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	padding: 2px;
}
.input_button {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/button_bg_1.gif);
	border: 0px solid red;
	width: 125px;
	height: 25px;
	text-align: left;
	padding-left: 12px;
	padding-bottom: 3px;
}
.input_button_2 {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/button_bg_2.gif);
	border: 0px solid red;
	width: 75px;
	height: 17px;
	text-align: center;	
	padding-left: 3px; 
	padding-bottom: 3px;
}
.input_button_3 {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/button_bg_3.gif);
	border: 0px solid red;
	width: 75px;
	height: 17px;
	text-align: center;	
	padding-left: 3px; 
	padding-bottom: 3px;
}
.fett {
	font-weight: bold; 
}
.black {
	color: #000000;
}
legend {
	margin-bottom: 10px; 
}
.nopadding_nomargin {
	padding: 0; 
	margin: 0;
}
.grau_inaktiv {
	font-style: italic;
	color: #333333;
}
.formfield {
}
.formfield_inaktiv {
	filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.3;
}
.tabheader {
	font-weight: bold;
}
.tab_to_hover {
	background-color: #FFFFFF;
}
.tab_to_hover:hover {
	background-color: #CEDEFB;
}
.filter {
	border: 1px solid #CCCCCC;
	background-color: #E4E4E4;
	padding: 3px;
	margin-bottom: 5px;
}
.editform {
	z-index: 100;
	overflow: auto;
	position: absolute;
	top: 150px;
	left: 150px; 
	display: none;
	width: 330px;
	height: 380px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 1px #990000;
	border-right: solid 2px #A40000;
	border-top: solid 1px #990000;
	border-bottom: solid 2px #A40000;
	padding: 10px;
	margin-bottom: 15px;
}
.get_template_form {
	z-index: 100;
	overflow: auto;
	position: absolute;
	top: 140px;
	left: 70px; 
	display: block;
	width: 600px;
	height: 100px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 1px #990000;
	border-right: solid 2px #A40000;
	border-top: solid 1px #990000;
	border-bottom: solid 2px #A40000;
	padding: 10px;
	margin-bottom: 15px;	
}
.archiv {
	z-index: 100;
	overflow: auto;
	position: absolute;
	top: 140px;
	left: 70px; 
	display: none;
	width: 600px;
	height: 450px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 1px #990000;
	border-right: solid 2px #A40000;
	border-top: solid 1px #990000;
	border-bottom: solid 2px #A40000;
	padding: 10px;
	margin-bottom: 15px;	
}
.tracking {
	z-index: 100;
	overflow: auto;
	position: absolute;
	top: 140px;
	left: 70px; 
	display: none;
	width: 620px;
	height: 490px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 1px #990000;
	border-right: solid 2px #A40000;
	border-top: solid 1px #990000;
	border-bottom: solid 2px #A40000;
	padding: 10px;
	margin-bottom: 15px;	
}

.make_text_only {
	z-index: 100;
	overflow: auto;
	position: absolute;
	top: 140px;
	left: 70px; 
	display: none;
	width: 600px;
	height: 450px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 1px #990000;
	border-right: solid 2px #A40000;
	border-top: solid 1px #990000;
	border-bottom: solid 2px #A40000;
	padding: 10px;
	margin-bottom: 15px;	
}

.get_groups_form {
	z-index: 100;
	overflow: auto;
	position: absolute;
	top: 140px;
	left: 70px; 
	display: none;
	width: 600px;
	height: 200px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 1px #990000;
	border-right: solid 2px #A40000;
	border-top: solid 1px #990000;
	border-bottom: solid 2px #A40000;
	padding: 10px;
	margin-bottom: 15px;	
}
#disable {
	display: none;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 50;
	min-width: 100%;
	/* width: expression(this.scrollWidth < 100 ? "100%" : "auto" ); */
	width: 100%; 
	min-height: 100%;
	height: 1000px;
	background-color: #444444;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}


