/* general styles */

html, body {
	margin:0px; 
	padding:0px;
	text-align:center;
	height:100%;
	overflow:hidden;
}

a { text-decoration:none; color:#BF0A03; }
img { vertical-align:bottom; border:none; }

/* DIV Bereich für den fest stehenden Header */
#header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:90px;
	background:#000000;
	background-image: url(header_hg.gif);
}

/* DIV Bereich für oben */
#oben {
   margin-left:0;
	margin-right:auto;
	width:920px;
}

/* DIV Bereich für das Logo */
#logo {
   float: left;
   margin-top: 0px;
   margin-left: 0px;
	width: 200px;
	height: 90px;
}

#language {
        margin-top: 0px;
        width: 100px;
        position: fixed;
        top: 70px;
        left: 920px;        
	color:#FFFFFF;
} 

/* DIV Bereich für das Menü */
#menu {
	float: left;
	width: 720px;
	height: 90px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(header_hg.gif);
}

/* specific styles */
#container {
   padding-top:90px;
   /*margin-top:90px;*/
	margin-left:0; 
	margin-right:auto;
	/* width:920px; */
   height:70%;
   overflow:auto;
	background-color: #FFFFFF;
	padding-bottom:3em;
}

#menu2 {
	background-color: #FFFFFF;
	float: left;
	width: 188px;
	padding-left: 5px;
	color:#000000;
}

/* DIV Bereich f�r den Inhalt */
#content {
   float: left;
   width: 472px;
   background-color:#ffffff;
	padding-top:10px;
	padding-left: 7px;
	padding-right: 10px;
	font: 12px Arial, sans-serif;
   color: #000000;
	text-align: left;
}

#content_rechts {
   float: left;
	width: 200px;
	background-color:#ffffff;
	padding-left:10px;
	height:1000px;
	margin-top: 44px;
	font: 12px Arial, sans-serif;
   color: #000000;
	text-align: left;
	border-left: 1px solid #bfbfbf;
}

#content_rechts .csc-textpic-image {
   padding-bottom: 8px;
}

#content_rechts .csc-textpic-caption {
  font-size: 9px;
}

#footer {
   position:fixed;
	bottom:0pix;
	left:0px;
	background-color:#000000;
	padding-top:1%;
	width:100%;
	height:30%;
	text-align:center;
}

/* DIV Bereich f�r das untere Men� */
/* DIV Bereich f�r das untere Men� */
#unten {
   width:920px;
	margin-left: 0;
	margin-right: auto;
	color: #FFFFFF;
	text-align: center;

}

 #menu_unten {
   float: left;
   width:800px;
	color: #FFFFFF;
	text-align:center;
}

.untenmenu {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.untenmenu a {
        color: #FFFFFF;
}

/* CSS Anpassungen f�r typo3 */

h1 {
 font: 12px Arial, sans-serif;
 font-weight: bolder;
}

.vertrieb {
	font: 12px Arial, sans-serif;
   color: #000000;
}

#content .vertrieb_2 {
	font: 11px Arial, sans-serif;
   color: #000000;
   padding-right: 20px;
}

#content_rechts .vertrieb_2 {
	font: 11px Arial, sans-serif;
   color: #000000;
}

ul {
	list-style-type: square;
}

