/* standard elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


html, body {
	width: 				100%;
	height: 			100%;
}



body {
	background: 		#ffffff;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			0.88em;
	margin: 			0;
	color: 				#000000;
	background: url(/gfx/bg.png) repeat-y center;
}

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

strong
{
  font-weight: bold;
}

#container
{
  width: 950px;
  margin: 0 auto 0 auto;
}

#header
{
  width: 100%;
  height: 80px;
}

#logo
{
  width: 300px;
  height: 80px;
  float: left;
}

#werbung_oben
{
  width: 468px;
  height: 60px;
  margin: 10px;
  float: left;
}

#suche
{
  width: 160px;
  height: 80px;
  float: right;
  border-left: 2px dotted #f80400;   
}

#top_nav
{
  width: 100%;
  height: 30px;
  background: #f80400;
  color: #ffffff;
  border-bottom: 4px solid #444444;
}

#top_nav ul, #top_nav li
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#top_nav li 
{
  float: left;
}


#top_nav a
{
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;  
  padding: 3px 10px 0 10px;
  height: 27px;
  text-decoration: none;
}

#top_nav a:hover, #top_nav a:active  
{
  color: #ffffff;
  border-bottom: 4px solid #f80400;  
  background: #444444;
}

#top_nav .current
{
  background: #444444;
}

#sub_nav
{
  width: 100%;
  height: 30px;
  background: #ff7f00;
  border-bottom: 4px solid #cccccc;  
}

#sub_nav ul, #sub_nav li
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub_nav li 
{
  float: left;
}


#sub_nav a
{
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  color: #000000;  
  padding: 3px 10px 0 10px;
  height: 27px;
  text-decoration: none;
}

#sub_nav a:hover, #sub_nav a:active
{
  color: #000000;
  border-bottom: 4px solid #ff7f00;  
  background: #cccccc;
}

#sub_nav .current  
{
  background: #cccccc;
}

#seite
{
  margin-top: 15px;
  min-height: 400px;
}

#links_nav
{
  float: left;
  width: 160px;
  min-height: 600px;
  background: #ffffff;
  border-top: 2px dotted #f80400;  
  border-right: 2px dotted #f80400;  
}

#links_nav ul, #links_nav li
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#links_nav a{
	padding:0px;
  border:1px solid #666666;
	margin-bottom: 2px;
	line-height: 18px;
	display: block;
	padding: 1px 5px 1px 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #444444;
}

#links_nav .current{
	border-left:5px solid #ff7f00;
	border-right:5px solid #ff7f00;
}

#links_nav a:hover, #nav a:active
{
	background: white;
	color: #16191f;
}



#inhalt
{
  width: 770px;
  min-height: 590px;
  margin-left: 160px;
  padding: 10px 10px 0 10px ;
  border-top: 2px dotted #f80400;
  border-left: 2px dotted #f80400;   
}

#footer
{
  border-top: 2px dotted #f80400;    
  clear: both;
  width: 100%;
  height: 50px;
  background: #cccccc;  
}
