body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: arial, verdana, tahoma, arial, trebuchet ms;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0px;
}

body > #header
{
	position: fixed;
}

body > #main-rechts
{
	position: fixed;
}

body > #sprache
{
	position: fixed;
}


body > #main
{
	position: absolute;
}

a.header {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
color: #FFFFFF;
text-decoration: none;
}
a.header:active {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
color: #FFFFFF;
text-decoration: underline;
}
a.header:hover {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
color: #FFFFFF;
text-decoration: underline;
}


a.text {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #FF0000;
text-decoration: none;
}
a.text:active {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #FF0000;
text-decoration: underline;
}
a.text:hover {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #FF0000;
text-decoration: underline;
}

a.uberschrift {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
color: #FF0000;
text-decoration: none;
}
a.uberschrift:active {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
color: #FF0000;
text-decoration: underline;
}
a.uberschrift:hover {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
color: #FF0000;
text-decoration: underline;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background-image: url(images/bg.jpg);
	background-color: #CCCCCC;
	border-right:0px solid #CCCCCC;
	z-index: 1;
}

#sprache {
position: absolute;
color: #000;
font-size: 16px;
top: 107px;
left: 15px;
width: 70px;
height: 25px;
z-index: 2;
}

#menu {
margin : 0;
height : 34px;
margin-top : 100px;
margin-left: 70px;
}
#menu li {
list-style : none;
display : inline;
line-height : 34px;
}
#menu li a {
text-decoration : none;
margin : 0;
padding : 9px 15px 10px 15px;
font-weight : bold;
color : #fff;
}
#menu li a:hover {
color : #fff;
background : #DA251D;
margin : 0;
}
#menu li a.current {
background : #DA251D url(images/trcorner.gif) no-repeat top right;
color : #fff;
}

#untermenu {
	position: absolute;
	margin-top: 140px;
	margin-left: 15px;
	width: 400px;
	font-size: 15px;
	color: #FFFFFF;
}

#untermenu-produkte {
	position: absolute;
	margin-top: 140px;
	margin-left: 235px;
	width: 400px;
	font-size: 15px;
	color: #FFFFFF;
}

#laufschrift {
position: absolute;
color: #FFFFFF;
font-size: 16px;
top: 143px;
left: 15px;
width: 600px;
height: 50px;
}

.greybox {
border : 1px solid #ccc;
background : #f5f5f5;
width : 530px;
padding : 10px;
}

.greybox-startseite {
border : 1px solid #ccc;
background : #f5f5f5;
width : 240px;
padding : 10px;
}

#main {
	position: absolute;
	margin-top: 230px;
	margin-left: 100px;
	width: 620px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

#main-rechts {
	position: absolute;
	top: 134px;
	left: 750px;
	width: 198px;
	height: 500px;
	background-image: url(images/topr.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 16px;
	float: right;
	z-index: 2;
}

#main-rechts li {
line-height : 18px;
background : #fff;
list-style : disc;
color : #DA251D;
margin-left: -10px;
}

#main-rechts li a {
text-decoration : none;
margin : 0;
color : #000000;
}
#main-rechts li a:hover {
color : #000000;
text-decoration : underline;
margin : 0;
}

#logo
{	position: absolute;
	width: 256px;
	height: 100px;
	top: 0px;
	left: 110px;
	background-image: url(images/logo.jpg);
}

#firma
{	position: absolute;
	width: 660px;
	height: 100px;
	top: 0px;
	left: 260px;
	background-image: url(images/header.jpg);
}

#main h2
{
	font-family: arial;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 200%;
	text-align: left;
}