/* common styles
----------------------------------------------- */

BODY, p.bodytext {
PADDING: 0px;
MARGIN: 0px auto;
FONT: 10pt Arial, sans-serif;
COLOR: #000;
}
BODY
{
	background: url("../gfx/background11.gif");
	TEXT-ALIGN: center;
}

A {
text-transform: uppercase;
COLOR: #000;
TEXT-DECORATION: none
}

A:visited {
color: #000;
TEXT-DECORATION: none
 
}

A:hover {
COLOR: #000;
TEXT-DECORATION: underline
}
A:active {
color: #000;
TEXT-DECORATION: none
}

A.green {
color: #535843;
	text-decoration: none;
	font-weight: bold; 
	}
A.green:visited {
color: #535843;
	text-decoration: none;
	} 
A.green:HOVER {
color: #535843;
	text-decoration: underline;
	} 
A.green:ACTIVE {
color: #535843;
	text-decoration: none;
	} 
	
.subnav{
	text-transform: uppercase;
	background:url(../gfx/sub_arrow.gif) no-repeat;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 8px;
	text-align: left;
	}

/* layout
----------------------------------------------- */
#container {
background: url("../gfx/table_bg.gif") repeat-x;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
MARGIN: 0px auto;
height: auto;
WIDTH: 440px;
text-align:center;
overflow: hidden;
}
#container2 {
background: url("../gfx/table_bg.gif") repeat-x;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
MARGIN: 0px auto;
height: auto;
WIDTH: 440px;
text-align:center;
overflow: hidden;
}

#logo {
background: url("../gfx/logo.gif") no-repeat;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width:428px; 
height: 114px;
MARGIN: 0px auto;
text-align: center;
}
#seperator {
	MARGIN: 0px auto;
	background: url("../gfx/seperator.gif") no-repeat;
	height:5px;
	width: 428px;
	text-align: center;
}
#seperator2 {
	MARGIN: 0px auto;
	background: url("../gfx/seperator.gif") no-repeat;
	height:5px;
	width: 428px;
	text-align: center;
}
#nav {
	font-weight: bold; 
}
	#subnav1 {
	width: auto;
	position:relative;
	right:43px;
	padding-bottom:5px;
	}
	#subnav2 {
	width: auto;
	position:relative;
	left:7px;
	padding-bottom:5px;
	}
	#subnav3 {
	width: auto;
	position:relative;
	left:63px;
	padding-bottom:5px;
	}
	#subnav4 {
	width: auto;
	position:relative;
	right:157px;
	padding-bottom:5px;
	}
#selected {
	text-decoration: underline;
}	
#content {
	text-align: left;
	font-family: Arial, sans-serif;
	padding: 0px 10px 0px 10px;
}
.redtext {
	color: #ca1515;
	font-weight: bold;
}
#greentext, #greentext3 {
	width:180px;
	color: #535843;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	
}
#greentext3 {
float:right;
	
}
.greentext2 {
	font-size: 10px;
	color: #535843;
	text-align: left;

}
#preisliste {
	text-transform: uppercase;
	background:url(../gfx/pdf_icon.gif) no-repeat;
	background-position: top right;
	height:50px;
	width:80px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 40px;
	float: right;
	text-align: right;
}
#footer {
float: left;
width: 415px;
height: 50px;	
border-top: 1px dashed #000;
font-family: Arial, sans-serif;
font-size: 11px;
margin: 10px 10px 0px 10px;
text-align: center;
padding-top:10px;
}
