@charset "UTF-8";
/* CSS Document */

body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

a, a:visited {
	color:#666666;
	text-decoration: none;
	}
	
a:hover {
	color:#11ABDA;
	text-decoration:none;
	}

a img {
	border:none;
}

/* HEADER */

#header {
	width:850px;
	height:150px;
	background-image:url(images/logo_iscd.jpg);
	background-repeat:no-repeat;
	background-position:50px 40px;
	}

#header div {
	float:right;
	width:auto;
	display:block;
	margin-top:92px;
	}
	
#submenu {
	position:absolute;
	left:540px;
	top:125px;
	width:242px;
	height:17px;
	z-index:1;
	color:#11ABDA;
	word-spacing:.2;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:.05em;
	}
#submenu a, #submenu a:visited {
	text-decoration:none;
	}
	
#submenu a:hover {
	color:#11ABDA;
	}
	
#mainteaser {
	width:850px;
	height:280px;
	background-color:#CCCCCC;
	display:block;
	}
	
#mainteaser_s {
	width:550px;
	height:120px;
	margin: 0px 0px 0px 300px;
	}
		
#signup {
	width:240px;
	height:150px;
	background-color:#858585;
	float:left;
	color: #FFFFFF;
	padding:50px 30px 20px 30px;
	background-image:url(images/signupheadline.gif);
	background-repeat:no-repeat;
	background-position:center 15px;
	font-size:11px;
	line-height:13px;
	}
.eingabe {
	background:url(images/input_grey.gif) no-repeat;
	width:213px;
	height:16px;
	padding:0px 3px 10px 7px;
	color:#333333;
	border:none;
	font-size:10px;
	}

#newsbox {
	position:absolute;
	top:430px;
	left:300px;
	height: 230px; 
	width: 525px;
	padding:20px 0px 0px 25px
	}
	
#contentbody {
	position:absolute;
	top:300px;
	left:300px;
	height: auto;
	width: 550px;
	line-height:1.4em;
	}

h2 {
	font-size:16px;
	font-weight:lighter;
	color:#666666;
	margin:15px 0px -6px 0px;
}
#contentbody span {
	color:#11ABDA;
	}

span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(images/radio.png) no-repeat;
  display: block;
  clear: left;
  float: left;
  margin-top:-5px;
}

.trainergalerie {
	width:100px; 
	height: 120px;
	float:left;
	font-size:10px;
	text-align:center; 
	padding:4px;
	line-height:12px;
	}
.trainergalerie p {
	margin-top:3px;
	}
.trainergalerie a {
	text-decoration:none;
	}
.trainergalerie img {
	padding: 3px;
	background:#FFFFFF;
	border:solid 1px #CCCCCC;
}
.trainergalerie img:hover {
	border:solid 1px #11ABDA;
}



/* ///////////////////// */


#navi a:hover {
	opacity:.50;filter: alpha(opacity=80); -moz-opacity: 0.8;
	}
	

/* CONTENT */

/* TEASERBOXEN STARTSEITE */


/* SIGNUP BOX */

.error { background-color: #ecc !important; border: 1px solid #e99 !important; }
#error { background-color: #ecc !important; border: 1px solid #e99 !important; }

div.snip { margin: 8pt; }

/** floating box **/
.floatingBox {  }
.floatingBox .shadow {
	position: absolute;
	left: 1px; top: 1px;
	width: 290px; height: 100%;
	background-color: black;
	border: 1px solid black;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.floatingBox .content {
	display:block;
}

/** contact form **/
.field {  }
.field * { /*border-width: 0px; background-color: #efefef;*/  }
.field textarea {  }


