/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #141414;
}

.headercontainer {
	width: 100%;
	height: 106px;
	background-image: url(img/header_bgr.gif);
	background-repeat: repeat-x;
	background-color: #F9F9F1;
}

.headerbox {
	width: 1010px;
	height: 106px;
	margin: auto;
}

.logobox {
	width: 185px;
	height: 84px;
	padding-left: 22px;
	padding-top: 22px;
	float: left;
}

.topflamebox {
	width: 170px;
	height: 106px;
	float: left;
}

.navibox {
	width: 633px;
	height: 38px;
	padding-top: 68px;
	float: left;
}

.redbarcontainer {
	width: 100%;
	height: 202px;
	background-image: url(img/red_bgr.jpg);
	background-repeat: repeat-x;
}

.redbarbox {
	width: 1010px;
	height: 202px;
	margin: auto;
	background-image: url(img/redbox_bgr.jpg);
	background-repeat: repeat-x;
}

.leftcornerbox {
	width: 22px;
	height: 202px;
	float: left;
}

.bottomflamebox {
	width: 388px;
	height: 202px;
	float: left;
}

.claimbox {
	width: 423px;
	height: 138px;
	padding-left: 155px;
	padding-top: 64px;
	float: left;
}

.rightcornerbox {
	width: 22px;
	height: 202px;
	float: left;
}

.contentcontainer {
	width: 100%;
	background-color: #F9F9F1;
	background-image: url(img/content_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*overflow: auto;*/
}

.contentbox {
	width: 1010px;
	padding-left: 36px;
	padding-right: 36px;
	margin: auto;
	overflow: auto;
	background-image: url(img/content_no2_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.leftbox {
	width: 260px;
	padding-left: 22px;
	padding-right: 19px;
	float: left;
	text-align: left;
	line-height: 18px;
}

.middlebox {
	width: 520px;
	padding-right: 20px;
	float: left;
	text-align: left;
}

.rightbox {
	width: 168px;
	float: left;
	text-align: left;
}

.footer {
	width: 1010px;
	height: 22px;
	margin: auto;
	background-color: #FFFFFF;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 12px;
}

.leftbox {
	font-size: 12px;
	color: #6D6D6D;
}

.middlebox {
	font-size: 13px;
	color: #383838;
	line-height: 20px;
}

.smallfont {
	font-size: 11px;
	color: #EFEFEF;
}	

h2 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #870008;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #383838;
	margin-bottom: 10px;
}


/* Links */

a:link, a:visited {
	color: #FE7F00;
}

a:hover, a:active {
	color: #870008;
}

.favorite:link, .favorite:visited {
	text-decoration: none;
	color: #9D9D9D;
}

.favorite:hover, .favorite:active {
	text-decoration: underline;
	color: #383838;
}

.navibutton:link, .navibutton:visited {
	width: 120px;
	height: 22px;
	padding-left: 2px;
	padding-top: 10px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	background-image: url(img/button_navi_link.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.navibutton:hover, .navibutton:active {
	width: 120px;
	height: 22px;
	padding-left: 2px;
	padding-top: 10px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	background-image: url(img/button_navi_hover.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.more:link, .more:visited {
	width: 124px;
	height: 19px;
	margin-bottom: 6px;
	padding-left: 22px;
	padding-top: 1px;
	float: left;
	text-align: left;
	color: #6D6D6D;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	background-image: url(img/button_subnavi.gif);
	background-repeat: no-repeat;
}

.more:hover, .more:active {
	width: 124px;
	height: 19px;
	margin-bottom: 6px;
	padding-left: 22px;
	padding-top: 1px;
	float: left;
	text-align: left;
	color: #383838;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-image: url(img/button_subnavi.gif);
	background-repeat: no-repeat;
}

.more2:link, .more2:visited {
	width: 124px;
	height: 18px;
	margin-bottom: 6px;
	padding-left: 22px;
	padding-top: 0px;
	float: left;
	text-align: left;
	color: #383838;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	background-image: url(img/button_subnavi.gif);
	background-repeat: no-repeat;
}

.more2:hover, .more2:active {
	width: 124px;
	height: 18px;
	margin-bottom: 6px;
	padding-left: 22px;
	padding-top: 0px;
	float: left;
	text-align: left;
	color: #870008;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-image: url(img/button_subnavi.gif);
	background-repeat: no-repeat;
}

.subnavibutton:link, .subnavibutton:visited {
	width: 124px;
	height: 18px;
	margin-bottom: 6px;
	padding-left: 22px;
	padding-top: 2px;
	float: left;
	text-align: left;
	color: #6D6D6D;
	text-decoration: none;
	font-size: 12px;
	background-image: url(img/button_subnavi.gif);
	background-repeat: no-repeat;
}

.subnavibutton:hover, .subnavibutton:active {
	width: 124px;
	height: 18px;
	margin-bottom: 6px;
	padding-left: 22px;
	padding-top: 2px;
	float: left;
	text-align: left;
	color: #383838;
	text-decoration: underline;
	font-size: 12px;
	background-image: url(img/button_subnavi.gif);
	background-repeat: no-repeat;
}


/* Fields */

.customerinput {
	width: 144px;
	height: 16px;
	margin-bottom: 8px;
	border: 1px solid #D5D5CD;
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
}

.customerbutton {
	width: 85px;
	height: 28px;
	border: 0px;
	background-image: url(img/button_login.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.bordergrey {
	border: 1px solid #D5D5CD;
}

.borderdarkgrey {
	border: 1px solid #383838;
}

.borderwhite {
	padding: 7px;
	border: 1px solid #D5D5CD;
	float: left;
}

.borderwhite2 {
	padding: 7px;
	border: 1px solid #D5D5CD;
}

.borderwhite3 {
	margin-right: 8px;
	margin-bottom: 2px;
	padding: 7px;
	border: 1px solid #D5D5CD;
	float: left;
}

.headlinemargin {
	margin-bottom: 10px;
}

.mostclicked {
	width: 138px;
	padding: 4px;
	line-height: 1.1em;
	border: 1px solid #D5D5CD;
}

.error {
	color: #FF0000;
	font-size: 11px;
}

hr {
	width: 520px;
	height: 1px;
	color: #D5D5CD;
}	

.tableborder {
	border: 0px;
}
