/* aktuell 11.10.2010*/
/* für scrollbalken  */
html, body { height: 100%; padding-top: 1px; }

* {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*link ( hier footer)  */
a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #3399cc;
}
a:hover {
    text-decoration: none;
    color: #cc0000;
}
/*---------Rahmen-----------------------*/
#wrap {
  margin: 0 auto;
  width: 800px;
}

/*---------Kopfzeile----------------------*/

#header {
	height: 85px;
padding-top:20px;
}
#header h1 {
	font-size: 2em;
	letter-spacing: 1px;
	font-weight: 800;
	padding-left: 290px;
	color: #044048;
}
#header h1 a {
	text-decoration: none;
	color: #003C44;
}
#header h1 a:hover {
	color: #003B43;
}


/*-----------menue oben------------------*/

#menu {
  background: #ffffff url(images/menu.gif) no-repeat scroll 0% 50%;
  height: 70px;
  line-height: 70px;
}
#menu ul {
	list-style-type: none;
	padding-left: 42px;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	text-decoration: none;
	font-weight: 100;
	font-size: 0.9em;
	color: #333333;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 50px;
}
#menu ul li a:hover {
  color: #cc0000;
  text-decoration: none;
}

/*--------------------------------------*/

#content {
  padding: 0 20px 20px;
  background: #ffffff url(images/content.gif) repeat-y scroll 0% 50%;
}

/*--------- Inhalt rechte Seite---------------*/

#right {
	float: right;
	width: 500px;
	text-align: left;
padding-right:40px;
}
.Ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 20px;
}

.right_p_rot {
	font-family: Verdana, Arial, sans-serif;
	color: #Cc0000;
	font-size: 1em;
    line-height: 1.4em;
}
.Tabelle {
	font-family: Verdana, Arial, sans-serif;
    color: #000;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;	
}

.E-Mail {
	font-family: Verdana, Arial;
	font-size: 0.8em;
}
/*rechts kleine Hinweisschrift*/
.right_klein {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: #333;
	
}

/*--------- linke Seite--Positionierung-------------*/

#left {
	float: left;
	width: 150px;
    padding: 0 0 0 10px;
}

/*linke Navi-Schrift-Farbe*/
#left a {
	color: #035560;
	text-decoration: none;
}
#left a:hover {
    color: #c00;
}


/*linke Schrift und Position für Gliederung / Nav 2*/
/*linke Schrift und Position Technologie*/
.Technologie {
	font-family: Verdana, Arial;
	font-size: 1em;
	color: #c00;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-weight: bold;
	font-style: italic;
}
.Gliederung {
	font-family: Verdana, Arial;
	font-size: 1em;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: 500;
}

/*linke Schrift Kundenlogin*/
.Stil1   {
	font-family: Verdana, Arial, sans-serif;
    font-weight: 700;
	font-style: italic;
	color: #C00;
}
/*linke Schrift für print pdf und sitemap*/
.Stil3 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
}

/*--------------------------------------*/

#bottom {
  padding: 10px 0;
  background: #ffffff url(images/bottom.gif) no-repeat scroll 0% 50%;
}
#footer {
  text-align: center;
  font-size: 0.8em;
}

