/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #FFFFFF;
}

a:link, a:visited { color: #DE5108; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #F00; text-decoration: underline}

h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #06A;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;;
}

/* ----- Form ----- */
form{
	margin: 25px 0 0 0;
	padding: 0px;
	text-align: right;	
}


.flabel {
float: left;
height: 40px;
width: 150px;
padding-top: 12px;
text-align: left;
font-weight: bold;
}

.finput {
float: left;
height: 40px;
width: 450px;
padding-top: 10px;
margin-left: 10px;
text-align: left;
}

.freihe {
clear: both;
margin: 10px;
height: 40px;
width: 700px;
border-bottom: 1px dashed #CCC;
padding: 10px;
}

.fbuttonreihe {
clear: both;
margin: 10px;
height: 40px;
width: 700px;
padding: 10px;
text-align: right;
}

.fbuttonreihelinks {
float: left;
margin: 10px;
height: 40px;
width: 330px;
padding: 10px;
text-align: left;
}

.fbuttonreiherechts {
float: right;
margin: 10px;
height: 40px;
width: 330px;
padding: 10px;
text-align: right;
}

.fkugelbg{
float: left;
	width: 40px;
	height: 40px;
  padding-top: 6px;
  margin-right: 30px;
  text-align: center;
  background: url(images/kugel_40x40.gif) no-repeat;
}

input{
	width: 120px;
	height: 20px;
	padding: 3px 0 2px 0;
	color: #333333;
	border: 1px solid #DE5108;
}

select{
	width: 220px;
	height: 25px;
	padding: 3px 0 2px 0;
	color: #333333;
	border: 1px solid #DE5108;
}

.button{
	margin: 0 0 0 5px;
	padding: 0 2px 2px 2px;
	height:25px;
	width: 60px;
			border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #FFFFFF;
	font-weight: bold;
	background: #DE5108;
	cursor: pointer;
}

.wbutton{
	margin: 0 0 0 5px;
	padding: 0 2px 2px 2px;
	height:25px;
	width: 200px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #FFFFFF;
	font-weight: bold;
	background: #DE5108;
	cursor: pointer;
}

.errorbox
{
width: 550px;
margin: 15px auto 0 auto;
border: 3px solid red;
padding: 20px;
}

.okbox
{
width: 550px;
margin: 15px auto 0 auto;
border: 1px solid green;
padding: 20px;
}

.oktext
{
width: 500px;
min-height: 80px;
background-image: url(images/database_accept.png); background-repeat: no-repeat; background-position: left top;
padding-left: 60px;
}

.errortext
{
width: 500px;
min-height: 80px;
background-image: url(images/remove.png); background-repeat: no-repeat; background-position: left top;
padding-left: 60px;
}
/* End of Form */

.more_button a {
	clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 5px 0 5px 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #79b5f3;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.v_button a {
	clear: both;
	display: block;
	height: 18px;
	margin: 5px 0 5px 0;
	padding: 2px 8px 2px 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #79b5f3;
		border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}


#container {
	margin: auto;
	width: 950px;
	padding: 0px 10px;
	background: url(images/mainBG.gif) repeat-y;
}

#topbar {
	float: left;
	height: 36px;
	width: 850px;
	padding: 0 50px;
	margin-bottom: 10px;	
}

#languagebox {
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
	background: #848688;
	border-left: 1px #bcbcbc solid;	
	border-right: 1px #bcbcbc solid;	
	border-bottom: 1px #bcbcbc solid;
}

#languagebox img{
	float: left;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	margin-top: -1px;
}

#header {
	float: left;
	height: 100px;
	width: 900px;
	padding: 15px 0 15px 30px;
	margin-bottom: 10px;
}

#logo {
	float: left;
	height: 120;
	width: 330;
}

#logo img {
	float: left;
	border: none;
	padding-right: 10px;
}

#sitetitle {
	padding: 28px 0 0 40px;
	font-size: 4.0em;
	font-weight: bold;
	color: #333333;
}

#login {
	float: right;
	height: 55px;
	width: 510px;
}

/*------------- Menu ------------------*/
#menu {
	float: left;
	width: 950px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(images/menuBG.gif) repeat-x;
}

#menu ul {
	margin: 0 0 0 50px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	width: 150px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#menu ul li .lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#menu li a:hover, #menu li .current{
	color: #FFFFFF;
	background: url(images/menuhoverBG.gif) no-repeat;
}
/* ----------------- end of menu----------------*/

#banner {
	clear: both;
	float: left;
	width: 750px;
	height: 180px;
	padding: 30px 150px 0 50px;
	margin-bottom: -25px;
	background: url(images/bannerBG.gif) no-repeat;
}

#banner h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

#services {
	clear: both;
	float: left;
	width: 900px;
	height: 272px;
	padding-left: 50px;
	margin-bottom: 25px;
}

.service_box {
	float: left;
	width: 220px;
	height: 252px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(images/boxBG.png) no-repeat;
}

.service_box p{
	padding-bottom: 5px;
}

.service_box h2{
	margin: 2px 0 3px 0;
}

.service_box img{
	padding-bottom: 5px;
}

.fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 50px;
	border: 1px solid #CCCCCC
}

* html .fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 25px;
	border: 1px solid #CCCCCC
}

.fullgraybox img{
	float: left;
	margin: 3px 20px 0 0px;
	border: 1px solid #999999;
}

.fullgraybox ul {
	margin: 10px 0 0 0px;
	padding: 0 0 0 30px;
}

.fullgraybox li {
	padding: 5px 0 10px 0;
	/*background: url(images/bullet.gif) center left no-repeat;*/
	list-style-image: url(images/bullet.gif);

}

/* news section */

#newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 50px;
}

* html #newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 25px;
}

.newsbox {
	float: left;
	width: 250px;
	margin-right: 50px;
	line-height: 20px;
}

.lottozahl
{
float: left;
background: url(images/kugel_20x20.gif);
font-size: 11px;
font-weight: bold;
height: 20px;
width: 20px;
text-align: center;
margin-left: 3px;
}

.lottozahl_big
{
float: left;
background: url(images/kugel_70x70.gif) no-repeat;
font-size: 25px;
font-weight: bold;
height: 70px;
width: 70px;
text-align: center;
margin-left: 10px;
padding-top: 23px;
}

.zahl_label_big
{
float: left;
height: 70px;
width: 130px;
font-size: 25px;
padding-top: 23px;
margin-right: 10px;
font-weight: bold;
}


/* end of news section */

/* Light Blue Row */
#light_blue_row {
	clear: both;
	float: left;	
	width: 900px;
	padding: 25px 0 25px 50px;
	background: #8dc3fa;
	border-top: 5px solid #98cafc;
}

.gallery {
	float: left;
	width: 400px;
	margin-right: 50px;
}

.partners {
	float: left;
	width: 400px;
}

.gp_row {
	width: 400px;
	margin-bottom: 10px;
}

.gp_row img{
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #333333;
}

.gp_row p{
	color: #000000;
}

/* end of Light Blue Row */

/* ----- Footer ----- */

#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 950px;
	height: 50px;
	text-align: center;
	background: #999999;
	border-top: 5px solid #666666;
}

#footer a{
	font-weight: normal;
	color: #666666;
}

/* ----- End of Footer ----- */

