/*****************/
/*	   BASIC     */
/*****************/

html, body, form {
	margin: 0px;
	padding: 0px;
}

html, body, td, div, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#868686;
}

body {
	background: url('../gfx/bigBG.png') #fff repeat-y top left;
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
}

a, a:link, a:hover, a:active {
	color: #868686;
}

#body {
	height: 100%;
	width: 100%;
}

img {
  border:none;
}

.red {
  color:#C21D25;
}

input, textarea {
  border: 1px solid #dadada;
  color:#000;
  width: 208px;
  margin-bottom:10px;
}

input.btn {
  background: url('../gfx/btn_absenden.png') #C21D25 no-repeat left center;
  color:#FFF;
  width: 111px;
  height: 20px;
}

input.radio {
  border:none;
  width:auto;
  float:left;
}


/*****************/
/*	 IMPRESSUM   */
/*****************/

#impressum {
	height: 55px;
}

#footerImpress {
	float: right;
	margin-top: 15px;
	height: 40px;
	width: 40px;
	background: url('../gfx/foot_right.png') #fff no-repeat bottom right;
}

#sponsorBar {
	width: 718px;
	height: 52px;
	padding-top: 18px;
	padding-left: 22px;
/*	background: url('../gfx/foot_right_startseite.png') #e6e6e6 no-repeat bottom right;*/
}

* html * #sponsorBar { width: 740px; height: 70px; }

#sponsorBar > div.extra {
	margin-top: 64px;
	height: 6px;
	width: 6px;
	float: right;
/*	background: url('../gfx/foot_right_startseite.png') #fff no-repeat bottom right;*/
}

.logosText {
        float:left; 
        margin-right: 18px;
	font-size: 9px;
	color: #868686;
}

