@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body
{
  background-image:url(../img/hg3.jpg);

  background-repeat:repeat;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#350505;
}


#root { 
  background-image:url(../img/KD_HG_neu.png);
  margin-left: auto;
  margin-right: auto;
  width: 1022px;
  height: 768px;
  position: relative;
}


#logo { 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:330px; 
	height:165px; 
	background-image:url(../img/kd_logo.png);
	background-repeat:no-repeat;
}


#navi_top {
	position:absolute; 
	top:30px; 
	left:295px; 
	width:527px; 
	height:70px; 
	padding-top:5px;
	background-image:url(../img/kd_navi_top.png); 
	background-repeat:no-repeat;
	}



#navi_left { 
 position:absolute; 
 top:165px; 
 left:0px; 
 width:170px; 
 
 }


#mitte { 
    position:absolute; 
	top:70px; 
	left:170px; 
	width:690px; 
	height:545px;
	background-image:url(../img/content_hg.png); } 
	
#content { 
	margin-top: 65px;
	height:465px;
	overflow: auto;
	padding-right:120px;
	padding-left:70px;
}

#hund { 

 position:absolute; 
 top:400px; 
 left:693px; 
 width:236px; 
 height:229px; 

 }













#content p {
	
	top:70px;
	font-size:13px;
	
}





a img {
border: none;
}

a:link {
text-decoration: none;
color:#5e5e5e;
}

a:visited {
text-decoration: none;
color:#5e5e5e;
}

a:active {
text-decoration: none;
color:#5e5e5e;
}

a:hover {
text-decoration: none;
color:#5e5e5e;
}


#navi, #navi ul
{
	list-style-image: url(../img/pfeil.jpg);
	margin-left: 40px;
}

#navi li a
{
	vertical-align: top;
}
#navi li ul
{
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
}

#navi a:hover, #navi a.active
{
	font-weight: bold;
}


 
  
  
  #c {
	  
	 outline:0;
    border:1px solid #000;
    margin-left: 50px;
    margin-right: auto; 
	  
  }
  
  
   
