* { margin: 0px; padding: 0px; }

body {
	
	font-family: "URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
	/*font-family: "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans",Helvetica,Verdana,sans-serif;*/
	font-size: 10pt;
}

.serif { font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", "URW Palatino L", serif }

a { color: black; }
p { 
	text-align: justify; 
	margin: 5px 0px;
}

h1,h2,h3 { margin: 0 0 5px 0; }
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }

ul { list-style-type: none;}

#main {
	width: 980px;
	padding-bottom: 50px;
	position: relative; /* für nav2 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#branding, #navigation, #content { margin-bottom: 10px; }

#branding {
	border-bottom: 1px dotted gray;
}


 ul#navigation  
  {
	list-style:	none;
	background-image: url(images/teasertext_bg.jpg);
	display: block;
  }
  
  
ul#navigation li ul
  {
	display: block;
        position: absolute;
      left:-9999px;
	
  }

  ul#navigation li:hover ul
  {
	
left: auto;
	   display:block;
	   float:left;

  }



  
  ul#navigation li ul.subnavi li  
  {
	
	display: block;
  }
  


  ul#navigation li 
  {
	float: left;
	display:	block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  
   ul#navigation li ul li a
  {
	witdh=100px;
	float: none;
	display:	inline;
	color: #000000;
	
  }
  
  
    ul#navigation li  a
  {
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
  }

    ul#navigation li  a:hover
  {
	width: 150px;
	background-color: #666;
  }





ul#nav2 {
	position: absolute;
	top: 0px;
	right:0px;
	margin-top: 75px;
}

ul#nav2 li {
	display: inline;
	padding: 0 10px;
	background: url("images/pfeil_re.png") 0px 4px no-repeat;
}

#branding_2 {
	clear: right;
	color: white;
	background-color: #FFF;
	background-image: url(images/teasertext_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;

	#height: 30px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}


#branding_3 {
	clear: right;
	#color: white;
	#background-color: #FFF;
	background-image: url(images/HG_SUBMEN.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	display: block;

	#height: 30px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#branding_2 blockquote { font-weight: bold; }

#teaser {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

#teaser #main_nav a { color: #d1e2ff; }

#teaser #main_nav {
	color: white;
	position: absolute;
	top: 0px;
	text-align: left;
	left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	width: 940px;
}


#teaser #main_nav p { text-align: right; }

#teaser #main_nav ul {
	margin-top: 10px;
	font-size: 90%;
	direction: rtl;
	font-weight: bold;
}

#teaser #main_nav ul li { 
	margin-bottom: 4px;
	list-style-image: url("images/li_pfeil_rtl.png");
}

#teaser #main_nav ul li:hover { 
	list-style-image: url("images/li_pfeil_rtl_hover.png");
}

#content {
	width: 100%; /*IE6*/
	overflow: auto;
}

#content a { color: red; }

#content a[rel=extern]:after {  
	content: " " url(images/link_extern.png);
}

#content #content_main {
	width: 580px;
	background: #e3e3e3;
	padding: 20px;
	float: left;
	 -moz-border-radius-topleft: 10px;  
  	 -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;

}

#content_supp {
	float: right;
	width: 340px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

}


#content_supp .teaserbox, #content_supp .normalbox {
	padding: 20px;
	color: white;
	
		#-moz-border-radius-topleft: 10px;  
  	 -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft:10px;
    #-moz-border-radius-bottomright:10px;
}

#content_supp .normalbox {
	background: #e3e3e3;

color: #001b5e
	#-moz-border-radius-topleft: 10px;  
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft:10px;

    #-moz-border-radius-bottomright:10px;
	margin-top: 10px;

}
#content_supp .teaserbox { background: #5c0000 url("images/teaser_bg.png") repeat-x;}

.teaserbox h1 { color: #ffa200; font-size: 120%; }
.teaserbox h2 { font-size: 110%; }
.teaserbox h3 { font-size: 105%; }

.teaserbox ul li:before { 
	content: "» ";
}

.teaserbox .preis { font-size: 150%; font-weight: bold; text-align: right;}


#footer {
	border-top: 1px dotted gray;
}

#footer a, #footer a:visited, #footer a:hover {
	border-top: 1px dotted gray;
	font-size: 9px;
	color: #666;
	text-decoration: none;
}

#footer .sitemap {
	float: right;
}
