/*importiert normalisierung.css*/@import url("norm.css");
@import url("ie6.css");

@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body  {height: 100%; }

body {background:#e1e1e1; font-size: 12px; font-family: "Arial", "Helvetica", sans-serif; color: #6f6f6e; }

a {color: #e20613; text-decoration:none; }
strong {font-weight: bold;}
em {color: #e20613; }
h1 {font-size: 20px; font-weight:normal; margin-bottom: 25px;}
p {margin-bottom: 20px; }

#main {width: 980px; margin: 0 auto}

/*Header*/
#header {position: relative; margin: 30px 0 20px 0; height: 90px; }
#branding {float: right; width: 300px;}
#lang {float: left; font-size: 16px; width: 600px; }
#construction {float: left; font-size: 46px; font-weight: bold; color:#F5F5F5; margin-top: 20px;  width: 600px; }


#menu {height: 40px;  clear: both; }
#menu ul {float: left; width: 242px; list-style-type: none; }	
#menu ul h3 {background: #9c9b9b; text-align:center; padding: 10px;  font-size: 18px; font-weight: normal; color: #fff; }
#menu ul h3 a {color: #fff; }
#menu li {position: relative; }
#menu .gap {margin-right: 4px;}
#menu .red {background: #e20613; }

#menu ul ul {width: 242px; background: #f5f5f5; text-align: right; padding: 5px 0 10px 0; filter:alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85;}
#menu ul ul p { margin: 5px 15px 0 0 ;}
#menu ul ul a {color: #6f6f6e; }
#menu ul ul a:hover {color: #e20613; }


/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {position: absolute; z-index: 2; display: none; } 
/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {display: block;} 



#teaser {clear: both; margin: 10px 0; }

#start {position: relative; overflow: auto; background:#f5f5f5; padding: 25px 5px 25px 0px; }
#start div {float: left; }
#infobox {width: 210px; margin-left: 28px; }
#infobox img {margin-bottom: 40px; }

#wrapper {position: relative; overflow: auto; background:#f5f5f5; padding: 25px 28px 13px 28px; }
#content {float: left; width: 600px; }
#content h1 a {color: #6f6f6e;}
#content h2 {font-size: 12px; font-weight:strong; margin-bottom: 3px;}
#content ul {margin: 5px 0 0 10px; }
#box {float: right; width: 210px; margin-top: 52px; }
#box img {padding-bottom: 12px; }

#imgbox {width: 210px; margin-left: 28px; }
#imgbox p {padding-bottom: 28px; margin: 0;  }

#footer {background:#575756; color: #fff; padding: 15px 28px; text-align:right; }