@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	background: url(../images/maincontainer_bg.gif) center repeat-y; 
	background-color: #cccccc;
}


a {
	color: #0059A1;
	text-decoration: none;
}


#maincontainer {
	position: relative;
	top: 0px;
	width: 880px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 5px;
	background: url(../images/maincontainer_bg.gif) center repeat-y;
}

#teaserbox {
	position: absolute;
	left: 210px;
	top: 25px;
	width: 480px;
	height: 66px;
	padding: 10px;
	background: #0059a1;
	z-index: 1000;
	border-radius: 5px;
	-moz-transform: rotate(-2.5deg);
	-webkit-transform: rotate(-2.5deg);
	-o-transform: rotate(-2.5deg);
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
	font-size: 0.9em;
	line-height: 1.4em;
	color: #C8E3FF;
}
#teaserbox p {
	margin: 0px;
	padding: 0px;
}

/* *** Language-Select *** */
#intro_headleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 132px;
	background-image: url(../images/intro_headleft.gif);
	z-index: 5;
}

#introscreen {
	width: 100%;
	text-align: center;
	margin: 0px 0px 12px 0px;
}

#tricky_crasser_image {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#introbox01 {
	text-align: left;
	padding: 0px;
	margin: 10px 0px 50px 0px;
	border-bottom: 1px solid #CCC;
}

#language_select {
	width: 800px;
	margin: auto;
	text-align: center;
}

#languages {
	width: 100%;
	margin: auto;
	text-align: center;
}

#languages div {
	width: 80px;
	height: 90px;
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 11px;
	color: #0059A1;
	text-align: center;
	float: left;
}

#languages img {
	margin-bottom: 6px;
}

.floatbox {
	float: left;
	margin-right: 0px;
}

/* *** Site-Head*** */
#head {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 132px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
}

#headleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 132px;
	background-image: url(../images/headleft.gif);
	z-index: 5;
}

#logo {
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 180px;
	height: 125px;
	text-align: right;
}

#mainnavi {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
	height: 19px;
	background-color: #F5F7F7;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
}

#adminlinks {
	position: relative;
	right: 165px;
	text-align: right;
}

#adminlinks a {
	text-align: center;
	color: #0059A1;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #BBBBBB;
}

#adminlinks a:hover, #mainnavi .active {
	background-image: url(../images/menu_ov.gif);
}


/* *** 3 columns *** */
#contentframe {
	width: 100%;
	height: auto;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

/* *** Sub-Navigation *** */
#subnavi {
	width: 160px;
	background-color: #F7F9F9;
	border-top: 1px solid #BBBBBB;
	border-bottom: 3px solid #F3A700; 
	float: left;
}

#subnavi a, #rightnavi a {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 6px;
	color: #0059A1;
	background-color: #F0F2F2;
}

#subnavi a:hover{
	border-top: 1px solid #cccccc;
	background-image: url(../images/submenu_ov.gif);
	font-weight: normal;
	text-decoration: none;
}

#subnavi a.active {
	background-image: url(../images/submenu_ov.gif);
}



/* *** Site-Content *** */
#productbox {
	position: relative;
	width: 530px;
	margin: 0px 20px;
	float: left;
	background: url(../images/arrow_grey.gif) top right no-repeat;
}

#productbox img {
	padding: 2px;
	border: 1px solid #BBBBBB;
}

#content strong {
	color: #333333;
	font-weight: normal;
}


#content {
	position: relative;
	width: 570px;
	float: left;
}

#content div {
	margin: 0px 15px 15px 10px;
}

.floatcol01 {
	width: 260px;
	float: left;
}

.floatcol01 p {
	margin: 2px 0px 0px 0px;
}

.clear {
	width: 545px;
	clear: both;
}

.clearslim {
	width: 545px;
	height: 2px;
	clear: both;
	margin: 0px;
	line-height: 1px;
}


/* ***Right-Navi*** */
#rightnavi {
	width: 150px;
	height: auto;
	padding: 0px 0px 12px 0px;
	background-color: #F7F9F9;
	border-top: 1px solid #BBBBBB;
	border-bottom: 3px solid #F3A700;
	float: left;
}

#rightnavi h3 {
	margin: 3px 3px 3px 6px;
	color: #666666;
}

#rightnavi img {
	margin: 5px 5px 0px 6px;
}


/* *** Site-Footer *** */
#footer {
	position: fixed;
	bottom: 0px;
	width: 880px;
	height: 16px;
	background-color: #F3A700;
	font-size: 10px;
	padding: 0px;
	margin: 0px auto;
}



/* *** Common Tags and Classes *** */

h1 {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0059A1;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0059A1;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 5px 4px;
}

h5 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0059A1;
	padding: 0px;
	margin: 0px 0px 5px 6px;
}

.artno {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

input {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0059A1;
	border: 1px solid #BBBBBB;
	padding: 1px 4px 1px 4px;
}

.form {
	margin: 0px;
	padding: 0px 0px 4px 18px;
}

.topicitem4 {
	width: 150px;
	float: left;
}

.topicitem6 {
	width: 70px;
	float: left;
}

.topicitem8 {
	width: 46px;
	float: left;
}

.detail {
	font-size: 10px;
	margin: 0px;
	line-height: 1.2em;
	color:#666666;
}

#rightnavi .detail {
	margin: 6px;
}

.error {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

.dealercontact {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0059A1;
	margin: 12px 0px -12px 0px;
}	
