@import "jquery.autosuggest.css";
@import "jquery.yav.css";

body {
	margin: 0;
	padding: 0;
	font: normal 65%/1.5em Tahoma, Arial, FreeSans, Helvetica, Verdana, sans-serif;
	text-align: center;
	background: url(../../images/bg.gif);
}

a:link  {
	color: #008B8B;
}
       
a:visited  {
  	color : #008B8B;
}
         
a:active  {
	color: #008B8B;
}

.codedesc {
	float:left;
	color: #b7b7b7;
	text-align: right;
	margin-right: 5px;
}
.codeval {
	float:left;
	color: #000000;
	background: #ffffff;
	width: 30px;
	min-width: 30px;
	margin-right: 10px;
	height: 18px;
	text-align: center;
}
.codevalbig {
	float:left;
	color: #000000;
	background: #ffffff;
	width: auto;
	min-width: 30px;
	margin-right: 10px;
	height: 18px;
	text-align: center;
	padding: 0  8px;
}

h1 {
	color:#018164;
	font-size:1.2em;
	margin:0;
	padding:0;
}

h2 {
	font-size:1.1em;
	color:#555;
}

#jscriptdiv {
	position:absolute;
	top: 0px;
	left: 0px;
	bottom:0px;
	right: 0px;
	z-index:999;
}

#prepage_overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
	text-align:center;
	padding-top:30%;
	padding-bottom:50%;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity = 50);
}

#prepage_content {
	position:absolute;
	width:70%;
	top:0px;
	left:0px;
	z-index:3;
	text-align:center;
	margin-left:15%;
	margin-top:20%;
	padding:3px;
	background: #ffffff;
	border:1px;
	border-style:solid;
	border-color:#D4D4D4;	
	font-size: 12px;
}



#header {
	width:1024px;
	margin:0 auto;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: White;
}

#infoPanel {
	background: #018164;
	color: White;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 15px;
}

#leftNavigation {
	width:200px;
	margin-right:20px;
	float:left;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	padding:5px;
}

#navigation {
	margin-bottom:10px;
}

#navigation a {
	display:block;
	padding:5px 10px;
	background:#eee;
	margin-bottom:1px;
	font-size:1.1em;
}

#navigation a:hover {
	text-decoration:none;
	background:#ddd;
}

#contactBox {
	background:#eee;
	padding:10px;
	font-size:1em;
}

#container {
	padding: 10px;
	background: White;
}

#content {
	padding: 10px;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	margin-left: 230px;
	background: White;
}

#login
{
	background-color: White;
	width: 250px;
	padding: 5px;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-left: -130px;*/
	margin-top: -50px;
	margin-left:-20000px;
	border: 1px solid #e0e0e0;
}

#reg_form_row
{
	margin-bottom:1px;
	background:#f1f1f1;
	padding:4px;
}

#show {
	display: block;
}

#print {
	padding: 0px;
	display: none;
	width: 0px;
}

#charge
{
	color: GrayText;
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}

#bland
{
	color: GrayText;
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}


fieldset {
	float:left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #B4B4B4;
	background: #F5F5F5;
	position: relative;
	line-height: 1.5;
	width:97%;
}

fieldset#loginer {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #B4B4B4;
	background: #F5F5F5;
	position: relative;
	line-height: 1.5;
	width:225px;
}

fieldset#loginer legend {
	line-height: 1.3;
	color: #B4B4B4;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	background: #F5F5F5;
	margin: 0px;
	padding: 0 5px 0 5px;
}

fieldset legend {
	line-height: 1.3;
	color: #B4B4B4;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	background: #F5F5F5;
	margin: 0px;
	padding: 0 5px 0 5px;
}

fieldset.idTabs {
	position:relative;
	float:right;
	background:none;
	border:none;
	
}

fieldset#q {
	margin:-25px 0 0 0;
	z-index:1;
}

fieldset.idTabs legend {
	position:relative;
	float:right;
	height:18px;
	font-size:12px;
	margin: 0 2px 0 -4px;
	z-index:999;
	
}

fieldset.idTabs li {
	float:right;
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
}

fieldset.idTabs legend a:hover {
	
color:#ff7700;
}

fieldset.idTabs .selected {
	color:#ff7700;
}

/* IE6 fix*/
* html fieldset legend {
	float: left; 
	position: relative; 
	margin-top: -2em;
}

* html fieldset#loginer legend {
	float: left; 
	position: relative; 
	margin-top: -2em;
}

* html .comp {
	margin-bottom: 1.8em;
} 
/* IE6 fix*/ 

/* IE7 fix */ 
*:first-child+html fieldset legend {
	float: left; 
	position: relative; 
	margin-top: -2em;
}
 
*:first-child+html .comp {
	margin-bottom: 1.8em;
} 

/* IE7 fix */

 
.formRow {
	display:block;
	margin-bottom:5px;
}

label {
	width: 140px;
	display: block;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	color: #666;
	font-size: 1.1em;
	padding-top: 3px;
	text-align: left;
}

input, select {
	
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:2px;
}

input.button {
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	margin-left:133px;
	font-size:1em;
	padding:5px;
	color:#444;
	cursor:pointer;
}

span.required {
	color:#ff3f42;
	padding-left:3px;
}

table {
	margin-bottom:0px;
	float:none;
}

th {
	vertical-align: top;
	font-weight: normal;
	padding: 4px;
	background: #F5F5F5;
}

td {
	background: White;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
}

p.error {
	color:red;
	padding-left:150px;
	margin:0;
}

.Xdates {
	font-weight:normal;
	color:#666;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*zusŠtze Marc Rippel*/

.pdfausgabe {
	float:right;
	border:0px solid #333;
	margin:0 2px 0 0;
}
.pdfausgabe a {
	font-weight:bold;
	text-decoration:none;
}

.pdfausgabe a:hover {
	text-decoration:underline;
}

.help {
	float:right;
	position: relative; 
	margin:-2px 0 0 5px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	width:200px;
	border: 1px solid #00B391;
	background-color: #ECECEC;
	font-size:10px;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:10px !important; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */