@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;
}

div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #EFFFB4;
  border: 1px solid #889E38;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #CAE372;
  border-bottom: 1px solid #889E38;
  border-top: 1px solid #889E38;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #CAE372;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

div.infobox { 
color:black; 
background-image:url(images/infobox.png); 
height:282px; width:1100px; 
padding-top:20px; 
padding-left:20px; 
padding-right:20px; 
background-repeat:no-repeat; 
font-size:13px;
}

#reward {
	width: 723px;
	background: url(images/reward.jpg) top no-repeat transparent;
	padding: 0;
	margin: 50px;
}
#reward #title1 { font: 26px "Trebuchet MS", Arial; font-weight: bold; color: #6c8022;display: block; margin: 40px 0 20px 0;padding: 0;text-indent: 10px;text-shadow: 1px 1px 0px #fff;float:left;width:500px;}
#reward #title2 { font: 20px "Trebuchet MS", Arial; font-weight: bold; color: #fff;display: block; margin: 0;padding: 0;text-indent: 10px;text-shadow: 2px 2px 4px #839639; float:left;width:500px;}
#reward #title3 { font: 26px "Trebuchet MS", Arial; font-weight: bold; color: #fff;display: block; margin: 0 0 30px 0;padding: 0;text-indent: 10px;text-shadow: 2px 2px 4px #839639; float:left;width:500px;}

#reward .txt {
	width: 700px;
	margin: auto;
	padding: 0%;
	line-height: 20px;
}
#reward .table {
	width: 70%;
}
#reward table tr td {
	width: 50%;
	border: 1px solid #dddddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px;
}

#aboutus {
	width: 740px;
	height: 183px;
	padding: 0;
	margin: 50px;
}
#aboutus .row {
	width: 740px;
	margin: 3px 0;
}
#aboutus .row .txt {
	float: left;
	width: 220px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	margin: 1px 10px;
}
#aboutus .row .icon {
	float: left;
	width: 80px;
	padding: 5px;
	text-align: center;
	margin: 1px 10px;
}

.clearboth {
	clear: both;
}
.center {
	text-align: center;
}

#getpremium {
	width: 700px;
	margin: 50px;
}
#getpremium #maintitle {
	font-size: 18px;
	font-weight: bold;
	color: #405a62;
	display: block;
	width: auto;
}
#getpremium .main {
	font-weight: bold;
	color: #889b43;
	display: block;
	width: auto;
	margin: 30px 0;
}
#getpremium #vorteile {
	background:url(images/getpremium_vorteil.gif) right no-repeat #fff;
	width: 700px;
	height: 226px;
}
#getpremium #vorteile ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#getpremium #vorteile ul li {
	background:url(images/getpremium_list.gif) left no-repeat #fff;
	margin: 0;
	padding: 0;
	color: #405a62;
	width: 400px;
	height: 31px;
	line-height: 31px;
	text-indent: 40px;
}
#getpremium #table {
	background: #889b43;
	padding: 0;
	margin: 20px 0;
	height: 228px;
	border: 1px solid #889b43;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#getpremium #table .box {
	background:url(images/getpremium_box.gif) top no-repeat transparent;
	width: 100px;
	height: 200px;
	float: left;
	margin: 14px 0 0 14px;
	text-align: center;
}
#getpremium #table .box .title1 {font-size:20px;font-weight:bold;color:#405a62;display:block;margin-top:5px;}
#getpremium #table .box .title2 {font-size:18px;color:#405a62;display:block;}
#getpremium #table .box .title3 {font-size:26px;font-weight:bold;color:#889b43;display:block;margin-top:12px;}
#getpremium #table .box .title4 {font-size:12px;color:#405a62;}
#getpremium #table .box .title5 {font-size:12px;font-weight:bold;color:#dd0010;}

#getpremium #table .buy {
	margin: 10px 0 0 5px;
	padding-top: 4px;
	width: 91px;
	height: 68px;
	border-top: 1px dotted #405a62;
}

#getpremium #table .buyButtonNoJS {
  margin: 30px 0;
  padding: 10px;
}

#getpremium #table .buy a.button:link, #getpremium #table .buy a.button:visited, #getpremium #table .buy a.button:active {
	background: url(images/getpremium_buy.gif) top no-repeat transparent;
	display: block;
	width: 91px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #405a62;
	text-decoration: none;
}
#getpremium #table .buy a.button:hover {
	background: url(images/getpremium_buyhover.gif) top no-repeat transparent;
	text-decoration: none;
	color: #6d8b94;
} 

.news {
	background: #889b43;
	border: 1px solid #889b43;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 700px;
	margin: 20px;
	padding: 10px;
}
.news .box {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: auto;
	margin: 3px 0;
	padding: 10px;
}
.news .box .title {
	font-size:20px;
	font-weight:bold;
	color:#405a62;
}


#aboutus {
	width: 740px;
	height: 183px;
	padding: 0;
	margin: 50px;
}
#aboutus .row {
	width: 740px;
	margin: 3px 0;
}
#aboutus .row .txt {
	float: left;
	width: 220px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	margin: 1px 10px;
}
#aboutus .row .icon {
	float: left;
	width: 80px;
	padding: 5px;
	text-align: center;
	margin: 1px 10px;
}

