/* @override 
	http://www.hsv-radsport.de/css/layout.css
*/

@import url("reset.css"); 
html, body {
	height: 100%;
}
body{
	font: 80%/140% Arial, sans-serif;
	background: #feffff url(../_gfx/bg_body.jpg) top center repeat-x;
	text-align: left;
	top: 0; left: 0;
	color: #000;
}
a{
	color: #0086be;
	text-decoration: none;
	background: url(../_gfx/dotted-line.gif) bottom center repeat-x;
}
a:hover{
	color: #0086be;
	text-decoration: none;
}
img a{
	border: none;
	text-decoration: none;
}
h1{
	color: #0086be;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 120%;
	margin: 0.5em 0 0.2em 0;
}
h2{
	color: #000;
	font-size: 1.3em;
	margin: 0em 0 0.4em 0;
}
h3{
	color: #0086be;
	font-size: 1.2em;
	margin: 1em 0 0em 0;
	font-weight: bold;
	text-transform: uppercase;	
}
h4{
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.2em 0 0em 0;
}
p {
	margin: 0.3em 0 1em 0;
}
#wrapper{
	width: 900px;
	padding: 0;
	margin: 0 auto;
	
	height: 100%;
}
#head{
	padding: 0 30px;
	height: 110px;
}
#logo{
	height: 100px;
	width: 350px;
	margin: 0;
	background: url(../_gfx/logo_hsv-radsport.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

/* @group Meta */
#meta{
	margin: 0;
	margin-top: 15px;
	float: right;
}
#meta li{
	line-height: 12px;
	font-size: 0.8em;
	float: left;
	padding: 0; margin: 0;
	border-right: 1px solid #FFF;
}
#meta li.Intern{
	border-right: none;
}
#meta li a{
	padding: 0 5px;
	display: block;
	text-decoration: none !important;
	color: #FFF;
	background: none !important;
}
#meta li a:hover{
	color: #FFF;
}
#meta li.active a{
	color: #FFF;
	font-weight: bold;
}

/* @end */
/* @group Menu */
#menu{
	padding: 0 30px;
	font-size: 1.15em;
	font-weight: 500;
	float: left;
	margin: 0 0 5px 0;
}
#menu li{
	float: left;
	padding: 0; margin: 0;
	line-height: 5px;
}
#menu li a{
	text-indent: -9999em;
	display: block;
	text-decoration: none;
	height: 61px;
	background: none;
}
#menu li.Ueber-uns a{
	width: 75px;
	background: url(../_gfx/bt_ueber-uns.png) 0px -61px no-repeat;
}
#menu li.Aktuelles a{
	width: 80px;
	background: url(../_gfx/bt_aktuelles.png) 0px -61px no-repeat;
}
#menu li.Ansprechpartner a{
	width: 130px;
	background: url(../_gfx/bt_ansprechpartner.png) 0px -61px no-repeat;
}
#menu li.Training a{
	width: 71px;
	background: url(../_gfx/bt_training.png) 0px -61px no-repeat;	
}
#menu li.Termine a{
	width: 69px;
	background: url(../_gfx/bt_termine.png) 0px -61px no-repeat;
}
#menu li.Galerie a{
	width: 67px;
	background: url(../_gfx/bt_galerie.png) 0px -61px no-repeat;
}
#menu li.Gaestebuch a{
	width: 84px;
	background: url(../_gfx/bt_gaestebuch.png) 0px -61px no-repeat;	
}
#menu li.Sponsoren a{
	width: 90px;
	background: url(../_gfx/bt_sponsoren.png) 0px -61px no-repeat;	
}
#menu li.Mitglieder a{
	width: 91px;
	background: url(../_gfx/bt_mitglieder.png) 0px -61px no-repeat;	
}
#menu li.Strecken a{
	width: 91px;
	background: url(../_gfx/bt_strecken.png) 0px -61px no-repeat;	
}
#menu li.Kontakt a{
	width: 83px;
	background: url(../_gfx/bt_kontakt.png) 0px -61px no-repeat;	
}

#menu li a:hover{
	background-position: 0 0px !important;
}
#menu li.active a{
	background-position: 0 0px !important;
}
.subnav{
	display: none;
}
#submenu{
	margin: 0;
	padding: 0;
	position: relative;
	top: -30px; left: 0;
}
#submenu li{
	float: right;
	margin-bottom: 10px;
}
#submenu a{
	display: block;
	padding: 2px 5px;
	font-size: 0.9em;
	border-left: 1px solid #AAA;
	line-height: 20px;

	
}
#submenu .active a{
	color: #FFF;
	background-color: #0086be;
}
/* @end */

#top img{
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;	
}
#content{
	width: 840px;
	background: url(../_gfx/bg_content.png) 0 0 repeat-y;	
	margin: 0 auto;
	padding: 0 30px;
	
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */ 	
}
.leftpan {
	width: 590px;
	float: left;
	padding: 0 10px;
}
.rightpan {
	width: 230px;
	float: left;
	padding: 0px;
	padding-top: 15px;
	font-size: 0.85em;
	line-height: 140%;
}
.rightpan h3{
	font-size: 1.5em;
}
.maincontent {
	padding: 0 20px;
	padding-bottom: 50px;
}
.headimg {
	width: 590px;
	height: 274px;
	position: relative;
	top: 0; left: 0;
	margin-bottom: 35px;
}
.headimg h2{
	font-size: 1.9em;
	margin: 0;
	color: #0086be;
	position: absolute;
	bottom: 59px; left: 0;
	display: block;
	background-color: #FFF;
	padding: 5px 20px 5px 20px;
}
.headimg h3{
	font-size: 1.1em;	
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	position: absolute;
	bottom: 30px; left: 0;
	display: block;
	background: url(../_gfx/bg_headimg-h3.png) 0 0 repeat-x;	
	padding: 5px 20px 5px 20px;
}

.col_left {
	width: 48%;
	float: left;
}
.col_right {
	width: 48%;
	float: right;
}
.clear {
	float: none;
	clear: both;
}
.teaser{
	margin: 0;
	padding: 0 15px 35px 20px;
	background: url(../_gfx/rightpan_seperator.gif) right bottom no-repeat;		
}
.teaser h3{
	margin-top: 0.5em;
}
.wetter .today {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

/* @group Wetter */
.wetter .today img{
	float: left;
	height: 50px;
}
.wetter .today .content{
	float: right;
	width: 130px;
}
.wetter .wetteritem img{
	height: 30px;
	float: left;
}
.wetter .wetteritem{
	float: left;
	width: 85px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.wetter .wetteritem .temp{
	padding-top: 3px;
	float: left;
	margin-left: 5px;
}
.wetter .wetteritem {
	line-height: 110%;
	font-size: 0.9em;
	color: #888;
}
.wetter .wetteritem strong{
	font-size: 1.2em;
	color: #000;
}
/* @end */

a.mail {
	padding-left: 20px;
	background: url(../_gfx/mail.png) left bottom no-repeat;
}
.infobox{
	width: 270px;
	float: right;
	text-align: justify;
	border: 1px solid #0086be;
	padding: 5px 15px;
	font-size: 0.8em;
	line-height: 140%;
	margin: 10px 0 10px 15px;
}
.infobox.left{
	float: left;
	margin: 10px 15px 10px 0px;
}
.date {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
}
.date p{
	color: #979797;
	font-size: 0.9em;
	margin-bottom: 0 !important;
}
.maincontent table {
	margin-bottom: 1.5em;
}
.maincontent table th{
	color: #0086be;
	border-bottom: 1px solid #0086be;
	font-weight: bold;
	padding: 2px;
}
.maincontent table td{
	padding: 2px;
	border-bottom: 1px solid #CCC;
}
.maincontent ul{
	margin: 0 0 1.3em 0;
	padding-left: 25px;
}
.maincontent ul li{
	list-style-type: disc;
	padding-top: 3px;
}

.galerie {
	border: 1px solid #CCC;
	width: 265px;
	height: 60px;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 0.9em;
}
.galerie .image {
	float: left;
	margin-right: 5px;
}
.galerie .text{
	float: left;
	width: 125px;
}
.galerie h3{
	font-size: 1.3em;
	margin: 0;
}
.galerie p{
	margin: 0;
}
.galerie a{

}
.archiv {
	border: 1px solid #CCC;
	width: 265px;
	height: 60px;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 0.9em;
}
.archiv .image {
	float: left;
	margin-right: 5px;
}
.archiv .text{
	float: left;
	width: 125px;
}
.archiv h3{
	font-size: 1.3em;
	margin: 0;
}
.archiv p{
	margin: 0;
}
.archiv a{

}

.artikel {
	margin-bottom: 1.6em;
	padding: 0 10px 30px 8px;
	border-top: 1px solid #CCC;
	position: relative;
}
.artikel h3 + .text{
	padding-left: 8px;
	font-size: 0.8em;
	margin-bottom: 0;
	color: #999;
	position: absolute;
	top: -26px; left: 0px;
}
.artikel h3{
	margin-top: 0.5em;
	font-size: 1.4em;
}
.artikel .text{
	margin: 10px 0;
}
.artikel a{
	font-size: 0.9em;
}

/* @group Gästebuch */
#vpgb_ausgabe {
	clear: both;
	float: none;
	margin: 0px 0 20px 0;
}
#vpgb_eintraege {
	margin-top: 50px;
}
.left{
	width: 275px;
	float: left;
}
.right{
	width: 275px;
	float: right;
}
label {
	color: #999;
	font-size: 0.9em;
}
input, textarea{
	font: 100%/140% Arial, sans-serif;
}
.left input{
	width: 245px;
	padding-left: 25px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	height: 25px;
	background-color: #f5f5f5;
}
.captcha #sicherheitscode {
	width: 90px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	height: 25px;
	background-color: #f5f5f5;
}
.captcha h4{
	color: #0086be;
	font-size: 1em;
}
.captcha p{
	font-size: 0.9em;
	color: #999;
	margin: 0 0;
}
.captcha {

}
#email {
	background: #f5f5f5 url(../images/mail.png) 5px 5px no-repeat;	
}
#url {
	background: #f5f5f5 url(../images/home.png) 5px 5px no-repeat;	
}
#entry {
	background: #f5f5f5 url(../images/pencil.png) 5px 5px no-repeat;	
	background: #f5f5f5 url(../images/label.png) 5px 5px no-repeat;	
}
#name {
	background: #f5f5f5 url(../images/label.png) 5px 5px no-repeat;	
	background: #f5f5f5 url(../images/user.png) 5px 5px no-repeat;	
}
.right textarea {
	width: 248px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;	
	height: 132px;
	border: 1px solid #CCC;
	background-color: #f5f5f5;
}
.submit {
	color: #999;
	margin-top: 10px;
	padding: 4px 5px;
	padding-left: 25px;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #f5f5f5;	
	height: 25px;
	width: 140px;
	background: #f5f5f5 url(../images/tick.png) 5px 4px no-repeat;	
}
.error {
	color: #e30000;
	background: #f1b3b3 url(../images/cross_circle.png) no-repeat 5px 6px;	
	border: 1px solid #e30000;
	width: 506px;
	padding: 5px;
	padding-top: 6px;
	padding-left: 25px;
}
.success {
	color: #237c25;
	background: #bce0c1 url(../images/tick.png) no-repeat 5px 6px;	
	border: 1px solid #2ea331;
	width: 506px;
	padding: 5px;
	padding-top: 6px;
	padding-left: 25px;
}
.vpgb_eintrag{
	float: none;
	clear: both;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
}
.vpgb_eintrag .vpgb_fleft {
	float: left;
	width: 150px;
}
.vpgb_eintrag .vpgb_fleft .tag {
	font-size: 0.9em;
	color: #999;
}
.vpgb_eintrag .vpgb_fleft .vpgb_infos {
	margin-top: 15px;
	margin-bottom: 15px;	
}
.vpgb_eintrag .vpgb_fleft .vpgb_name {
	font-weight: bold;
	color: #0086be;
}
.vpgb_eintrag .vpgb_fleft .vpgb_infos a {
	background: none;
}
.vpgb_eintrag .vpgb_entry {
	float: left;
	margin-bottom: 15px;	
	padding-top: 18px;
	width: 400px;
}
.vpgb_eintrag .vpgb_comment {
	float: none;
	font-size: 0.9em;
	clear: both;
	color: #999;
	background: #F5F5F5 url(../images/balloon_left.png) no-repeat 5px 5px;	
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 25px;	
}



/* @end */


.gTable td{
	border-bottom: 1px solid #CCC;
}
.gTable td{
	padding-top: 15px !important;
}
.gTable img{
	padding: 1px;
	border: 1px solid #0086be;
}

/* @group Formular */
#SpryContactForm ul li{
	list-style: none !important;
	background-image: none;
	padding-left: 0;
}
#SpryContactForm input, #SpryContactForm textarea{
	border: 1px solid #CCC;
	padding: 3px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #f5f5f5;	
}
#content input.submitbutton{
	color: #999;
	padding: 4px 10px;
	margin-left: 108px;
}
#content input.resetbutton{
	display: none;
}
#content .selectRequiredMsg, #content .textfieldRequiredMsg, #content .textareaRequiredMsg, #content .textfieldInvalidFormatMsg{
	border: none;
	display: none;
}
#content #SpryContactForm label{
	font-size: 1em;
	border-left: 3px solid #0086be;
	padding-left:  5px;
	padding-top: 5px;
	color: #999;
	width: 100px;
}
#Counterror_mess{
	display: none !important;
}

/* @end */

/* @group Sitemap */

ul.sitemapext_cat_0{
	padding-left: 0;
}
ul.sitemapext_cat_0 li{
	list-style-type: none;
	padding-left: 8px;
	background: url(../_gfx/list.jpg) 0px 7px no-repeat;	
}
.sitemapext_cat_0 li{
	float:none;
	clear: both;
}
.sitemapext_cat_0 ul li{
	float:Left;
	clear: none;
}
.sitemapext_cat_0 a{
	text-decoration: none;
	color: #000;
	font-weight: Bold;
	background: none;
}
.sitemapext_cat_0 ul a{
	font-weight: normal;
}
.sitemapext_art_0, .sitemapext_cat_1 {
	margin: 0;
	padding: 0;
}
.sitemapext_art_0 li a {
	margin-right: 10px;
}
.sitemapext_art_0 li a {
	color: #999;
}

/* @end */
.gmnoprint {
	font: 100%/140% Arial, sans-serif !important;	
}
table.sponsoren td {
	border: none;
}

.downloadtable {
	width: 100%;
}
.downloadtable .fileimg {
	width: 60px;
}
.downloadtable .filesize {
	width: 70px;
}







