@charset "UTF-8";


html {
	margin:0;
	padding:0;
	font-size: 100%;
}
body {
	margin:0;
	padding:0;
	background: #fff url(/_image/layout/hg.jpg) repeat-x scroll;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	color: #E63418;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
	color: #E63418;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
}
p {
	margin: 0;
	padding: 2px 0 2px 0;
}
ul.text {
	padding: 0;
	margin: 0 0 3px 0;
}
li.text {
	margin: 2px 0 0 17px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
table {
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
table h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2px 0;
}

.small {
	font-size: 10px;
}

.sprint {
	color: #db2826;
}
.olympisch {
	color: #008ed7;
}

#logo {
	top: 0px;
	position: absolute;
}
#content {
	width: 560px;
	position: absolute;
	top: 464px;
	left: 320px;
	padding-bottom: 50px;
}
#content a, #content a:active, #content a:visited {
	text-decoration: underline;
	color: #db2826;
}
#content a:hover {
	text-decoration: none;
}

#top {
	width: 560px;
	height: 390px;
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 320px;
	font-size: 12px;
	color: #88A1B5;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
#navigation {
	width: 566px;
	position: absolute;
	top: 407px;
	left: 320px;
	color: #FFF;
	height: 50px;
}
#addthis {
	position: absolute;
	top: 950px;
	left: 155px;
	width: 140px;
	height: auto;
}
#streifen {
	position: absolute;
	top: 980px;
	width: 320px;
	height: auto;
}
#countdown {
	position: absolute;
	top: 1080px;
	left: 45px;
	width: 200px;
	height: auto;
}
#countdown p, #countdown a {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #ededed;
	text-decoration: none;
}
#btvgenehmigung {
	position: absolute;
	top: 1200px;
	left: 45px;
	width: 200px;
	height: auto;
}
#btvgenehmigung p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
}

#amazon {
	position: absolute;
	top: 525px;
	left: 940px;
	width: 160px;
	height: 600px;
}
#kontakt {
	position: absolute;
	top: 620px;
	text-transform: uppercase;
	line-height: 25px;
	left: 156px;
}
#kontakt a, #kontakt a:active, #kontakt a:visited {
	text-decoration: none;
	color: #db2826;
}
#kontakt a:hover {
	text-decoration: underline;
}


/*Navigation*/
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li {
	float:left;
	position:relative;
	margin:0;
	padding: 0;
	z-index:100;
}
.menu a, .menu :visited {
	display: block;
	height: 50px;
	width: 90px;
	font: 12px/26px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
}
.menu a:hover {
	color:#CCC;
	background:url(/_image/layout/hgnavhover.jpg) repeat-x;
}
.menu #current {
	display: block;
	height: 50px;
	/*width: 90px;*/
	font: 12px/26px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	background: url(/_image/layout/navecke.jpg) no-repeat 0px 26px;
}

.menu .home a {
	width: 25px;
	padding-right: 6px;
	padding-left: 6px;
}
.menu .home a:hover {
	color:#CCC;
	background:url(/_image/layout/hgnavhover.jpg) repeat-x;
	width: 25px;
	padding-right: 6px;
	padding-left: 6px;
}



/*Tabnavigation*/
/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:22px;
	border-bottom:1px dotted #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

ul.css-tabs a {
	float:left;
	font-size:12px;
	line-height: 16px;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	border:1px solid #666;
	border-bottom:0px;
	height:16px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	min-height:240px;
	padding:15px 0 0 0;
}



/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#content .fehler {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	padding: 4px 10px;
	border: 2px solid #C00;
	margin: 5px 20px;
	background: #FFC;
}
