/* CSS vom 6.11.09 av */
/* === HTML-Standard = 16 Pixel === */

* {
	margin: 0;
	padding: 0;
}

.csc-textpic-text h1 {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	line-height: 14px;
}
.adresseText {
	display: none;
}


ul {
  margin-left: 0;
  padding-left: 1.2em;
  list-style-type: square;
}

.invisible {
  display: none;
}

#ausrichtung {
	width: 1300px;
	background-color: #FFFFFF
}

#ausrichtung #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 400px;
	background-color: #8fa556;
	/*float: left; */
	z-index:1;
}

#ausrichtung #sn {
	position:absolute;
	height: 83px;
	width: 587px;
	padding-top: 17px;
	padding-right: 15px;
	padding-left: 300px;
	background-color: #8fa556;
	/*float: left; */
	list-style-type: none;
	top: 0px;
	left: 398px;
	/*left:400px;*/
	z-index:1;
}



#ausrichtung #sn ul {
	list-style-type: none;
	text-align: right;
}
#ausrichtung #sn ul li {
	float: left;
	margin-right: 15px;
}
#ausrichtung #sn ul li a {
	font-size: 10px;
	text-transform: uppercase;
	color: #49618b;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
}

#ausrichtung #sn ul li a:hover, #ausrichtung #sn ul li a.aktiv {
	color: #FFFFFF;
}




#alles {
	/*float: left;*/
	position: absolute;
	top: 100px;
	width: 1300px;
	left: 0px;
	height: 610px;
	z-index: 1
}

#ausrichtung #inhalt {
	height: 610px;
	width: 960px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	overflow: auto;
	float: right;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;

}
#ausrichtung #hn {
	height: 640px;
	width: 280px;
	padding-left: 20px;
	padding-top: 40px;
	background-color: #86a4d8;
	float: left;
}


#ausrichtung #hn ul {
	list-style-type: none;

}

#ausrichtung #hn ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
}

#ausrichtung #hn ul li ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	font-size: 11px;
}

#ausrichtung #hn a:hover {
	color: #49618b;
}
#ausrichtung #hn .active {
	color: #49618b;
}








#ausrichtung #inhalt a:link {
  color: #4c4b4b;
}
#ausrichtung #inhalt a:visited {
  color: #4c4b4b;
}
#ausrichtung #inhalt a:hover {
  color: #4c4b4b;
    text-decoration: none;
}












#ausrichtung #absender {
	position: absolute;
	left: 0;
	top: 780px;
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
	padding-left: 300px;
	width: 1000px;
	background-color: #dea9a0;
	letter-spacing: 1px;
	/*clear:left;*/
	color: #333333;
}

#ausrichtung #absender a{
	color: #333333;
	text-decoration: none;
}

#ausrichtung #absender a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

/* Überschriften Inhaltselemente ausblenden */
.csc-header {
	display: none;
}

/* Kurstermine in Seite darstellen */
#ausrichtung #inhalt .termine_links {
	width: 200px;
	float: left;
	clear: left;
	height: 15px;
}
#ausrichtung #inhalt .termine_rechts {
	width: 100px;
	float: left;
	text-align: right;
	height: 15px;
}
#ausrichtung #inhalt .termine_titel {
	width: 300px;
	float: left;
	clear: left;
	height: 15px;
}
div.tx_cfloat_first, .tx_cfloat_middle, .tx_cfloat_last {
	border-right-width: 0px;
	border-right-style: none;
}
.tx_cfloat_last {
	margin-left: 15px;
	padding-top: 24px;	
}

/* Formulare */
label {
	width: 100px;
	float: left;
}
input, textarea {
	margin-bottom: 10px;
}
.csc-mailform {
    width: 200px;
    border-style: none;
}

/* Kurstermine */
table.kurstermine td {
	padding-top: 2px;
	padding-bottom: 2px;
	
}

