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

html  {
	overflow-y:scroll;
}

html, body {
	height:100%;
	min-height:100%;
}

body {
	margin:0;
	padding:0;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-color:#ffffff;
	background-image:url(../pics/body.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	color:#4ea712;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

h2 {
	color:#4ea712;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

h3 {
	color:#282828;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a {
	text-decoration:none;
	color:#479e20;
	
}

a:hover {
	color:#231f20;
}

hr {
	background-color:#ccc8cb;
	border:medium none;
	color:#ccc8cb;
	height:1px;
}

/*===========================================================*/

#body_bg {
	/*
	background-image:url(../pics/body_bg.jpg);
	background-repeat:repeat;
	height:1000px;
	position:relative;
	z-index:1;*/
}


#outer_left {
	float:left;
	height:260px;
	width:25%;
	background-image:url(../pics/outer.jpg);
	background-repeat:repeat-x;
}

#outer_right {
	float:right;
	height:260px;
	width:25%;
	background-image:url(../pics/outer.jpg);
	background-repeat:repeat-x;
}



#out {
	width:960px;
	left:50%;
	margin-left:-481px;
	position:absolute;
	float:left;
	z-index:2;
	
}
/*
#out {
	width:960px;
	margin:0 auto;
}
*/
#header{
	height:174px;
}

#logo {
	float:left;
	width:199px;
}

#banner {
	float:left;
	width:761px;
	height:100%;
	
	background-image:url(../pics/banner.jpg);
	background-repeat:no-repeat;


	position:relative;
}

#navigation_bilder {


	position:absolute;
	left:2px;
	top:0;
	width:761px;
	height:172px;
}

#topmenu_mask{


	position:absolute;
	left:-2px;
	top:0;
	width:761px;
	height:172px;
	background-image:url(../pics/navimask.png);
}


.navi_picture {


	width:122px;
	height:151px;
	float:left;
	margin-right:1px;
	margin-top:21px;
}

#navigation {
	padding:144px 0 0 2px;
} 

#main {
	width:100%;
	min-height:220px;
	background-image:url(../pics/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#left_frame, #center_frame, #right_frame{
	float:left;
}

#left_frame{
	width:178px;
	padding:6px 0 15px 23px;
}

.green_box {
	margin:15px 0;
	width:178px;
}

.green_box_top{
	height:25px;
	background-image:url(../pics/green_box_top.jpg);
	background-repeat:no-repeat;
}

.green_box_content {
	background-image:url(../pics/green_box_content.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	width:152px;
	padding:0 13px;
}

.green_box_bottom{
	height:16px;
	background-image:url(../pics/green_box_bottom.jpg);
	background-repeat:no-repeat;
}


#center_frame{
	width:410px;
	padding:40px 30px 20px; 
}

#content_footer {
	/*color:#247899;*/
	font-size:10px;
	margin-top:40px;
}

#right_frame{
	width:249px;
	padding:60px 20px 20px; 
}

#slideshow {
	margin-bottom:30px;
	width:243px;
	height:173px;
	border:1px solid #9a9a9a;
}

#termin_block {
	padding-bottom:15px;
}

#termin_block .termin_headline, #termin_block .first {
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../pics/news_box_headline.jpg);
	background-repeat:no-repeat;
	padding-left:13px;
}
#termin_block .first {background-image:url(../pics/news_box_first.jpg);}

#termin_block .termin_content{
	background-image:url(../pics/news_box_content.jpg);
	background-repeat:repeat-y;	
	padding:3px 16px 1px 13px;
	/*border-bottom:1px solid #adadb0;*/
}

#termin_block hr {
	margin-top: 15px;
}

#termin_block .termin_footer {
	background-image:url(../pics/news_box_footer.jpg);
	background-repeat:no-repeat;
	height:7px;
}

.yellow_arrow {
	color:#4fa913;
	background-image:url(../pics/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:10px;
	margin-top:5px;	
}

#kurs td{
	vertical-align:top;
}

.banner {
	margin-bottom:5px;
}

.uhrzeit {
	font-size:9px;
	color:#999999;
}

#fckeditor {
	padding:10px;
	background-image:none;
	background-color:#FFFFFF;
}

.clear {
	clear:both;
}