@charset "utf-8";
/* CSS Document */
body,td,th, div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color:#333;
}

#main { width:960px; height:auto; margin:20px auto; }
.logo { width:160px; height:160px; float:left; margin-left:50px}
.bg-top {  border-radius:5px; width:720px; height:230px; background:url(gfx/top_neu2.jpg) no-repeat center center; margin-left:240px; font-size:0pt; color:#fff; text-shadow: 1px 1px 1px #000, 3px 3px 5px #666; }

#nav-top { width:210px; float:left; margin:40px 0;  }
#nav-top span { width:auto;  }

#nav-top a { width:auto;  margin-bottom:2px; display:block; padding:6px 5px; text-decoration:none; } 
#nav-top a:link, #nav-top a:visited { border-radius:5px; border:1px solid #fff; background:#eee; color:#444; }
#nav-top a:hover, #nav-top a.act { border-radius:5px; border:1px solid #ccc; background:#fff; }

.head { border-bottom:1px solid #666; }

#nav-bottom { border-top:1px solid #666; padding-top:10px; width:100%; clear:both; }
#inhalt {display:block; width:720px; margin:20px 0 30px 240px; }
#inhalt ul li { margin-bottom:5px;}
#inhalt img {  border-radius:5px; margin-left:10px; }

.clear { clear:both; }
.zitat { text-align:center; }

hr { height:1px; border:0px; border-top:1px solid #bbb; margin:20px 0; }

