/* CSS Document */

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
body {
	margin: 0;
}
p {
    margin-top: 0px;
    margin-bottom: 10px;
}
#contenttext a {
	color: #7B7E9B;
	text-decoration: none;
	font-size: 10pt;
}
#contenttext a:hover {
	color: #F7C83C;
	text-decoration: none;
	font-size: 10pt;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 20px;
    color: #333333;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 15px 0px;
}
h3 {
    font-weight: bold;
    font-size: 11px;
    margin: 0px 0px 10px;
    color: #333333;
    padding: 0px;
}

img {border:0;}

/* INDEX */

#wrapperindex {
	width: 975px;
	margin: 0 auto;
}
#indexlogo1 {
	width: 150px;
	height: 30px;	
	padding: 10px 230px 0 0;
	float: left;
}
#indexlogo2 {
	margin: 0;
	padding: 50px 0 0 0;
	float: left;
}
#indextitle {
	width: 380px;
	margin: 0 auto; 
}
#indexmiddle {
	width: 486px;
	margin: 0 auto;
	padding: 280px 0px 0px 0px;
}
#indeximage_k {
	width: 486px;
	height: 18px;
	margin: 0 auto;
	background:url("images/color.gif");
}
#indeximage {
	width: 486px;
	height: 136px;
	margin: 0 auto;
}
#indexenter {
	width: 486px;
	height: 57px;
	margin: 0 auto;
	background: url("images/backimage.gif");
}
#indexfooter {
	margin: 0 auto;
	width: 580px;
	padding-top: 200px;
	color: #999999;
	text-align: center;
}

#winter {
	float:left;
	width: 100px;	
	position: relative;
	left: 170px;
	background: url("images/winter.gif") no-repeat;
}
#sommer {
	float:left;	
	width: 100px;
	position: relative;
	left: 155px;
	background: url("images/sommer.gif") no-repeat;
}


/* Sommer  */

#wrapper {
	width: 975px;
	height: auto !important;
	float: left;
}

#title {
	/*background: url(images/logotop_winter.gif) no-repeat;*/
	background: url(images/Central_Sport.png) no-repeat 10px 0px;
	width: 200px;
	height: 105px;
	float: left;
}

#title_image {
	width: 700px;
	height: 105px;
	float: left;
	background: url(images/rent.gif) no-repeat 0px 10px;
}

#title_image a {
	width: 250px;
	height: 50px;
	float: left;
	position: relative;
	top: 10px;
}

#backgroundtop {
	background: url(images/bg_blau_oben.gif) no-repeat;
	width: 975px;
	height: 44px;
	float: left;
}

#center {
	background: url(images/bgblau.gif) repeat-y;
	width: 975px;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	float: left;
}
#contenthome {
	width: 498px;
	float: left;
	padding: 40px 98px 40px 288px;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	float: left;
}
#content {
	width: 498px;
	float: left;
	padding: 40px 98px 40px 98px;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	float: left;
}
#contentmiddle{
	width: 498px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	float: left;
}
#contenttitle{
	background: #326494;
	width: 493px;
	height: 18px;
	color: #ffffff;
	padding: 0 0 0 5px;
	margin:0px 0 22px 0;
	font-size: 10pt;
	float: left;
}
#contentheader {
	width: 498px;
	height: auto !important;
	min-height: 1px;
	bottom: 155px;
	float: left;
}
#contenttext {
	width: 498px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	float: left;
}
#contentside {
	width: 170px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	float: left;
}
#contentfooter {
	background: url(images/contentfooter.gif) no-repeat;
	width: 498px;
	height: 88px;
	margin-top: 40px;
	float: left;
}
#contentfooter_winter {
	margin-top: 15px;
	width: 244px;
	height: 73px;
}
#contentfooter_sommer {
	margin-top: 15px;
	margin-left: 14px;
	width: 244px;
	height: 73px;
	position: relative;
	left: 247px;
	bottom: 88px;
}


.home {
	color: #999999;
	text-decoration: none;
	font-size: 10pt;
	padding-bottom: 16px;
}
.home a{
	color: #999999;
	text-decoration: none;
	font-size: 10pt;
}

#footertext {
	position: relative;
	width: 580px;
	left: 285px;
	top: 12px;
	color: #999999;
}

#footer {
	background: url(images/footerblau.gif) no-repeat;
	width: 975px;
	height: 55px;
	float: left;
}
/* News */

#new {
	padding-left: 20px;
	
}

/* Kontaktformular */

#contactForm legend {
	display: none;
}

#contactForm fieldset {
	border: 0;
}

#contactForm input[type="text"],
#contactForm textarea {
	float: left;
	width: 240px;
	border: 1px #ccc solid;
	resize: none;
}

#contactForm input[type="text"]:focus,
#contactForm textarea:focus {
	float: left;
	width: 240px;
	border: 1px #ddd solid;
	resize: none;
}

#contactFormCaptcha {
	width: 118px !important;
	margin-left: 0px !important;
}

#contactForm label {
	float: left;
	width: 120px;
	display: block;
	font-weight: bold;
}

img.captcha {
	padding-bottom: 10px;
	padding-right: 3px;
	display: block;
}

#contactForm p {
	display: block;
	float: left;
	width: 240px;
	clear: both;
	padding-bottom: 5px;
}

#contactForm input[type="submit"],
#contactForm input[type="reset"] {
	border: 1px #ccc solid;
	padding: 5px 5px 4px;
}

#contactForm input[type="submit"]:hover,
#contactForm input[type="reset"]:hover {
	border: 1px #ddd solid;
	padding: 5px 5px 4px;
}

#contactForm input[type="submit"] {
	margin-right: 6px;
}
