* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	color: #263643;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.6em;
}
div#wrap {
	width: 749px;
	background-image: url(/images/bg-navi.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
}
div#sidebar {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0081D2;

}
div#content {
	float: right;
	width: 540px;
}
div#ad {
	height: 119px;
	width: 749px;
	background-image: url(/images/adsense-bg.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding: 15px 0 0 10px;
}
div#content p {
	padding: 0 20px 10px 20px;
}
div#sidebar p {
	padding: 0 20px 10px 20px;
}
div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 20px 20px 20px;
	color:#CCCCCC
}
div#footer p a {
	color:#CCCCCC;
}
div#footer p a:hover {
	color:#CCCCCC;
}
h1, h2 {
	font-size: 1.10em;
	line-height: 2em;
	padding: 0 20px 0 20px;
	color: #0081D2;
}
h2 {
	color: #00385B;
}
a {
	color:#0081D2;
}
a:hover {
	color:#0081D2;
}
/* ########## navigation ###########################################################################*/

/* width for Browser - Bug */
li#home {
	width: 4em
}
li#tipps {
	width: 10em;
}
li#regeln {
	width: 10em;
}
li#infos{
	width: 4.5em;
}
li#lexikon {
	width: 6.5em;
	padding: 0 18em 0 0;
}
li#sitemap {
	width: 5.5em;
}
li#impressum {
	width: 5em;
}
#nav {
	list-style: none;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	height: 27px;
}
#nav a {
	color: #263643;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#nav li {
	float: left;
	font-weight: bold;
	line-height: 2.5em;
	position: relative;
}
#nav li ul {
	display: none;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	background-color: #F1F1F1;
	width: 14em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#nav li ul li {
	text-align: left;
	line-height: 2em;
}
#nav li ul li a {
	background-color: #F1F1F1;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	padding-left: 1em;
	width: 13em;
}
#nav li ul li a:hover {
	background-color: #A2C7F0;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	padding-left: 1em;
	width: 13em;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li>ul {
	left: auto;
	top: auto;
}
#home a, #home a:hover, #sitemap a, #sitemap a:hover, #impressum a, #impressum a:hover {
	font-weight: normal;
}

