* {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

html {
	background: url(/images/html-bg.jpg) repeat-x #dedede;
}

body {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}

a,a:visited,a:active {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #880000;
	text-decoration: underline;
}

div#left {
	float: left;
	width: 16px;
	height: 63px;
	background-image: url(/images/header-left.jpg);
}

div#right {
	float: right;
	width: 16px;
	height: 63px;
	background-image: url(/images/header-right.jpg);
}

/* div#header */
div#header {
	margin-bottom: 4px;
	width: 842px;
	height: 63px;
	background: url(/images/header-bg.jpg) repeat-x;
}

div#header img {
	display: block;
}

ul#navigation {
	float: right;
	list-style-type: none;
}

ul#navigation li {
	font-size: 13px;
	background: url(/images/navi-sep.jpg) no-repeat;
	background-position: right top;
	float: left;
	height: 63px;
	width: 180px;
}

ul#navigation li div.dk {
	width: 155px;
	margin: 10px auto 0 auto;
}

ul#navigation li div.dk sup {
	font-size: 9px;
}

ul#navigation li span {
	font-weight: bold;
}

ul#navigation li span.t {
	font-size: 14px;
}

ul#navigation li span.k {
	font-size: 16px;
}

ul#navigation li span.b {
	color: #880000;
}

ul#navigation li span.g {
	color: #008800;
}

ul#navigation li.last {
	background: none;
}

/* div#main */
div#main {
	padding: 10px 20px 10px 20px;
	width: 800px;
	background: #ffffff;
	border: 1px #999999;
	border-style: none solid;
}

div#outercontainer {
	margin: 0 auto;
	width: 842px;
}

div#main-top {
	background: url(/images/main-top.png) no-repeat;
	width: 842px;
	height: 16px;
}

div#main-bottom {
	background: url(/images/main-bottom.png) no-repeat;
	width: 842px;
	height: 19px;
}

/**********************************************************************/
div.content {
	width: 760px;
	border: 5px solid #eee;
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
	margin: 0 auto 10px auto;
	box-shadow: 0px 0px 8px rgba(200, 200, 200, .3);
}

div.noborder {
	border: 0;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.break {
	clear: both;
}

div.smallcontent {
	width: 350px;
}

div.centerfy {
	margin-left: auto;
	margin-right: auto;
}

div.content h1 {
	font-size: 16px;
	font-family: Arial;
	color: #880000;
}

div.content p {
	margin: 8px;
}

div#footer {
	width: 820px;
	margin: 10px auto 50px auto;
	font-size: 11px;
}

div#footer div#copyright {
	float: left;
}

div#footer div#hrefs {
	float: right;
	width: 450px;
	text-align: right;
}

div#footer div#hrefs a,div#footer div#hrefs a:active,div#footer div#hrefs a:visited
	{
	padding: 2px;
	background-color: #dedede;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
}

div#footer div#hrefs a:hover {
	background-color: #666;
	color: #dedede;
	text-decoration: none;
}

a#tooCool {
	display: none;
}

#tooltip {
	background-color: white;
	border: 1px solid #999;
	cursor: default;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 0.5em;
	position: absolute;
	color: #000;
}

#tooltip .top {
	margin-bottom: 0.5em;
}

#tooltip .old {
	color: #777;
}

#tooltip .siteslist {
	line-height: 1.3em;
	margin-top: 0.7em;
}

.rank,.sitecolorbox {
	display: inline-block;
	font-size: 0.85em;
	height: 11px;
	line-height: 1.3em;
	margin-right: 4px;
	width: 11px;
	text-align: center;
}

.sitecolorbox {
	border: 1px solid black;
	height: 7px;
	margin-top: 0.3em;
	width: 7px;
}

.vendors .sitecolorbox {
	margin-top: 0.6em;
}

#legendpopup {
	background-color: white;
	border: 2px solid #555;
	position: absolute;
}

#legendpopup a {
	background: 5px center no-repeat;
	cursor: pointer;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	padding: 0.6em 0;
	padding-left: 2.5em;
	padding-right: 3em;
	text-decoration: none;
	color: #0404b4;
}

#legendpopup a:hover {
	background-color: #EEE;
}

#legendpopup .visit {
	background-image: url("/gfx/world_go.png");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-left: 2.6em;
	color: #0404b4;
}

#legendpopup .activate {
	background-image: url("/favicon.ico");
}

#legendpopup .deactivate {
	background-image: url("/gfx/invisible.png");
}

.legend {
	font-size: 11px;
	line-height: 1em;
	max-height: 235px;
	overflow: auto;
}

.legend li {
	clear: both;
	margin: 0;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 0;
}

.legend ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.legend .details,.legend .sitepos {
	display: none;
}

.legend .head {
	border-bottom: 1px solid #DDD;
	cursor: default;
	display: block;
	padding: 5px 3px;
	text-decoration: none;
}

.legend .head.laststicky {
	border-bottom: 2px solid #DDD;
}

.legend .head.selected {
	background-color: #F3F3F3;
}

.deactivated {
	background: url("/gfx/deactivated.png");
}

.legend a.head {
	cursor: pointer;
}

.legend .price {
	color: black;
	font-weight: bold;
	float: right;
	text-align: right;
}

.legend .price span {
	font-weight: normal;
}

.invisible {
	display: none;
}

.center {
	margin-left: auto;
	margin-rigth: auto;
	text-align: center;
}

.toggle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-left: 2.6em;
	color: #0404b4;
}

.zeitraumdiv {
	position: absolute;
	height: 22px;
	width: 248px;
	top: -20px;
	left: 300px;
}

.zeitraum {
	display: block;
	float: left;
	width: 62px;
	height: 22px;
	background-image: url(/images/zeitraum.gif);
}

.gesamt {
	background-position: 0px 0px;
}

.gesamt:hover {
	background-position: 0px 22px;
}

.gesamt.active {
	background-position: 0px 22px;
}

.monat {
	background-position: 187px 0px;
}

.monat:hover {
	background-position: 187px 22px;
}

.monat.active {
	background-position: 187px 22px;
}

.woche {
	background-position: 125px 0px;
}

.woche:hover {
	background-position: 125px 22px;
}

.woche.active {
	background-position: 125px 22px;
}

.tag {
	background-position: 63px 0px;
}

.tag:hover {
	background-position: 63px 22px;
}

.tag.active {
	background-position: 63px 22px;
}

.banner {
	width: 88px;
	height: 31px;
	hspace: 10px;
}

/*- Menu Tabs a--------------------------- */
#tabs {
	width: 100%;
	line-height: normal;
	min-height: 33px;
}

#tabs ul {
	margin: 0;
	padding: 10px 0px 0px 25px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("/images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

#tabs a span {
	float: left;
	display: block;
	background: url("/images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
	color: #545454;
}

#tabs a:hover {
	background-position: 0% -42px;
}

#tabs a:hover span {
	background-position: 100% -42px;
}

.tabtop {
	background-color: #5B5B5B;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	line-height: 18px;
	border-bottom: solid 1px #333333;
}

.link a {
	padding: 8px 20px 8px 31px;
	background-color: #eff5e6;
	text-decoration: none;
	display: block;
	border-left: solid 4px #b1cc80;
	border-right: solid 1px #b1cc80;
}

.link a:hover {
	border-left: solid 4px #003333;
	background-color: #e3edd2;
	border-right: solid 1px #b1cc80;
	text-decoration: underline;
	color: #000066;
}