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

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

body, #body_2_spalten {
		height:100%;
		min-height:100%;
		background-color:#ffffff;
		margin:0;
		padding:0px;
		text-align:left;	
		font-size:12px;
		line-height:22px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;		
}

#out.body_2_spalten {
	background-image:url(../pics/main_bg2.jpg);
	}

a{
	text-decoration:none;
	color:#605d5c;}
a:hover{
	text-decoration:none;
	color:#74253a;}
		
h1,.nichtGefunden {
	font-size:15px;
	font-weight:bold;
	color:#74253a;
}

h2,.nichtGefunden {
	font-size:13px;
	font-weight:bold;
	color:#74253a;
}

h3,.nichtGefunden {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

hr{
	background-color: #74253a;
	color: #74253a;
	height:1px;
	border:none;
}

table{background-color:transparent;}


/*################################################################*/

#out{
	margin:0 auto;
	width:960px;
	min-height:100%;
	background-image:url(../pics/main_bg.jpg);
	background-repeat:repeat-y;		
	background-position:center;	
}

#head_top {
	background-image:url(../pics/header_top.jpg);
	background-repeat:repeat-x;
	height:34px;
}

#banner {
	/*background-image:url(../pics/banner.jpg);
	background-repeat:repeat-x;*/
	height:160px;
}

#grey_spacer {
	background-image:url(../pics/grau_spacer.jpg);
	background-repeat:repeat-x;
	height:11px;
}

#main {
	height:1%;
}

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

#left_frame {width:240px;}
#center_frame {width:480px;}
#right_frame {width:240px;}

.red_headline, .grey_headline {
	min-height:36px;
	line-height:36px;	
	text-transform:uppercase;
}

.red_headline {
	background-image:url(../pics/verlauf_rot.jpg);
	background-repeat:repeat-x;
}

.grey_headline {
	background-image:url(../pics/verlauf_grau.jpg);
	background-repeat:repeat-x;
}

/*#navigation {
	SIEHE --> navigation.css
}*/


.main_content{
	padding:25px;
}

.content_right {
	padding:25px;
}

.rec_grey ,.rec_red   {
	margin:0;
	list-style:none;
	background-image:url(..//pics/quadrat.gif);
	background-repeat:no-repeat;
	background-position:23px 13px;
	}
	
.rec_grey li {padding-left:10px;font-weight:bold;}
.rec_red li {padding-left:10px;color:#FFFFFF;font-weight:bold;}


.rec_red li, .rec_grey li{
	#margin-left:40px;
}


#zinsbox {
	margin:15px 0;
	#margin-left:-50px;
}	
#zinsbox iframe {	
	height:0px;
}	

#zinslink:hover iframe {
	height:163px;
}


#footer {
	height:25px;
	background-image:url(../pics/verlauf_rot.jpg);
	background-repeat:repeat-x;
	line-height:25px;
	color:#FFFFFF;
	text-align:center;
}

#footer a{
	color:#FFFFFF;
}

#fckeditor{padding:15px;}

.clear {clear:both;}
