@charset "utf-8";

body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #e0e4d6;
    margin: 0;
    padding: 0;
    text-align: center;
	font-size: 12px;
    color: #333333;
    }
	
#container { 
    width: 920px;
    background: #e0e4d6;
    margin: 0 auto;
    text-align: left;
	background-image: url(../bilder/bgMain.jpg);
	background-repeat: repeat-y;
    }
	 
#header {
	top: 0px;
	width: 920px;
	height: 329px; 
    background-image: url(../bilder/headerPerson.jpg);
	background-repeat: no-repeat;
    }
	
#menueOben {
	width: 500px;
	height: 20px;
	padding-top: 280px;
	margin-left: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #cc8f14;
    }
	
#menueOben a:link, #menueOben a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #778c62;
	text-decoration: none;
    }
	
#menueOben a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #cc8f14;
	text-decoration: none;
    }
	
#mainInhalt {
	width: 920px;
    }
	
#picInhalt {
	width: 300px;
	height: 331px;
	margin-bottom: -10px !important;
	margin-bottom: 0px;
	float: left;
    }
	
#textInhalt {
	width: 575px;
	margin-top: 10px;
	margin-right: 20px !important;
	margin-right: 10px;
	float: right;
	line-height: 16px;
    }
    
#footer {
	width: 920px; 
    height: 40px;
	text-align: right;
	font-size: 10px;
	background-image: url(../bilder/footer.jpg);
	background-repeat: no-repeat;
    }
	
#footer p {
	padding-top: 12px;
	padding-right: 12px;
    }  
   
.fltrt {
    float: right;
    margin-left: 8px;
    }
    
.fltlft {
    float: left;
    margin-right: 8px;
    }
    
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }
	
/*####################### TAGS ###########################*/

h1 {
	color: #333333;
	font-size: 12px;
	}

h2 {
	color: #000000;
	font-size: 14px;
	}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #cc8f14;
	text-decoration: underline;
	}

li
	{
	/*list-style-image: url(../bilder/listenpunkt.gif);*/
	padding: 6px;
	list-style-type: circle;
	}

/*######################## TEXT ####################################*/

.textFliessFett {
	font-weight: bold;
	}
	
.textFliessGruen {
	color: #778c62;
	}
	
.textFliessFettGruen {
	font-weight: bold;
	color: #778c62;
	}
	
.textFliessRot {
	color: #7f1900;
	}
	
.textFliessFettRot {
	font-weight: bold;
	color: #7f1900;
	}

.textKlein {
	font-size: 10px;
	}


