/* CSS Document */

html, body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
body{
	background-color:#ffffff;
	background-image:url(../bilder/hintergrundverlauf_8000px.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
table, tr, th, td{
	margin:0px;
	padding:0px;
}
h1, h2 {
	font-size:15px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}
p {
	font-size:10px;
	font-weight: normal;
	padding: 0px;
	margin:0px;
}
#centerBox {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 998px;
	margin-left: -499px; 
	height:auto;  /*FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	background-image:url(../bilder/contentbg_mitte.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	z-index:auto;
}
* html #centerBox {
 height:100%; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}
#centerBoxInnen {
width: 795px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
height:auto;  /*FF needs this setting to expand div to fit long content */
min-height:100%;
} 
#banner {
position:absolute;
top:0px;
left:0px;
background-color: transparent;
background-image:url(../bilder/contentbg_oben.jpg);
background-position:left top;
padding: 0px;
margin: 0px; 
width:998px;
height: 68px;
}
#inhalt{
	margin-top:0px;
	margin-left:105px;
	width:795px;
	height:100%;
	min-height:100%; /*sets minimum height in FF*/
}
* html #inhalt {
 height:100%; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}
#left {
	float:left;
	width:145px; 
	padding: 68px 0px 0px 20px;
	margin:0px;
}

/* -----------------Inhalt--------------------- */
#content{ 
/*background-image:url(../bilder/pfeile_homepage.gif);*/
background-attachment:scroll;
background-repeat:no-repeat;
background-position:0px 380px;
margin-left:177px;
height:auto;
min-height:100%; /*sets minimum height in FF*/
/*border:solid 1px #33FF00;*/
}
* html #content {
 height:100%; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}
.textinhalt{
	padding: 80px 80px 20px 50px;
	text-align: center;
	color:#192d8c;
	/*background-color:#FF0000;
	width: 488px;*/
}
.textinhalt h1{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height:25px;
	padding-bottom: 25px;
}
.textinhalt h2{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height:25px;
}
.textinhalt p{
	font-size: 12px;
	text-align: justify;
	line-height:15px;
}
.textinhalt a:link, .textinhalt a:visited{
	color: #FF0000;
	text-decoration: none;
}
.programm{
	padding: 15px 0px 0px 0px;
	margin:auto; 
	text-transform:uppercase;
}
.programm td{
	padding: 0px 0px 5px 0px;
}
.programm a:link, .programm a:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navi{
	padding: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size: 13px;
	font-weight: bold;
}
.navi div{
	padding: 0px 0px 4px 0px;
}
.navi a:link, .navi a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.navi img{
	vertical-align:middle;
	padding: 0px 5px 0px 0px;
}
.naviHeadline {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.naviHeadline a:hover, .naviHeadline a:active{
	color:#ff0000;
}
.naviSpezial a:hover, .naviSpezial a:active{
	color:#ffc800;
}
.naviGesellschaft a:hover, .naviGesellschaft a:active{
	color:#ff8200;
}
.naviKultur a:hover, .naviKultur a:active{
	color:#ff0000;
}
.naviGesundheit a:hover, .naviGesundheit a:active{
	color:#00aa73;
}
.naviSprachen a:hover, .naviSprachen a:active{
	color:#8250c8;
}
.naviBeruf a:hover, .naviBeruf a:active{
	color:#287dc8;
}

#newsbutton{
	padding: 10px 0px 0px 0px;
}
.kurstabelle{
	font-size: 12px;
	text-align: justify;
	line-height:16px;
}
.anmeldeTabelle{
font-size: 12px;
}
.anmeldeTabelle th{
	padding:2px 8px 2px 4px;
	font-size: 11px;
}
.anmeldeTabelle td{
	padding:2px 2px 2px 4px;
	font-size: 12px;
}
.anmeldeTabelle select{
	padding:1px 0px 1px 2px;
	border:#999999 solid 1px;
	font-size: 11px;
	color:#000000;
	width:392px;
	background-color:#ffffff;
}

.anmeldeTabelleinput{
	padding:1px 0px 1px 2px;
	border:#999999 solid 1px;
	font-size: 11px;
	color:#000000;
	width:390px;
	background-color:#ffffff;
}

.anmeldeTabelleinput[disabled]
{
background-color:#CCCCCC;
color:#999999;
}

.fehler p{
	font-size: 12px;
	text-align:center;
	line-height:15px;
	font-weight:bold;
	color:#FF0000;
	/*text-decoration: blink;*/
}
