@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#leiste {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:900px;
	font-size: 12px;
	height:23px;
	background-color:#b3c94c;
	background-repeat:repeat-x;
	border-bottom:1px solid #7b9a09;
}
#schatten {
	position:absolute;
	top:24px;
	left:0;
	width:100%;
	height:28px;
	background-image:url(images/schatten.jpg);
}
#topleft {
	top:0;
	left:0;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
	height:23px;
	background-color:#a0ba34;
	float:left;
	line-height:23px;
}
#topright {
	top:0;
	right:0;
	text-align:right;
	height:23px;
	padding-left:5px;
	padding-right:5px;
	background-color:#a0ba34;
	float:right;
	line-height:23px;
}
#logo {
	position:absolute;
	left:50%;
	margin-left:-350px;
	top:60px;
}
#ivz {
	min-width:900px;
	position:absolute;
	top:160px;
	left:0px;
	height:41px;
	width:100%;
	background-image:url(images/ivz_line_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#ivz ul, #ivz2 ul {
	list-style:none;
	margin:0;
	padding:0;	
}
#ivz ul#oben li {
	font-size:16px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	float: left;
	line-height:41px;
	height:41px;
	background-image:url(images/ivz_bg.gif);
	background-repeat:repeat-x;
}
#ivz ul#oben li a {
	padding-left:20px;
	padding-right:20px;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
}
#ivz ul#oben li.end {
	width:20px;
	margin:0;
	padding:0;
	padding-left:0px;
	padding-right:0px;
	float: left;
	line-height:41px;
	background-image:url(images/li_end.gif);
	background-repeat:no-repeat;
}
#ivz ul#oben li.active {
	background-image:url(images/ivz_bg_active.gif);
	background-repeat:repeat-x;
}

#ivz2 ul#unten {
	float:none;
}

#ivz2 {
	min-width:900px;
	position:absolute;
	top:201px;
	left:0px;
	height:30px;
	width:100%;
	background-image:url(images/umenu_bg.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #889e38;
	font-size:12px;
}
#ivz2 ul#unten li {
	float:left;
	height:30px;
	padding:0;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	line-height:30px;
}
#ivz2 ul#unten li a {
	padding-left:10px;
	padding-right:10px;
	color:#506112;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#content {
	position:absolute;
	top:250px;
	padding: 0px 30px;
}
a {
	color:#083643;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

input[type=text], input[type=file], input[type=password], input[type=submit] {
	border:1px solid #083643;
	background-image:url(images/inputbg.gif);
	background-repeat:repeat-x;
	font-size:10px;
}

div#files input { margin: 3px 0px; }


.tiny {
	font-size:10px;
}
.info {
  width: 85%;
  border: 1px solid #889e38;
  margin: 15px 0px;
  background-color: #efffb4;
}

.info p { margin: 6px; }

.list {
  border-collapse:collapse;
  width: 85%;
  border: 1px solid #889e38;
  margin-top: 10px;
}

.list td, .list th {
  border-bottom:1px solid #889e38;
  overflow:hidden;
  padding:2px 10pt 3px;
  vertical-align:middle;
  text-align: left;
  /* cursor:pointer; */
}

.listHighlight {
  background-color: #efffb4 !important;
}

.list th { font-weight: bold; }

.listHeader {
  background-color: #cae372;
  border-bottom: 0px;
}

.settingsHeader {
  background-color: #cae372;
}

.settings {
  margin-top: 10px;
  border-collapse:collapse;
  width: 85%;
  border: 1px solid #889e38;
  background-color: #efffb4;
}

.settings td, .settings th {
  overflow:hidden;
  padding:6px;
  vertical-align:top;
  text-align: left;
}

.settings .divider { border-top:1px solid #889e38; }

.settings th { font-weight: bold; }

img {
  border: 0px;
}

div.auto_complete {
  width: 350px;
  background-color: #efffb4;
}
div.auto_complete ul {
  border:1px solid #7e9a8a;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #b1e001;
}
div.auto_complete ul strong.highlight {
  color: #800; 
  margin:0;
  padding:0;
}

.error {
  width: 85%;
  background-color:#FFEEEE;
  background-image:url(images/error.gif);
  background-position:10px 7px;
  background-repeat:no-repeat;
  border: 1px solid #CC0000;
  padding:7px 10px 7px 45px;
  margin: 15px 0px;
  color:#CC0000;
}

.error a { color: #CC0000; }

.start {
  border: 0px;
  width: 750px;
  margin:auto;
}

.start h3 { margin-top: 15px; margin-bottom: 5px; }



.error ul {
  margin: 1px;
  padding: 0px 12px;
}

.progressBar {
    height: 40px;
}
.progressBar .background {
    border: solid 1px black;
    margin: 2px 0px;
    width: 250px;
    height: 20px;
}
.progressBar .bar {
    position: relative;
    background-color: #B1E001;
    width: 0px;
    height: 20px;
    color: #000000;
    line-height: 20px;
    text-align: right;
    font-weight: bold;
}

.waiting1 {
  height:16px;
  width:100%;
  line-height: 8px;
  margin:5px;
  background-image:url(images/load1.gif);
  background-repeat:no-repeat;
  padding: 4px 4px 4px 20px;
  font-weight: bold;
}

.waiting2 {
  height: 128px;
  line-height: 120px;
  width:100%;
  margin:5px;
  background-image:url(images/load2.gif);
  background-repeat:no-repeat;
  padding: 4px 4px 4px 134px;
  font-weight: bold;
  font-size: 16px;
}

.fileDetails {
  border: 0px;
  font-size: 12px;
}

.fileDetails td {
  border: 0px;
  padding: 1px 5pt 1px;
}

td {
  padding: 2pt 5px 2pt;
  vertical-align: top;
}

h3 {
  margin-bottom: 1px;
}
#footer {
	width:900px;
	text-align:center;
	font-size:12px;
	margin-top:50px;
	clear:both;
}

.langMenu {
  position:absolute;
  text-align: left; 
  z-index: 20;
  border:1px solid #000000;
  border-right: 0px;
  top: 25px;
  right: 0px;
  background-color:#FFFFFF;
  line-height: 20px;
  width: 100px;
}

.langMenu a, .searchFilter a { font-weight: normal; text-decoration: none; }
.langMenu img { margin-right: 3px; }

.langMenu ul, .searchFilter {
  list-style: none;
  margin: 0;
  padding: 0;
}

.langMenu li, .searchFilter li { padding: 0px 5px; }

.langMenu li:hover, .searchFilter li:hover {
  background-color: #efffb4;
}

.searchFilter {
	left:auto;
	position:absolute;
  text-align: left; 
  z-index: 20;
  border:1px solid #889E38;
  background-color:#EFFFB4;
  line-height: 20px;
}

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper,
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title {	position: relative; }
.prototip .content { clear: both; }

/* Prototip styles */
.prototip .default { width: 250px; color: #000; }
.prototip .default .toolbar { background-color: #cae372; font-size: 14px; font-weight: bold; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background-color: #efffb4; font-size: 11px; padding: 5px;}

.faq_content {
  background-color: #efffb4;
  overflow: hidden;
  padding:6px;
  width: 700px;
}
.faq_toggle {
  width: 700px;
  background-color: #cae372;
  margin: 0px;
  padding:6px;
}
.faq_container {
  border: 1px solid #889e38;
  width: 700px;
}

.account {
  width: 100px;
  float:left;
  border: 1px solid #889e38;
  margin: 4px;
}

.accountHeader {
  width: 96px;
  padding: 2px;
  font-weight: bold;
  background-color: #cae372;
}

.accountBody {
  line-height: 125%;
  padding: 5px;
}

ul.tab_container {
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  list-style-type: none;
}

ul.tab_container li.tab {
  display: inline;
  margin: 0;
}

ul.tab_container li.tab a {
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 3px;
  background-color: #CAE372;
  text-decoration:none;
  border: 1px solid #889E38;
}

ul.tab_container li.tab a.active {
  background-color: #EFFFB4;
  border-bottom: 1px solid #EFFFB4;
  position: relative;
  top: 1px;
}

.tab_content {
  border: 1px solid #889E38;
  background-color:#EFFFB4; 
  width: 100%;
}

.tab_content div {
  margin: 10px;
}

.message_read a {
  font-weight: normal;
}

.message_unread {
  font-weight: bold;
}
