/*Allgemein*/

body
{
         font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
         font-size:17px;
		 font-weight:normal;
         color:#ffffff;
         margin:0px;
         padding:0px 0px 0px;
		 background:url(muldeholz_pix/muldeholz_background.png) repeat center center fixed;
}

.textimpressum 
{
	    font-size:15px;
}


#content
{
         width:1200px;
	     margin-left:auto;
	     margin-right:auto;
}

#titel
{
    	 width: 1200px;
         height: 300px;
		 margin:auto;
}


#muldeholztext
{
    	 width: 1200px;
		 margin:auto;
}


p
{
        margin: 0px;
        padding-bottom:9px;
		line-height: 25px;
}

ul
{
        list-style:square;
		
}

/*Navigation*/

a
{
         font-size:17px;
		 font-family:Arial;
         font-weight:normal;
         color:#cccccc;
		 
}

a:active
{
         font-size:17px;
         font-weight:normal;
}

a:visited
{
         font-size:17px;
         font-weight:normal;		 
}

a:hover
{
         font-size:17px;
         color:#000000;
         text-decoration:none;
         font-weight:normal;
	
}

a.naviklein
{
         font-size:15px;
		 font-family:Arial;
         font-weight:normal;
         color:#cccccc;
		 
}

a.naviklein:active
{
         font-size:15px;
         font-weight:normal;
}

a.naviklein:visited
{
         font-size:15px;
         font-weight:normal;		 
}

a.naviklein:hover
{
         font-size:15px;
         color:#000000;
         text-decoration:none;
         font-weight:normal;
	
}

