/* CSS Document */

/* ********** Allgemeines ********** */	
body {
	color: black;
 background-color:white;			 
	font-size:small;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	margin:0; padding:0; /* 1em;*/
	border:0 
	}
h1{
 margin-top:0px;
	padding-top:0px;
 font-size:1.5em;
}
h1.h1landing{
 margin-top:0px;
	padding-top:0px;
 font-size:1em;
}

h2{
  font-size:1em;
}
a.teaser_link, a.teaser_link:visited {
  font-size:1em;
		text-decoration:none;
		color:black;		
}

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

h3{
  font-size:1em;
		margin-bottom:0px;
		padding-bottom:0px;				
}

a.smalllink {
  font-size:0.75em;
}

/* ########## ENDE Allgemeines ########## */



/* ********** Kopfbereich (top) ********** */	
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border:0; /* 5px solid #ccc; */
	background-color:white;	
	height: 70px;
	width:99.8%;	
	}

#topbanner {
  position:absolute;
  top:5px;
  right: 0px;
}


#topimage {
 	position: absolute;
		left:5px;
  top:5px;
		border:0px;
}

#top2 {
	position: absolute;
	top: 71px;
	left: 0px;
 background-color:#00FF66;	
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 1px solid #ccc; 
	height: 20px;
	width:99.8%;
	}

#top2landing {
	position: absolute;
	top: 0px;
	left: 0px;
 background-color:#00FF66;	
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 1px solid #ccc; 
	height: 20px;
	width:99.8%;
	}
	
#topfiller {
margin: 0px 0px 0px 0px;
padding: 0;
border: 0;
}

#toppath {
 color:black;
	font-weight:bold;
	position:absolute;
	left:10px;
 background-color:#00FF66;	
	margin: 2px 5px 5px 0;
	padding:0;
	}

#toppath a {
	text-decoration:none;	
 color:black;	
}

#toppath a:hover {
	text-decoration:underline;
	color:black;
	}

	ul#topnav {
	position:absolute;
	right:0px;
	list-style:none;
	margin: 2px 5px 5px 0;
	padding:0;
 background-color:#00FF66;	
	}
 
	ul#topnav li {
	display: inline; 
		padding-left:4px;	
	}
	
	ul#topnav li a:link, ul#topnav li a:visited  {
	text-decoration:none;
	color:#000000;

	}
	ul#topnav li a:hover {
	text-decoration:underline;
	color:black;
	}

ul#topnav li.toplinksandere {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

ul#topnav a.topandere {
font-size:xx-small;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

/* ########## ENDE Kopfbereich (top) ########## */

/* ********** linke Spalte ********** */	
#left {
	position: absolute;
	top: 100px;
	left: 0px;
	margin-left: 5px;
	padding: 0;
	width: 200px;
	border:1px solid black;
	}

#leftlanding {
	position: absolute;
	top: 3px;
	left: 0px;
	margin-left: 5px;
	padding: 0;
	width: 200px;
	border:none;
	}

h4.boxlinks_titel{
font-size:small;
font-weight:bold;
text-align:center;
background-color:#009933;
color:white;
width:188px;
padding: 6px;
margin:0;
}
	
ul.mainnav {
	list-style:none;
 margin:0;
 padding:0;
	font-size:x-small;
	}
ul.mainnav li a:link, ul.mainnav li a:visited  {
	text-decoration:none;
	display:block;
 width:188px;
	padding:3px 6px 3px 6px;
 background-color:#FFFFFF;		
	color:#000000;
	}
	
ul.mainnav li {
/* 	border-top:1px solid #A5B5C6;*/
	}
	ul.mainnav li a:hover {
	background-color:#00CC00;
	text-decoration:underline;	
	color:white;
	}

/* Boxen links */
div.boxlinks {
	position: absolute;
	top: 500px;
	left: 0px;
	margin-left: 5px;
	padding: 0;
	width: 200px;
	border:1px solid black;
	}

p.boxlinks_inhalt {
background-color: white;
color: black;
width:166px;
padding: 6px;
margin:0;
}


h4.lv_titel{
font-size:small;
font-weight:normal;
text-align:center;
background-color:#999999;
color:#FFFFFF;
width:188px;
padding: 0px 6px 0px 6px;
margin:30px 0 0 0;
}

a.lv_links{
font-size:xx-small;
padding: 0 0 0 5px;
}

/* ########## ENDE linke Spalte ########## */



/* ********** Inhalt (middle) ********** */	

#middle {
/* 3spaltig: */
 	margin: 101px 235px 20px 215px; 
/* 2spaltig: */
/*	margin: 101px 0px 20px 215px;	 */
	padding: 10px;
/*	border: 1px solid #ccc;  */
	border: 0;
	background-color:#FFFFFF;

	}

#middlelanding {
/* 3spaltig: */
 	margin: 0px 235px 20px 215px; 
/* 2spaltig: */
/*	margin: 101px 0px 20px 215px;	 */
	padding: 10px;
/*	border: 1px solid #ccc;  */
	border: 0;
	background-color:#FFFFFF;

	}

#mainimage {
float:right; 
margin-left:20px;
}	

/* ########## ENDE Inhalt (middle) ########## */


/* ********** rechte Spalte ********** */
#right {
	position: absolute;
	top: 121px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
 margin-right: 5px;
	padding: 0px;
	border: 0; /* 1px solid #ccc; */
	width: 220px;
	}

#rightlanding {
	position: absolute;
	top: 3px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
 margin-right: 5px;
	padding: 0px;
	border: 0; /* 1px solid #ccc; */
	width: 220px;
	}

/* Boxen rechts */
div.boxrechts {
	padding: 0px;
	width: 198px;
	border:1px solid black;
	margin-bottom:10px;
	}


h4.boxrechts_titel{
font-size:1em;
font-weight:bold;
text-align:center;
background-color:#000099;
color:#FFFFFF;
width:166px;
padding: 6px;
margin:0;
}

p.boxrechts_inhalt {
background-color: white;
color: black;
width:186px;
padding: 6px;
margin:0;
}

/* ########## ENDE rechte Spalte ########## */


/* ******* Sonstiges ********** */
.smalltext {
  color:#009933;
  font-size:xx-small;
}

.smalltextblack {
  color:black;
  font-size:xx-small;
}

.anzeigelabel {
  color:black;
  font-size:xx-small;
		padding: 0 0 5px 0;
}

div.newsletterbox {
 padding:5px;
	font-size:0.8em;
}
.arbutton_default {
  padding-left: 5px;
  padding-right: 5px;		
  text-decoration:none;
		color: #232323;
		font-weight: normal;
		background-color: #E5E5E5;
		border: 1px solid #B4B3B3;
		cursor : pointer;
}
.user_error {
		color: #D81F01;
		text-align:center;
		font-weight: bold;
		font-size:small;
		border: 2px #D81F01;
		border-style: solid;				
		padding: 10px;
}

/* Lottozahlen */
table.lottoblock {
	border:1px solid black;
	width:220px;
	margin:0 0 10px 0;
	padding:0;
}
table.lottoblock tr {
	height:20px;
}

table.lottoblock td {
 width:20px;
	text-align:center;
	padding:0;
	border:1px solid #CCCCCC;
}
table.lottoblock td.erstespalte {
 width:70px;
	text-align:left;
	background-color:#00FF33;
	border:none;
	padding:0;
}

/* Ausgabe im Lottozahlen-Check */
table.lottozahlencheck {
	border:1px solid black;
	margin:0 0 20px 0;
	padding:0;
}
table.lottozahlencheck tr {
	height:20px;
}

table.lottozahlencheck td {
 width:20px;
	text-align:center;
	padding:0;
	border:1px solid #CCCCCC;
}

table.lottozahlencheck td.lzc_datum { 
 width:100px;
	text-align:left;
	border:none;
	padding:0;
}

/* Lotto-Quoten */
table.lottoquoten {
	border:1px solid black;
	width:220px;
	margin:0 0 20px 0;
}

table.lottoquoten tr {
	height:20px;
}

table.lottoquoten tr.lottoheader td {
	height:20px;
	text-align:center;
	padding:0;
	background-color:#00FF33;
 font-size:0.8em;
}

table.lottoquoten td {
	text-align:left;
	padding:0 0 0 5px;
	border:none;
 font-size:0.8em;
}

table.lottoquoten td.gewinnspalte {
	text-align:right;
}

/* Spiel77-Quoten */
table.spiel77quoten {
	border:1px solid black;
	width:220px;
	margin:0 0 20px 0;
}

table.spiel77quoten tr {
	height:20px;
}

table.spiel77quoten tr.lottoheader td {
	height:20px;
	text-align:center;
	padding:0;
	background-color:#00FF33;
 font-size:0.8em;
}

table.spiel77quoten td {
	text-align:center;
	padding:0 0 0 5px;
	border:none;
 font-size:0.8em;
}
table.spiel77quoten td.gewinnspalte {
	text-align:right;
}

div.lottolink {
 margin:20px 0 20px 0;
}

.lottohighlight {
  color:black;
		background-color:#00FF33;
  font-weight:bold;
		margin:0 0 0 10px;
  padding:4px 10px 0 10px;			
		height:1.5em;
		text-align:center;
}

div.lottonz {
 margin:0 0 20px 10px;
	border:1px solid #00FF33; 
	padding:5px 10px 10px 10px;	
}

div.lottonz p {
 margin:0 0 0 0;
	padding:0 0 0 0;	
	text-align:center;
	font-weight:bold;
}

div.lottonz a {
	font-weight:normal;
	font-size:1em;
}

div.lottonz p.nzsubtitle {
 font-size:1em; 
	font-weight:bold;
	text-align:center;
	background-color:white;
 margin: 10px 0px 0px 0px; 
}

/* Vollsystem-Tabelle */
table.vollsystem {
	border:1px solid black;
	margin:0;
}

table.vollsystem tr {
	height:20px;
}

table.vollsystem tr.systemheader td {
	text-align:center;
 padding:0 5px 0 5px;
	background-color:#00FF33;
}

table.vollsystem td {
	text-align:right;
 padding:0 5px 0 5px;	
	margin:0;
	border:1px solid black;
}

/* Layer-Ad */
#sponsorAdDiv {position:absolute; height:1px; width:1px; top:0; left:0;}

/* Links */
a.linkx, a.linkx:hover, a.linkx:visited {
 text-decoration:none;
	color:black;	
}
	ul.webtipps {
	list-style:none;
	margin: 2px 5px 5px 0;
	padding:0 0 0 0;
}

.hinweis_lr {
  float:left;
		color: black;
		text-align:left;
		font-size:small;
		border: 2px #D81F01;
		border-style: solid;				
		padding: 10px;
		margin:10px;
}
.hinweis_lr2 {
  float:right;
		color: black;
		text-align:left;
		font-size:small;
		border: 2px #D81F01;
		border-style: solid;				
		padding: 10px;
		margin:10px;
}
.hinweis_lr3 {
  float:left;
		color: black;
		text-align:left;
		font-size:small;
		border: 0;
		padding: 0px;
		margin:10px 10px 10px 0px;
}

.hinweis_lr4 {
  float:left;
		color: black;
		text-align:left;
		font-size:small;
		border: 2px #D81F01;
		border-style: solid;				
		padding: 0 3px 5px 3px;
		margin:10px 10px 10px 0px;
}

.hinweis_lr5 {
		color: black;
		text-align:left;
		font-size:small;
		border: 1px #D81F01;
		border-style: solid;				
		padding: 0 3px 2px 3px;
		margin:10px 10px 10px 0px;
}

.anzeigenhinweis {
font-size:0.7em;
}

.anzeigenurl {
color:#00CCFF;
font-size:0.9em;
}

table.textanzeigen  {
		border: 1px #D81F01;
		border-style: solid;				
		padding: 0 0 0 0;
		margin:10px 10px 10px 0px;
		width:700px;
  font-size:0.8em;		
}

table.textanzeigen td {
 width:175px;
 padding: 0 3px 0px 3px;

}

#ftr1 {
clear:both;
font-size:0.7em;
padding:0;
margin:0; 
text-align:center;
}


/* ########## ENDE Sonstiges ########## */
