html, body {
	font: normal 12px verdana;
	color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-color: #FFFFFF;
}

a:active {	color: #c2353e; text-decoration: none; }
a:link { 	color: #c2353e; text-decoration: none; }
a:visited { color: #c2353e; text-decoration: none; }
a:hover {	color: #333333; text-decoration: none; }

a.product_link:active {	color: #111111; text-decoration: underline; }
a.product_link:link { 	color: #111111; text-decoration: underline; }
a.product_link:visited { color: #111111; text-decoration: underline; }
a.product_link:hover {	color: #333333; text-decoration: underline; }

a.navigation:active {	margin-left: 10px; color: #555555; }
a.navigation:link { 	margin-left: 10px; color: #555555; }
a.navigation:visited { 	margin-left: 10px; color: #555555; }
a.navigation:hover {	margin-left: 10px; color: #555555; }

a.topnavigation:active {	color: #CFDCE3; }
a.topnavigation:link { 		color: #CFDCE3; }
a.topnavigation:visited { 	color: #CFDCE3; }
a.topnavigation:hover {		color: #CFDCE3; }


div#topnavigation {
	position: absolute;
	top: 111px;
	left: 0;
	
	height: 31px;
	width: 755px;

	background-repeat: no-repeat;
	
	z-index: 1;
}

div#header {
	position:absolute;
	top: 0px;
	left: 0px;
	
	height: 142px;
	width: 100%;
	
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	
	z-index: 0;
}

div#shadow {
	position: absolute;
	top: 142px;
	left: 0px;

	height: 17px;
	width: 100%;
		
	background-image: url('../img/shadow.jpg');
	background-repeat: repeat-x;
	
	z-index: 0;
}

div#sidenavigation {
	position: absolute;
	top: 142px;
	left: 0px;
	height: 200px;
	width: 185px;
	
	margin: 10px;
}

div#side {
	background-image: url('../img/vert_line.jpg');
	background-repeat: repeat-y;
}

div#contentct {
	padding: 152px 0 0 200px;
}

div#content {
	position: relative;
	float: left;
	width: 515px;
	
	padding: 5px;
	
	background-color: #FAFAFA;
	
	border: 1px solid #EEEEEE;
}

div.details {
	position: relative;
	width: 225px;
	
	margin: 0 0 10px 730px;
	padding: 5px;
	
	background-color: #FFFFFF;
	
	border: 1px solid #EEEEEE;
}

ul.buttons {
	margin: 0;
	padding-left: 0; 
	
	list-style-type: none;
}

ul#products {
	margin-left: 25px;
	padding-left: 0; 
	
	list-style-type: circle;
}

div.products {
	margin: 0 10px 10px 0;
	width: 218px;
	
	background-color: #F8F8F8;
	border: 1px solid #EEEEEE;
	
	float: left;
}

div.products_title {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	
	padding: 3px; 
	margin: 3px;
}

li.button {
	height: 21px;
	width: 151px;
	
	margin-bottom: 1px;
	
	line-height: 21px;
	vertical-align: middle;
	
	font-family: Arial;
	font-size: 11px;
	
	background-image: url('../img/button_navi.jpg');	
}

li.button:hover, li.button_selected {
	background-image: url('../img/button_navi_hover.jpg');
}

div.point {
	margin-left: 10px;
	
	background-image: url('../img/point.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

li.button_sub {
	height: 21px;
	width: 144px;
	
	margin: 0 0 1px 7px;
	
	line-height: 21px;
	vertical-align: middle;
	
	font-family: Arial;
	font-size: 11px;
	
	background-image: url('../img/button_sub.jpg');	
}
li.button_sub:hover, li.button_sub_selected {
	background-image: url('../img/button_sub_hover.jpg');
}

div.point_sub {
	margin-left: 10px;
	
	background-image: url('../img/point_sub.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

div.flag {
	height: 12px;
	width: 18px;
}

div#flag_de {
	margin: 15px 0 0 15px;
	
	float: left;
}

div#flag_gb {
	margin: 16px 0 0 40px;
}

span#top_0 {
	margin-left: 103px;
}

span.topnavigation {
	float: left;
	width: 130px;
	
	margin-top: 3px;
	
	font-family: Verdana;
	font-size: 13px;
	color: #CFDCE3;
}

.clear {
	clear: both;
}

h1.headline {
	position: relative;
	
	color: #c2353e;
	
	font-family: Arial;
	font-size: 15px;
	font-weight: lighter;
	
	display: inline;
	
	text-transform: uppercase;
}

h2.headline {
	color: #c2353e;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: lighter;
	
	display: inline;
	
	text-transform: uppercase;
}

span.subtitle {
	color: #666666;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
}

span.date {
	color: #999999;
	
	font-family: Arial;
	font-size: 10px;
	font-weight: lighter;
}

.text {
	color: #333333;
	
	font-family: Arial;
	font-size: 12px;
}

.box {
	
	_width: 100%;
	
	padding: 5px;
	
	background-color: #FFFFFF;

	border: 1px solid #EEEEEE;
	
	overflow: auto;
}

.margin {
	margin: 5px;
}

table.data {
	font-family: Arial;
	font-size: 12px;
	
	border: 0;
}

img.product {
	border: 2px solid #EEEEEE;
}

div.contactLabel {
	width: 100px;
	margin-bottom: 5px;
	float: left;
}
div.contactField {
	width: 350px;
	margin-bottom: 5px;
	float: left;
}

.textfield {
	background-color: #FFFFFF;
	
	color: #323232;
	
	font-family: Arial;
	font-size: 11px;
	
	border: 1px solid;
	border-color: #98acb9;
}

.textfield_error {
	background-color: #fffafa;
	
	color: #323232;
	
	font-family: Arial;
	font-size: 11px;
	
	border: 1px solid;
	border-color: #c26b6b;
}

div.contactform_error {
	background-color: #fffafa;
	
	border: 1px solid;
	border-color: #c26b6b;
	
	padding: 5px;
}

form {
	display: inline;
}

