/*STANDARD CSS*/
html, body, div,  h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, tr, td, form, img, li, input, textarea, select {
	margin:0px; padding:0px;
	border-width:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
  line-height: 12pt;
	color:black;
}

html {
	height:100%;
}

ul.noliststyle{
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
}
ul.noliststyle li{
    clear:both;
    margin:0;
    padding: 10px 0;
}
ul.noliststyle input{
    float:left;
    margin-right: 10px;
}
ul.noliststyle label{
/*     padding-left: 20px; */
    display:block;
    width:80%;
    float:left;
}
.btns {
	padding:0px 10px 0px 10px;
	border:1px solid #aaa;
	background-color:#FFFFFF;
	text-decoration:none;
}

.btns:hover {
	color:#000000;
	text-decoration:none;
	background-color:#DDDDDD;
}


.search {
	/*background-color:#999999;*/
}

.search td.left {
	text-align:right;
}

.search td {
	padding:3px;
	/*border:1px solid #999999;*/
	text-align:left;
	vertical-align:top;
}



.form td, .form th {
	padding:4px;
	border:1px solid #999999;
	text-align:left;
	vertical-align:top;
}

.form td.left {
	text-align:right;
}



.overview {
	background-color:#999999;
}
.overview td, .overview th {
	padding:4px;
	border:1px solid #999999;
	text-align:left;
	vertical-align:top;
}

.overview td.aktion {
	padding:0px;
}

.overview td.aktion img {
	float:right;
	margin:4px 4px 4px 0px;
}

.overview tr:hover td{
    background-color: #E0E5EF;
}



body {
	background-color:white;
	height:100%;
	background-image:url(bg.gif);
	background-repeat:repeat;
}

.such_navi {
	text-align:center;
	margin:8px 0px 8px 0px;
	font-weight:bold;
}

.such_navi a {
	text-decoration:none;
}

.such_navi .aktiv {
	/*color: #FBAB00;*/
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:0px;
}


table.anzeigen{
    margin-bottom:8px; 
    width:100%;
}
table.premium{
    background-color:#ffd74a;
    margin-bottom:15px; 
    width:100%;    
}

td {
	vertical-align:top;
}
table.anzeigen td{
    border:1px solid #CCCCCC;
}
table.premium td{
    border:1px solid #7F3217;
}
.anzeigen_titel{
    background-color:#fff;
    padding:5px;
    width:439px;
    overflow:hidden;
}
.anzeigen_content{
    padding:5px;
    width:439px;
    overflow:hidden;
}

table.anzeigen td.anzeige_colored{
    background-color:#ccd9ed;
}
table.premium .anzeigen_content{
    background-color:#ffd74a;
}
.video_playlink{
    font-size:12px;
    padding:10px 0 10px 25px;
    background: url('./play-button.png') no-repeat left transparent;
    line-height:25px;
}
ul {margin-left:35px; margin-bottom:10px;}
p {margin-bottom:10px;}
h1 {margin-bottom:6px;}
/*STANDARD CSS*/

a {color:#003387;}
a:hover {text-decoration:none;}

.red a {
	color:#D40000;
	font-weight:bold;
	text-decoration:none;
}
.blue a {
	color:#2E5FB0;
	font-weight:bold;
	text-decoration:none;
}
.red a:visited, .blue a:visited {text-decoration:none;}
.red a:hover, .blue a:hover {text-decoration:underline;}


.navi {
	padding-left:16px;
}

.navi a {
	color:white;
	text-decoration:none;
	line-height:13pt;
}

#content {
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

h1 {
	font-size:9pt;
	color:#003387;
}

h2 {
	font-size:14px;
	color:#003387;
}
input, textarea, select, a.input{
	border:1px solid #000;
	background-color:#FFFFFF;
	line-height:12px;
	margin-bottom:2px;
/* 	padding:3px;	 */
}
#content input, #content textarea, #content select, #content a.input{
	border:2px solid #CFCFCF;
	background-color:#FFFFFF;
	line-height:12px;
	padding:3px;
/* 	width:300px;	 */
}
input.submit,a.input{
/*    display:block; */
   text-decoration:none;
   color:#000;
   background-color:#EBEBEB;
   border:2px solid #CFCFCF;
/*    -moz- */
   font-weight:bold;
   width:100px;
   margin-right:30px;
}
#content input:focus,#content textarea:focus, #content select:focus, #content a.input:focus,
#content input:hover, #content textarea:hover, #content select:hover, #content a.input:hover,
#content input.submit{
   border:2px solid #8BA4CC;
}
.warning {color:red;}
.confirm {color:green;}

.tab1 {
	background-color:#EEEEEE;
}

#topbanner, #topbanner td, #topbanner span, #topbanner a {
	color:white;
}


#centerdiv {
	width:992px;
	margin:15px auto 15px auto;
}

#centerdiv2 {
	width:752px;
	float:left;
}


.werbebox {
	float:left;
	width:108px;
	border:1px solid #aaa;
	background-color:#FFFFFF;
	overflow:hidden;	
}

.werbebox a {
	font-size:10px;
}

.werbebox div {
	font-size:9px;
}

.links {
	margin-right:10px;
}

.rechts {
	margin-left:10px;
}


div .head {
	background-color:#2E5FB0;	
	/*border:1px solid #DFDFDF;*/
	margin-bottom:4px;
}

div .head div {
	margin-left:4px;
	color:white;
}



.navigation {
	background-color:#2E5FB0;
	color:#CCCCCC;
}

.navigation a {color:white; text-decoration:none;}
.navigation a:visited {color:white; text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.powered_by {color:#666666;	font-size:7pt;}
.powered_by a {color:#666666;	font-size:7pt; text-decoration:none;}
.powered_by a:visited {text-decoration:none;}
.powered_by a:hover {text-decoration:underline;}

/* BANNER */
.banner_leaderboard {
	padding-bottom:6px;
}

.banner_skyscraper {
	float:left;
	padding-left:6px;
}

.banner_button {
	float:left;
	padding-left:6px;
	padding-top:6px;
}
.optionbox{
    margin:10px 0;
    padding: 5px; 
    border:1px solid #999; 
    clear:both;
}
.clear{
    clear:both;
    height:1%;
    font-size:0;
    line-height:0;
}
