@import url(classes.css);

body 					{ background: #e4e4e4 url(../images/bg_wrapper.jpg) top center repeat-y; color: #505050; font-family: arial, helvetica, sans-serif; margin: 0; padding: 0; font-size: 12px; }

#wrapper 			{ width: 960px; margin: 0 auto; padding: 0 10px  } 
#header 			{ background: url(../images/bg_head.jpg); height: 75px;}
#header img 	{ float: left; margin: 15px; border: 1px solid #fff; }
#header ul 		{ float: right; margin-right: 15px;  }
#header li 		{ display: inline; border-left: 1px solid #888; }
#header li a 	{ padding: 0 5px;}
#header li:first-child {border: 0px; }

#subnav 			{ margin: 15px 0 0 20px; padding: 0; float: left; width: 214px; background: #e7e7e7; border: 1px solid #9b9b9b; border-bottom: 0px; }
#subnav li 		{ list-style: none; border-bottom: 1px solid #9b9b9b; line-height: 19px; }
#subnav a 		{ display: block; padding-left: 10px; }
li.subnav a 	{ padding-left: 20px!important; }
li.subnav2 a 	{ padding-left: 30px!important; }
li.subnav3 a 	{ padding-left: 40px!important; }
#subcontent 	{ margin-left: 255px; margin-right: 20px; padding: 15px 0 0 0; }
.aktiv 				{ font-weight: bold; color: #333!important; }