/* CSS Dokument */

html {
	background-color: #040404;
	background-image: url(img/bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
}

#blindbox {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 5px;
	width: 100px;
	height: 20px;
	text-align: left;
}

#languagebox {
	position: absolute;
	right: 0px;
	top: 3px;
	margin-right: 5px;
	width: 100px;
	height: 30px;
	text-align: right;
}

#flashbox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: 5px;
	margin-bottom: 3px;
	width: 30px;
	height: 30px;
	text-align: left;
}

.outerframe {
	width: 718px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	overflow: auto;
	clear: both;
}

.headercontainer {
	width: 718px;
	height: 119px;
}

.navicontainer {
	width: 718px;
	height: 34px;
}

.flashheader {
	width: 718px;
	height: 220px;
}

.headlinecontainer {
	width: 693px;
	height: 28px;
	padding-left: 25px;
	padding-top: 8px;
	background-image: url(img/headline_bgr.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.contentcontainer {
	width: 718px;
	overflow: auto;
	clear: both;
	background-image: url(img/bgr_content.gif);
	background-repeat: repeat-y;
}

.contentbox {
	width: 467px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 30px;
	float: left;
	text-align: left;
}

.newsbox {
	width: 191px;
	overflow: auto;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
}

.subnavibox {
	width: 191px;
	overflow: auto;
	clear: both;
}

.newscontent {
	width: 191px;
	overflow: auto;
	clear: both;
}

.footercontainer {
	width: 718px;
	height: 74px;
	background-image: url(img/footer_bgr.jpg);
	background-repeat: no-repeat;
}


/* Fonts */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headlinecontainer {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.contentbox {
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

.newsbox {
	font-size: 10px;
	line-height: 14px;
	color: #656565;
}

.subheadline {
	font-weight: bold;
}

.smallfont {
	font-size: 9px;
	padding-top: 0px;
}

#blindbox {
	font-size: 9px;
}


/* Navigation */

.navibutton01:link, .navibutton01:visited {
	width: 144px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/button144_norm.png);
}

.navibutton01:hover, .navibutton01:active {
	width: 144px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/button144_high.png);
}

.navibutton02:link, .navibutton02:visited {
	width: 142px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/button142_norm.png);
}

.navibutton02:hover, .navibutton02:active {
	width: 142px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/button142_high.png);
}

.navibutton03:link, .navibutton03:visited {
	width: 144px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/button144_2_norm.png);
}

.navibutton03:hover, .navibutton03:active {
	width: 144px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/button144_2_high.png);
}

.subnavibutton:link, .subnavibutton:visited {
	width: 156px;
	height: 23px;
	padding-top: 3px;
	margin-left: 18px;
	margin-right: 17px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #4D4D4D;
	background-image: url(img/subbutton_norm.png);
}

.subnavibutton:hover, .subnavibutton:active {
	width: 156px;
	height: 23px;
	padding-top: 3px;
	margin-left: 18px;
	margin-right: 17px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #4D4D4D;
	background-image: url(img/subbutton_high.png);
}


/* Links */

a:link {
	text-decoration: underline;
	color: #FF9900;
}

a:visited {
	text-decoration: underline;
	color: #F7A324;
}

a:hover, a:active {
	text-decoration: none;
	color: #CF4900;
}

.blind:link, .blind:visited {
	text-decoration: none;
	color: #D8D8D8;
}

.blind:hover, .blind:active {
	text-decoration: underline;
	color: #FF9900;
}



/* Felder */

/* Input */

.mengenfelder {
	width: 40px;
	height: 18px;
	border: 1px solid #FF9900;
	background-color: #FDE5C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size: 12px;
}

.warenkorbbutton {
	width: 198px;
	height: 33px;
	border: 0px;
	padding-bottom: 8px;
	background-image: url(img/but_warenkorb.gif);
	background-repeat: no-repeat;
}

.inputkontakt {
	width: 192px;
	height: 22px;
	border: 1px solid #FF9900;
	background-color: #FDE5C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size: 12px;
}

.inputkontaktbig {
	width: 192px;
	height: 100px;
	border: 1px solid #FF9900;
	background-color: #FDE5C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size: 12px;
}

.abschickenbutton {
	width: 198px;
	height: 33px;
	border: 0px;
	padding-bottom: 6px;
	background-image: url(img/but_warenkorb.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


/* Sonstiges */

.borderorange {
	border: 1px solid #FF9900;
}

.noborder {
	border: 0px;
}

.hr {
	width: 99%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF9900;
}

.tble {
	height: 22px;
	width: 450px;
	border: 0px;
}
