* {
	margin: 0;
	padding: 0;
	}
/*--following rule to ensure borders do not appear around images with links--*/
img {
	border: none;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
div.img_caption {
	width: 181px;
	font-size: 11px;
	}
div.img_caption img {
	margin-bottom: 5px;
	}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
	}
	
html, body {
 	height: 100%;
	margin: 0 0 1px;
	padding: 0;
 }	
	
	
p, h1, h2, h3, h4, h5, h6 {
	margin: 10px;
	}
p {
	margin-top: 0;
	}
h1 {
	margin-top: 0;
	}
h2 {
	margin-bottom: 3px;
	}
h1, h2, h3 {
	color: #19bcb9;
	}
h1 {
	font-size: 16px;
	padding-bottom: 10px;
	}
h2 {
	font-size: 14px;
	color: #f1731c;
	}
h3 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 3px;
	}
h4 {
	font-size: 21px;
	color: #19bcb9;
	font-weight: normal;
	line-height: 25px;
	}
h5 {
	font-size: 12px;
	color: #000;
	}		
h6 {
	font-size: 14px;
	color: #000;
	}

ul, ol {
	margin: 0px 15px;
	padding: 0px 15px;
	}
li {
	margin-bottom: 5px;
	}
ul ul, ol ol {
	margin: 0px 15px;
	padding: 0px 15px;
	margin-top: 5px;
	}
ul ul li, ol ol li {
	margin-bottom: 5px;
	}
ul ul ul, ol ol ol {
	margin: 0px 15px;
	padding: 0px 15px;
	margin-top: 5px;
	}
ul ul ul li, ol ol ol li {
	margin-bottom: 5px;
	}
ul.links {
	list-style-type: none;
		}
ul.links {
	margin-top: -5px;
	}
h2.links {
	margin-bottom: 10px;
	}
a:link, a:visited {
	color: #19bcb9;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
	color: #f1731c;
	}
hr {
	height: 1px;
	color: #19bcb9;
	background-color: #19bcb9;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	}
.smalltext {
	font-size: 10px;
	line-height: 12px;
	}
/*--MAIN LAYOUT DIVS--*/
#container {
	text-align: left;
	width: 800px;
	background-color: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
#branding {
	width: 800px;
	float: left;
	}
#content_wrapper {
	width: 580px;
	float: right;
	min-height: 400px;
	}
#main_content {
	width: 560px;
	float: left;
	line-height: 18px;
	}
#secondary_content {
	width: 140px;
	float: right;
	}
/*--following rule for IE - which treats height in the same way as other browsers treat min-height--*/
* html #content_wrapper {
	height: 400px;
	}
/*--*/
#sub_nav {
	width: 215px;
	float: left;
	}
#sub_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	}
#sub_nav li {
	margin-bottom: 2px;
	}
#sub_nav a:link, #sub_nav a:visited {
	color: #fff;
	background-color: #19BCB0;
	text-decoration: none;
	display: block;
	width: 175px;
	/*height: 27px;*/
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	padding-top: 6px;
	padding-bottom: 6px; 
	}
#sub_nav a:hover, #sub_nav a:active {
	color: #fff;
	background-color: #f1731c;
	}
/*--*/	
#sub_nav a.alt:link, #sub_nav a.alt:visited {
	background-color: #f1731c;
	}
#sub_nav a.alt:hover, #sub_nav a.alt:active {
	background-color: #19BCB0;
	}
/*--*/
#site_info {
	clear: both;
	width: 800px;
	}
#site_info {
	background-color: #cbe9e9;
	height: 20px;
	line-height: 20px;
	color: #666666;
	width: 800px;
	}
#site_info p {
	font-size: 10px;
	margin: 0;
	text-align: center;
	}
#site_info a:link, #site_info a:visited {
	color: #666666;
	text-decoration: none;
	}	
#site_info a:hover, #site_info a:active {
	text-decoration: underline;
	}
#validation {
	width: 610px;
	padding-left: 190px;
	margin: 0 auto;
	height: 15px;
	}
#validation img {
	float: left;
	margin-right: 5px;
	}
#disclaimer {
	width: 800px;
	clear: both;
	font-size: 10px;
	text-indent: 222px;
	}
table.countries {
	width: 425px;
	margin: 10px;
	margin-left: 5px;
	text-align: center;
	}
table.countries td, table.countries th {
	padding: 5px 3px;
	}
.invisible {
	display: none;
}
#disclaimer p.german_disclaimer {
	margin-left: 100px;
	}
table.countries tr.smalltext {
	vertical-align: top;
	}



table.products {
	width: 90%;
	margin-left: 10px;
	}
table.products td, table.products th {
	padding: 5px 3px;
	}
table.products tr:hover {
	background-color: #cbe9e9;
}
#prod_list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}	
	
#prod_list ul {
	margin: 0px;
	padding: 0px;
	}
#prod_list li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#mainimage {
	margin-bottom: 25px;
	padding-left: 10px;
}
#vote {
	background-color: #cbe9e9;
	padding: 15px;
	margin-left: 10px;
	display: none;
	margin-bottom: 20px;
}

#vote td, #vote th{
	padding: 5px;
}
#flashplayer {
	margin: 10px;
}
#clipmenu {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
table.media, table.media_contact {
	margin: 0px 10px 10px 10px;
	width: 530px;
	}
table.media td, table.media_contact td {
padding: 3px 7px 3px 0px;
vertical-align: top;
}
table.media_contact td a {
	font-size: 10px;
	}
