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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#B7CC44;
	background-image:url(images/layout/bg-muster-fr.gif);
	text-align: center;
}

p{  margin-top: 0px;
	margin-bottom:8px;
}

ul {
    margin-top: 0px;
	margin-bottom:8px;
}

li {
    margin-top: 0px;
	margin-bottom:5px;
}

/* Navigation */
.nav{	
	z-index:40;
}
	
.nav ul {
	display:block;
	list-style-type: none;
	padding:0px;
	margin-top: 8px;
}

.nav ul li {
	margin-left: 45px;
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.nav ul li a{
	color: #FFFFFF;
	text-decoration: none;

}


/* TEXTFORMATE */

.farbig {color: #FFFFFF;}
.gross14{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;	
    margin-top: 0px;
	margin-bottom:0px;
} 
.gross16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #000000;

} 
.farbig14{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;	
    margin-top: 0px;
	margin-bottom:0px;
} 

h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000000;
    margin-top: 15px;
	margin-bottom:10px;
}                                                  

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight:bold;
    margin-top: 10px;
	margin-bottom:8px;
} 

h3  {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	color: #000000;
	font-weight:bold;
    margin-top: 0px;
	margin-bottom:5px;
} 

.klein{ 
	font-size:10px;
	color: #000000;
	}
	
.bild_l{
	margin-right:8px;
	margin-bottom:5px;
}	

.bild_r{
	margin-left:8px;

}	

/* LINKS IM NORMALEN LAUFENDEN TEXT */
a:link {  color: #000000; text-decoration: underline;}
a:visited {  color: #666666; text-decoration: underline}

a.h2:link {  color: #000000; text-decoration: underline;}
a.h2:visited {  color: #666666; text-decoration: underline}




/* EBENEN */

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	width:960px; 
	z-index:10;
	overflow:visible;
	background-image:url(images/layout/bg-main-fr.gif);
	background-repeat: repeat-y;
	text-align:left;

	}


#box-main{
	float:left;
	width:520px;
	z-index:20;
	
}


#box-left{
	float:left;
	width:210px;
	/*height:450px;
	background-image:url(images/layout/box-links-unten.png);
	background-repeat:no-repeat;
	background-position:left bottom;*/
	z-index:20;
}

#box-left-inhalt{
	float:left;
	width:210px;
	background-image:url(images/layout/bg-links-fr.jpg);
	background-repeat:repeat-y;
	z-index:30;
}

#box-right{
	float:left;
	width:230px;
	height:450px;
	background-image:url(images/layout/box-rechts.png);
	background-repeat:no-repeat;
	background-position:right top;
	z-index:20;
}

#main-content{
	
	
}

#kopf{
	text-align:right;

}

#fuss{
	height:100px;
	background-image:url(images/layout/bg-fuss-fr.jpg);
	background-position:center;
	background-repeat:no-repeat;

}

.spalten {
	float: left;
	width:40%;
	padding-right:20px;
	padding-bottom:15px;
}

.spalten50 {
	float: left;
	width:50%;
}

.spalten_flex {
	float: left;
	width:50%;
	padding-bottom:15px;
}

.clearit{
	clear:both;

}	
