body {
	background-color: white;
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

#header {
	height: 128px;
	border-bottom: 5px #75ACD0 solid;
	width: 758px;
	clear: right;
}

#header h1 {
	background-image: url("../images/logo.gif");
	width: 335px;
	height: 128px;
	float: left;
	font-family: sans-serif;
	font-size: 0px;
	color: white;
	cursor: default;
}

#header h2 {
	background-image: url("../images/top_new.jpg");
	width: 423px;
	height: 128px;
	font-family: sans-serif;
	font-size: 0px;
	color: white;
	float: left;
	cursor: default;
}

#navigation {
	clear: left;
	width: 151px;
	float: left;
}

#navigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	width: 150px;
	height: 23px;
	background-color: #E1F2FD;
	vertical-align: middle;
	margin-bottom: 1px;
	color: #002C4F;
}

#navigation li:hover {
	background-color: #E60005;
	color: white;
}


#navigation li a {
	color: inherit;
	padding-left: 16px;
	padding-top: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	cursor: pointer;
}


#navigation div {
	padding: 5px 5px 5px 15px;
	width: 130px;
	background-color: #E1F2FD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #004276;
	background-image: none;
	font-weight: bold;
	color: white;
	font-size: 13px;
	padding: 5px 5px 5px 15px;
	margin: 25px 0px 0px 0px;
}

#navigation div p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#navigation div p strong {
	font-size: 13px;
	color: #E60005;
}

a {
	color: #002C4F;
	cursor: pointer;
}

#navigation li a:active {
	color: #E60005;
	font-weight: bold;
	text-decoration: none;
}

#main {
	width: 458px;
	float: left;
}

#main .standard {
	margin-left: 40px;
	margin-right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353536;
}

#main p {
	margin: 0px;
	padding-bottom: 16px;
}

.red {
	color: #E60005;
}

#rechts {
	float: left;
	width: 150px;
}

#rechts h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #004276;
	font-weight: bold;
	color: white;
	height: 16px;
	font-size: 13px;
	padding: 5px 5px 5px 10px;
	margin: 25px 1px 1px 0px;

}

#rechts .lottozahlen {
	background-color: #E1F2FD;
	padding-bottom: 8px;
}

#rechts .lottozahlen div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 8px;
	display: block;
	height: 22px;
	z-index: 1;
}

#rechts .lottozahlen p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 8px;
	display: block;
	z-index: 1;
}

#rechts .lottozahlen .lottoreihe {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: block;
	list-style: none;
	position: relative;
	z-index: 2;
}

#rechts .lottozahlen .zusatzzahl {
	margin-left: 10px;
}

#rechts .lottozahlen .kugel {
	display: inline;
	float: left;
	width: 20px;
	height: 20px;
	background-color: #E1F2FD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	background-image: url("../images/kugel.gif");
	background-repeat: no-repeat;
	margin-right: 2px;
	margin-top: -4px;
	margin-bottom: 4px;
	color: black;
	font-weight: bold;
	text-align: center;
}

