/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

body {font-family:verdana, Arial, sans-serif; font-size:11px; color:#111111; background-color:#FFFFFF}

h1 { font-size:22px; line-height:33px; margin:0; font-family:Arial, sans-serif; color:#007ddf }
h2 {font-size:16px; line-height:25px; margin:0; font-family:Arial, sans-serif; color:#007ddf }
h3 {font-size:14px; margin:8px 0; color:#454545; font-family:Arial, sans-serif; color:#007ddf }

a:link {color:#007ddf; text-decoration:none}
a:visited {color:#007ddf; text-decoration:none}
a:hover {color:#545454; text-decoration:none}
a:active {color:#323232; text-decoration:none}

.smalltext {font-size:9px}
 
#topnav a:link, #topnav a:visited {color:#eeeeee}
#topnav a:hover, #topnav a:hover {color:#C7D6E5}
#topnav li {float:left; margin-right:6px; padding-right:6px; border-right:1px solid #eeeeee}

#wrap {width:1000px; margin:0 auto}

#content {float:left}
#slideshow {width:660px; height:300px; float:left; padding:0 0 5px 0}

#nav {float:right; width:230px; margin:5px 0 0 10px; font-family:Arial, serif; font-size:17px; font-weight:bold;}

#nav li {padding:3px}
#nav li a {padding:0 60px 0 10px; color:#000000}
#nav li a:hover {background-color:#CCCCCC}
#nav li:hover {background-color:#CCCCCC; cursor:pointer}
#nav li.active, #nav li.active:hover, #nav li.active a, #nav li.active a:hover {background-color:#007ddf; color:#FFFFFF}

ul.bullets {list-style:disc inside; margin-left:25px}
.bullets li {padding:3px 0 3px 10px}

.teaserhead {border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; padding: 10px; color:#FFFFFF; font-size:14px; font-weight:bold}

.teaserhead a {color:#FFFFFF}
.teaserhead a:hover {color:#545454}

#topbar {background-color:#000000; color:#FFFFFF; font-size:10px; height:12px; padding:4px}

#footer {clear:both; padding:10px; background-color:#a1a1a1; min-height:70px; color:#ffffff}
#footer a:link, #footer a:visited {color:#555555}
#footer a:hover, #footer a:active {color:#222222}

.blackbox {background-color:#222222; color:#FFFFFF; border-radius:5px; -moz-border-radius:5px; box-shadow: 3px 3px 4px #000; -moz-box-shadow: 3px 3px 4px #000; padding:12px}

.blackbox ul {padding-left:30px; list-style:disc}

.angebotbox {background-color:#dcdcdc; color:#222222; padding:12px; border:1px solid #aaaaaa;}

.newsfront {padding:10px 3px; border-bottom:1px solid #666666}

#weather { padding:5px 0; color:#666666; font-weight:bold; font-size:14px}
.temptext {color:#007ddf; font-size:19px; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
.windtext {color:#007ddf; font-size:16px; font-weight:bold;  font-family:Arial, Helvetica, sans-serif}

.bigteaser:hover {background-color:#CCCCCC; cursor:pointer}
.bigteaser p {padding:0 7px}

.greybox {padding:10px; margin:6px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background-color:#CCCCCC; border:1px solid #bababa}

#langlinks {float:right;}

.sizetable td {border-bottom:1px solid #cccccc}


/*IMAGE MENU*/


.jimgMenu {
	position: relative;
	width: 710px;
	height: 300px;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	float:left;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 300px;
}


.jimgMenu ul li.radwandern a {
	background: url(../images/mains/radwandern.jpg) repeat scroll 0%;
}

.jimgMenu ul li.mtb a {
	background: url(../images/mains/mountainbike.jpg) repeat scroll 0%;
}
.jimgMenu ul li.rennrad a {
	background: url(../images/mains/rennrad.jpg) repeat scroll 0%;
		min-width:570px;
}

.jimgMenu ul li.radwandern-en a {
	background: url(../images/mains/radwandern-en.jpg) repeat scroll 0%;
}

.jimgMenu ul li.mtb-en a {
	background: url(../images/mains/mountainbike-en.jpg) repeat scroll 0%;
}
.jimgMenu ul li.rennrad-en a {
	background: url(../images/mains/rennrad-en.jpg) repeat scroll 0%;
		min-width:570px;
}


.jimgMenu ul li.radwandern-es a {
	background: url(../images/mains/radwandern-es.jpg) repeat scroll 0%;
}

.jimgMenu ul li.mtb-es a {
	background: url(../images/mains/mountainbike-es.jpg) repeat scroll 0%;
}
.jimgMenu ul li.rennrad-es a {
	background: url(../images/mains/rennrad-es.jpg) repeat scroll 0%;
		min-width:570px;
}


.clear {
	clear: both;
}

/* TABS */

.container {width: 980px; margin: 10px auto; padding-bottom:10px}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 36px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #007ddf;
	display: block;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
	font-weight:bold
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}


/*BIKERENT BOOKING FROM*/

.ueberschrift {color:#007ddf; font-size:18px; font-weight:bold}
.boxcontent td {font-size:14px}

/*GÄSTEBUCH*/

.gbtable td {padding:6px}
