  
/**** BEGIN Layout ****/

/* General Styles */
body {
	font-family: Verdana, Arial, Sans-serif;
	clear: both;
	/*padding: 10px 10px 10px 50px;*/
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
span.underline {
	text-decoration: underline;
}
strong { font-weight: bold; }
em { font-style: italic; }

/* Global Wrapper */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 880px;
}

/* Header */
#header {
	padding-bottom: 7px;
	width: 770px;
}
#logo {
	float: left;
	position: relative;
	left: -39px;
}

/* Mainnav */
#nav {
	float: right;
	margin-top: 45px;
	display:inline;
	width: 550px;
	position: relative;
	left: -30px;
}
#nav li {
	float: left;
	margin-left: 12px;
	margin-left: 17px;
}
#nav a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 75%;
}
#nav a.current {
	color: #162c7f;
}
#nav a:hover {
	color: #162c7f;
}

/* Body */
#body {
	height: 399px;
	background: url(../img/background_1.jpg) left top no-repeat;
}
#body_small {
	height: 84px;
	background: url(../img/bg_dunkel_klein.jpg) left top no-repeat;
	margin-bottom: 35px;
}
#body .col_left {
	float: left;
	width: 345px;
	height: 398px;
	margin: 0;	
	display: inline;
}
#body .col_right {
	float: left;
	width: 370px;
	height: 398px;
	margin: 0 0 0 26px;
	display: inline;
}
#body .col_single {
	float: left;
	width: 741px;
	height: 398px;
	margin: 1px 0 0 1px;
	display: inline;
}
#body .col_left p,
#body .col_left h1,
#body .col_left h2,
#body .col_single p,
#body .col_single h1,
#body .col_single h2
{
	margin-left: 20px;
}
#body ul {
	margin: 5px 0 0 32px;
	font-size: 70%;
	list-style: disc;
}
#body li {
	color: white;
}
#body a {
	color: white;
}
#body h1 {
	color: white;
	font-weight: bold;
	font-size: 80%;
	margin: 5px 0 5px 0;
}
#body h1.middle {
	margin: 85px 0 0 60px;
}
#body h1.middle2 {
	margin-top: 40px;
}
#body h2 {
	color: white;
	font-weight: bold;
	font-size: 70%;
	margin: 5px 0 5px 0;
}
#body p {
	font-size: 70%;
	color: white;
	margin-bottom: 10px;
}


/* Subnav */
#body ul#subnav {
	list-style: none;
	margin:0;
	clear: both;
	position: relative;
	left: 753px;
	top: -385px;
	width: 150px;
	margin-bottom: -385px;
}
#body ul#subnav li {
	font-size: 100%;
	margin-bottom: 15px;
}
#body ul#subnav li.head {
	font-weight: bold;
}
#body ul#subnav li.lang {
	margin-bottom: 3px;
}
#body ul#subnav a {
	/*color: #666666;*/
	color: #8F8F8F;
	text-decoration: none;
	font-size: 100%;
}
#body ul#subnav a:hover {
	color: #5565A2;
	text-decoration: none;
}
#body ul#subnav a.current {
	color: #5565A2;
}

/* Under Body */
#body_text h2 {
	color: #162c7f;
	font-size: 75%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
}
#body_text .col_left {
	float: left;
	width: 345px;
	margin: 0;
	display: inline;
	padding-top: 3px;
}
#body_text .col_right {
	float: left;
	width: 370px;
	margin: 0 0 0 26px;
	display: inline;
	padding-top: 3px;
}
#body_text a {
	color: #666666;
}
#body_text ul {
	margin-left: 18px;
	list-style: disc;
}
#body_text li {
	color: #666666;
	font-size: 70%;
}
#body_text p {
	color: #666666;
	font-size: 70%;
	padding: 7px 0 7px 0;
	line-height: 130%;
}
.heightLimiterCol {
	overflow: hidden;
	visibility: hidden;
}
.heightLimiterToggler {
	font-size: 70%;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	position: relative;
	top: 3px;
	display: none;
	line-height: 110%;
}

/* Small body */
#body_small h1 {
	color: white;
	font-weight: bold;
	font-size: 80%;
	padding-left: 75px;
	padding-top: 27px;
}
#body_small p {
	color: white;
	font-size: 70%;
	padding-left: 75px;
	padding-top: 3px;
}

/* Footer */
#footer {
	width: 761px;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	clear: both;
}
#footer a {
	color: #999999;
	font-size: 70%;
	text-decoration: none;
	margin-right: 10px;
}
#footer a.current {
	color: #162c7f;
}
#footer a:hover {
	color: #162c7f;
}
/**** END Layout ****/


/**** BEGIN Page specific Styles ****/

/* Product Page */
#product_data_left {
	float: left;
	display: inline;
	width: 352px;
	height: 372px;
	margin: 27px 0 0 28px;
}
#product_data_left .product_thumb {
	width: 117px;
	height: 107px;
	float: left;
	margin: 3px;
}
#product_data_left .product_thumb a {
	display: block;
	width: 117px;
	height: 107px;
	text-decoration: none;
	background-color: white;
}
/*#product_data_left .product_thumb a:hover {
	background-color: white;
}*/
#product_data_left .product_size {
	width: 200px;
	height: 107px;
	float: left;
	margin: 4px 4px 4px 6px;
}
#product_data_left .product_size strong {
	font-size: 80%;
	color: white;
	padding-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	display: block;
}
#product_data_left .product_size p {
	line-height: 140%;
	color: white;
	font-size: 62%;
	font-weight: bold;
	font-family: Verdana;
	margin:0;
}
#pback_link {
	clear: both;
	padding-top: 100px;
}
#product_data_right {
	float: left;
	display: inline;
	width: 357px;
	margin: 0;
}
#product_data_right .product_img {
	position: absolute;
	top: 120px;
}
#product_data_right .product_desc {
	color: white;
	font-size: 75%;
	font-weight: bold;
	margin-top: 310px;
	line-height: 120%;
	position: relative;
	left: -31px;
}
#product_data_right .product_price {
	color: white;
	font-size: 75%;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	position: relative;
	left: -31px;
}
#buy1, #buy2 {
	clear: both;
	display: block;
	width: 100%;
	text-align: right;
	position: relative;
	right: 20px;
}
#buy1 {
	position: relative;
	bottom: 25px;
}
#buy2 {
	position: relative;
	bottom: 68px;
}

/* Products overview Page */
#products {
	margin: -83px 105px 0 0;
}
.products_list {
	height: 114px;
}
.products_list a {
	display: block;
	width: 117px;
	height: 102px;
	background-color: none;
	text-decoration: none;
	text-align: center;
	float: right;
	margin: 0 6px 6px 0;
	background-image: url(../img/trans_pixel_old.png);
	background-repeat: repeat;
	background-position: top left;
	padding-top: 5px;
}
.products_list a:hover {
	background-color: white;
}

/* Contact form */
#body .tx-thmailformplus-pi1 form {
	margin: 40px 15px 0 0;
}
#body .tx-thmailformplus-pi1 span.left {
	float: left;
	position: relative;
	top: 2px;
}
#body .tx-thmailformplus-pi1 p {
	margin-bottom: 4px;
	clear: both;
}
#body .tx-thmailformplus-pi1 p.submit {
	margin-top: 8px;
	margin-right: 20px;
	text-align: right;
}
#body .tx-thmailformplus-pi1 input#fCity {
	width: 94px;
}
#body .tx-thmailformplus-pi1 p.submit input {
	background-color: #1F6A9E;
	border: 1px solid #1F6A9E;
	color: white;
	font-weight: bold;
	width: 70px;
	font-size: 100%;
}
#body .tx-thmailformplus-pi1 label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
}
#body .tx-thmailformplus-pi1 label.right {
	float: none;
	display: inline;
}
#body .tx-thmailformplus-pi1 input,.tx-thmailformplus-pi1 select{
	font-size: 100%;
	width: 180px;
	margin:0;
	padding:0;
}
#body .tx-thmailformplus-pi1 select {
	width: 140px;
}
#body .tx-thmailformplus-pi1 textarea {
	width: 330px;
	height: 75px;
	margin-top: 3px;
}
#body .tx-thmailformplus-pi1 ul.error {
	margin: -33px 0 8px 15px;
	font-weight: bold;
}
#body .tx-thmailformplus-pi1 ul.error li {
	color: white;
	font-size: 80%;
}
/**** END Page specific Styles ****/
#body p.bigbold, #body_text p.bigbold {
	font-size: 80%;
	padding-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
.tx-flvplayer-pi1 {
	margin-top: 15px;
}
