html {
	margin: 0 auto;
}

body {
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #454545;
	font-family: Tahoma, sans-serif;
}

a {
	color: #454545;
}

a:hover {
	color: #de0d22;
}

/* Die Box zum zentrieren aller Inhalt */
#box {
	width: 788px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background: url(gfx/bgtest.png) center repeat-y;
}

/* Das Div mit dem Logo */
#logo {
	width: 780px;
	height: 81px;
	margin-left: 4px;
	background: url(gfx/header_logo.gif) no-repeat;
}

/* Das Div mit der Navigation */
#navigation {
	height: 35px;
	width: 780px;
	background: url(gfx/navigation_bg.gif) no-repeat;
	margin-left: 4px;
}

/* Die Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	overflow: hidden;
	text-align: left;
}
#navigation li {
	float: left;
}

#cleardiv {
	clear: left;
}
#subnav_unternehmen {
	width: 124px;
	height: 120px;
	position: relative;
	left: 124px;
	background: url(gfx/subnavigation_bg.gif) no-repeat;
	padding: 4px;
	text-align: left;
}
#subnav_unternehmen_grau {
	width: 124px;
	height: 2px;
	overflow: hidden;
	position: relative;
	left: 124px;
	background: url(gfx/subnavi-trenner.gif) repeat-x;
	padding: 0;
	margin: 0;
}
#subnav_service {
	width: 124px;
	height: 120px;
	position: relative;
	left: 248px;
	background: url(gfx/subnavigation_bg.gif) no-repeat;
	padding: 4px;
	text-align: left;
}
#subnav_service_grau {
	width: 124px;
	height: 2px;
	overflow: hidden;
	position: relative;
	left: 248px;
	background: url(gfx/subnavi-trenner.gif) repeat-x;
	padding: 0;
	margin: 0;
}

/* Die Sublinks in der Navigation */
a.sublink {
	text-decoration: none;
	color: #454545;
	font-size: 0.9em;
	line-height: 1.4em;
	display: block;
	background: none;
	padding: 0;
}
a.sublink:hover {
	color: #de0d22;
}

a.aktiv {
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.4em;
	display: block;
	color: #de0d22;
	background: none;
	padding: 0;
}

/* Das Div mit der Grafik und dem Unterseitennamen */
#middle {
	width: 780px;
	height: 122px;
	margin-left: 4px;
	text-align: left;
}

.mid_startseite {
	background: url(gfx/header/header_startseite.jpg) bottom no-repeat;
}

.mid_unternehmen {
	background: url(gfx/header/header_unternehmen.jpg) bottom no-repeat;
}

.mid_service {
	background: url(gfx/header/header_service.jpg) bottom no-repeat;
}

.mid_produkte {
	background: url(gfx/header/header_produkte.jpg) bottom no-repeat;
}

.mid_kontakt {
	background: url(gfx/header/header_kontakt.jpg) bottom no-repeat;
}

.mid_impressum {
	background: url(gfx/header/header_impressum.jpg) bottom no-repeat;
}

.mid_kundenlogin {
	background: url(gfx/header/header_kundenlogin.jpg) bottom no-repeat;
}

.mid_order {
	background: url(gfx/header/header_produkte.jpg) bottom no-repeat;
}

/* Das Div mit der kleinen Trennungsgrafik zwischen middle und content */
#line {
	width: 780px;
	height: 9px;
	overflow: hidden;
	background: url(gfx/header_space_line.gif) no-repeat;
	margin-left: 4px;
}

/* Das Div mit dem Inhalt */
#content {
	width: 780px;
	padding: 20px 0 20px 0;
	margin-top: 0px;
	background: #f5f5f5;
	margin-left: 4px;
	text-align: left;
}

/* Das Div mit der Kundenlogin-Navigation */
#kundenlogin {
	float: left;
	width: 166px;
	margin-left: 10px;
	font-size: 0.8em;
}

#kundenlogin a {
	text-decoration: none;
}

/* Das Div mit dem Text im Kundenlogin */
#text_kundenlogin {
	border: 1px solid #cbcbcb;
	width: 566px;
	background: #fafafa;
	padding: 10px 8px 20px 8px;
	margin-left: 10px;
	text-align: left;
	float: left;
}

#text_kundenlogin table {
}

#text_kundenlogin td {
	text-align: left;
}

/* Das Div mit der Produkte-Navigation */
#produkte {
	float: left;
	width: 129px;
	background: #fafafa;
	margin-left: 0px;
	font-size: 0.8em;
	font-weight: bold;
}

#produkte ul {
	border-right: 1px solid #d2d2d2;
	padding: 10px 0 10px 19px;
	margin: 0;
/*	list-style-image: url(gfx/bullet_produkte.gif); */
	list-style-type: none;
}

#produkte a {
	text-decoration: none;
	font-weight: normal;
	margin-left: 5px;
}

#produkte a:hover {
	color: #de0d22;
}

#produkte img {
	padding: 0;
	margin: 0;
}

.prodbullet {
}

#produkte_oben {
	background: url(gfx/produkte.gif) no-repeat;
	height: 24px;
	width: 129px;
}

#produkte_unten {
	background: url(gfx/produkte_ecke.gif) no-repeat;
	height: 4px;
	width: 129px;
}

/* Das Div mit dem Text */
#text {
	border: 1px solid #cbcbcb;
	width: 616px;
	background: #fafafa;
	padding: 10px 8px 20px 8px;
	margin-left: 10px;
	text-align: left;
	float: left;
}

/* Das Div mit dem Footer */
#footer {
	width: 780px;
	height: 18px;
	background: url(gfx/footer_bg.gif) center no-repeat;
	margin-left: 4px;	
}

/* Headline auf der Startseite */
h1 {
	font-size: 1.1em;
	color: #de0d22;
	margin-top: 0;
}

#partner td {
	padding: 5px;
	width: 200px;
	background: none;
	border: none;
}

#partner {
	border: none;
}

.refall {
	border: 1px solid #de0d22;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 4px;
	background: #efefef;
	overflow: visible;
}

.reflinks {
	width: 446px;
	float: left;
}

.refrechts {
	width: 144px;
	text-align: right;
	float: left;
}

.fett {
	font-weight: bold;
}

.star {
	color: #9f9f9f;
	margin-left: 5px;
}

.rzlinks {
	vertical-align: middle;
	margin-right: 15px;
}

.kleingedrucktes {
	color: #9f9f9f;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 20px;
}

.kursiv {
	font-style: italic;
}

.nobackground {
	background: none;
}

/* Partner */
#infoDiv {
	color: #555;
}

.domlinks {
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	border: none;
}

.klein {
	font-size: 0.8em;
}

.mitte {
	text-align: center;
}

#login {
	margin-top: 20px;
	border: none;
}

#login td {
	border: none;
}

#login input {
	margin-left: 20px;
}

/* Kundenlogin Textfelder */
.textinput {
	padding: 3px;
}

.ext {
	background: url(gfx/xara_link.gif) left no-repeat;
	padding-left: 15px;
}

/* Eine Auflistung im Text-Fluss */
#text ul {
	list-style-image: url(gfx/bullet_normal.gif); 
}

.floatlinks {
	float: left;
	margin-right: 20px;
	border: none;
}

/* Tabellen */
table {
	border: 1px solid #bbb;
	width: 100%;
}

tr {

}

th {
	background: url(gfx/td_head_bg.gif) top repeat-x #fafafa;
	color: #474747;
	text-align: center;
	padding: 2px 8px 2px 8px;
}

.tr1 {
	background: #fafafa;
}

.tr2 {
	background: #f0f0f0;
}

td {
	padding: 3px;
	border: 1px solid #ddd;
	color: #474747;
	text-align: center;
	padding: 2px 8px 2px 8px;
}

/* Beschreibungen der Spalteninhalt */
.descr {
	text-align: left;
}

.noformat {
	border: none;
}
.noformat td {
	background: none;
	border: none;
	text-align: left;
}

.low {
	padding: 2px;
	font-weight: normal;
}

.high {
	padding: 2px;
	font-weight: bold;
}

.size120 {
	width: 120px;
}

.bestellbtn {
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rechts {
	text-align: right;
}

#tdnoborder td {
	border: none;
}

.unterstrichen {
	text-decoration: underline;
}

.passwortlink {
	margin-left: 22px;
	font-size: 0.8em;
}
.passwortlink2 {
	font-size: 0.8em;
}
