﻿html {
	height: 100%;
}

body {
	height: 100%;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	background-image:url(media/back.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#000000;
}

#outside {
	width:100%;
	/*background-image:url(media/site.jpg);*/
	background-repeat:repeat-y;
	background-position:top center;
}

#specialleftright {
	width:100%;
	height:100%;
	background-image:url(media/back.top.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

#site {
	width:982px;
	margin:0 auto;
}

#header {
	float:left;
	width:982px;
	height:140px;
	background-image:url(media/header.back.jpg);
	background-repeat:no-repeat;
}

#subheader {
	float:left;
	width:982px;
	height:160px;
	/*padding:12px 0 0 16px;*/
	background-image:url(media/subheader.jpg);
}

#content_inside {
	float:left;
	width:982px;
	background-image:url(media/main.bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border:0px solid green;
	padding:0 0 18px 0;
}

* html #content_inside {
	padding:0 0 3px 0;
}

#content_outsite {
	float:left;
	width:982px;
	background-image:url(media/main.top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border:0px solid blue;
}

#main {
	float:left;
	width:982px;
	background-image:url(media/content.jpg);
	background-repeat:repeat-y;
	border:0px solid red;
}


#content{
	display:inline;
	float:left;
	width:681px;
	min-height:550px;
	margin:6px 0px 22px 0px;
	padding: 20px 30px 0px 20px;
	background-image:url(media/content.back.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	border:0px solid black;
}

* html #content {
	height:550px;
}

.content_left {
	float:left;
	width:400px;
	padding: 0 30px 20px 0;
}

.content_right {
	float:left;
	width:236px;
	padding: 0 0 20px 0;
}

#footermenu {
	float:left;
	display:inline;
	height:20px;
	width:200px;
	margin:0 0 10px 753px;
	font-size:10px;
}

#footermenu a{
	color:#FFFFFF;
	text-decoration:none;
}

#footermenu a:hover{
	color:#000000;
}

#footermenu img{
	margin:0 3px 0 3px;
	border:0;
}

#footer {
	width:982px;
	height:5px;
	line-height:5px;
	font-size:5px;
	margin:0 auto;
	background-image:url(media/footer.jpg);
	background-position:bottom center;
}

#sidebar {
	display:inline;
	float:left;
	width:236px;
	min-height:200px;
	margin:7px 0 0 5px;
	padding:0 0 70px 0;
}

* html #sidebar {
	height:200px;
}




/*****
Header
*****/

#logo {
	position:absolute;
	display:block;
	width:350px;
	height:140px;
	/*border:1px solid green;*/
}

#impkon {
	display:inline;
	float:left;
	width:390px;
	height:20px;
	margin:110px 0 0 620px;
	
	/*border:1px solid blue;*/
}

#impkon a {
	float:left;
	display:block;
	height:20px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:20px;
}

.colortext {
	margin:0 2px 0 2px;
	color:#FFFFFF;
}

#impkon img {
	float:left;
	margin:0 3px 0 3px;
	border:0;
}

.flag {
	margin:5px 0 0 0;
}



/******
Sidebar
******/
#sidebar ul {
	margin:0;
	width:203px;
	padding:0px 15px 0px 15px;
	list-style-type:none;
	font-size:12px;
}

#sidebar a {
	display:block;
}

#sidebar a:hover {
	color:#ffffff;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	padding:10px 0 10px 0;
	text-decoration:none;
}

#sidebar ul li ul {
	width:190px;
	margin:0 0 0 -15px;
	padding:0 0 15px 30px;
	list-style-type:none;
}

#sidebar ul li {
	border-bottom:1px solid #FFFFFF;
}

#sidebar ul ul li {
	color:#000000;
	border:none;
	list-style-type:none;
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	padding:0px 0 4px 0;
	background-image:url(media/listimage.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	padding-left:15px;
}

#sidebar ul li ul li a:hover {
	background-position:0 -80px;
}

#sidebar #active {
	color:#ffffff;
	background-position:0 -80px;
}





/*******
Kästchen
*******/
.kaestchen {
	display:inline;
	float:left;
	width:300px;
	height:100px;
	margin: 20px 35px 0 0;
	font-size:11px;
}

.kaestchen img {
	float:left;
	border:1px solid #000000;
}

.kaestchen h2 {
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

.kaestchen p {
	float:left;
	width:160px;
	margin:0 0 0 10px;
}





/***************
Overview-Shop
****************/
.overview_selection {
	margin:-10px 0 20px 0;
}

.overview_selection select {
	width:150px;
	margin: 0 10px 5px 0;
}

.overview_selection a {
	text-decoration:none;
}

.overview {
	float:left;
	margin:10px 0 20px 0;
}

.overview h2 {
	margin:0;
}

.overview img {
	
	margin:0 0px 0 0;
}

.list_view_image {
/*	float:left; */
	width:255px;

}

.single_view_image {
	float:left;
	width:230px;

}

.warenkorb_ueberblick {
	width: 681px;
}

.overview_summary {
	margin:0px -20px 20px -20px;
	padding:10px;
	background-color:#bacd4f;
	text-align:right;
	font-weight:bold;
}

.overview_breadcrumb {
	margin:0px -20px 20px -20px;
	padding:10px;
	background-color:#bacd4f;
	color:#000000;
}

.overview_breadcrumb ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.overview_breadcrumb ul li {
	display:inline;
	margin: 0 40px 0 0;
}

.overview_breadcrumb #active{
	color:#FFFFFF;
}

.overview_functions {
	clear:both;
	width:525px;
	margin:0 -20px 0 0;
	padding:20px 0 0 150px;
}

.overview_functions #stückzahl {
	width:30px;
	float:left;
	margin:0 10px 0 0;
}

.overview_functions a {
	text-decoration:none;
}

.overview_functions label {
	float:left;
	margin:0 10px 0 0;
}

.overview_functions p {
	display:inline;
	float:left;
	width:200px;
	margin:0;
	font-weight:bold;
}


.overview_navigation {
	clear:both;
	margin:10px 0 0 0;
	padding:10px;
	text-align:center;
}

.overview_navigation a {
	text-decoration:none;
	text-transform:uppercase;
}

.overview_changedelete {
	
	border:1px solid #cccccc;
	width:140px;
	margin:0 10px 0 0;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}

.overview_details {
	display:inline;
	float:left;
	margin:0 0 0 292px;
	border:1px solid #cccccc;
	width:130px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}

.overview_details_bestellung {
	display:inline;
	float:right;
	margin:0 0 0 0px;
	border:1px solid #cccccc;
	padding:0 20px 0 20px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}

.overview_details_bestellung_left {
	display:inline;
	float:left;
	margin:0 0 0 0px;
	border:1px solid #cccccc;
	width:180px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}

.overview_details_bestellung_right {
	display:inline;
	float:right;
	border:1px solid #cccccc;
	padding:0 0px 0 0px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}

.overview_details_back {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	border:1px solid #cccccc;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
	padding:0 10px 0 10px;
}

.overview_details_warenkorb {
	display:inline;
	margin:0 0 0 10px;
	border:1px solid #cccccc;
	width:140px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ffffff;
}





/******
Adresse
******/
#adress {
	float:left;
	width:250px;
	height:40px;
	margin: -65px 0 0 0;
	/*border:1px solid red;*/
}

#adress p {
	margin:0 0 0 30px;
	line-height:12px;
	font-size:10px;
}




/********
Snipplets
********/
.clearfix{
	clear:both;
}

.clearer{
	clear:both;
}

.contact_small {
	display:block;
	clear:both;
	width:100px;
	height:30px;
	line-height:30px;
}

.contact_big {
	float:left;
	width:350px;
}

.contact_full {
	display:block;
	clear:both;
	width:350px;
	height:100px;
	font-family:Verdana, sans;
	padding:2px;
	font-size:12px;
}





/********
Allgemein
********/

a:link, a:visited {
	color:black;
}

a:hover {
	color:#bacd4f;
}

h1 {
	margin:0 0 15px 0;
	padding:0px;
	font-size:20px;
	line-height:32px;
}

h2 {
	font-size:14px;
	margin:10px 0 0px 0;
	padding:10px 0 0 0;
}

h3 {
	font-size:13px;
	margin:10px 0px 0px 0px;
	padding:10px 0 0 0;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

ul {
	margin:20px 0 0 20px;
	padding:0;
}

ol {
	margin-left:20px;
}

hr {
	clear:both;
	background-color:#CCCCCC; 
	height:1px;
	line-height:1px;
	font-size:1px;
	border:0px;	
	margin:20px 0 20px 0;
}

img {
	border:0;
}

.tt_news {
	padding:0px;
}

.tt_news hr{

}

.tt_news img{
	border:solid 1px #bacd4f;	
}

.news-single-img {
	margin-bottom:10px;
	overflow:hidden;
}

.tt_news_list_image {
	float:left;
	width:175px;
}

.tt_news_list_text {
	padding-left:175px;
}

.tt_news_list_image_marken {
	float:left;
	width:140px;
}

.tt_news_list_text_marken {
	padding-left:140px;
}

.tt_news_list_text_marken h2, .tt_news_list_text h2{
	margin:10px 0 10px;
}

#home_link {
	position:absolute;
	margin:-70px 0 0 0;
	height:40px;
	width:200px;
}

.tx-srlanguagemenu-pi1-flag {
	vertical-align:middle;
}

/**************
Kontaktformular
**************/

.tx-thmailformplus-pi1 {
	width: 500px;
	
}

.contactLabel {
	display:block;
	float:left;
	display:inline;
	width:100px;
}

.contactLabel_captcha {
	display:block;
	float:left;
	display:inline;
	width:480px;	
	
}

.tx-thmailformplus-pi1 input {
	float:left;
	display:inline;
	margin-bottom:10px;
	border-color:#9c9e9f;
}

.inputCheckbox{
	border:1px solid red;
	margin-right:9px;
	background-color:#f7f7f9;
}

.inputBig {
	width:300px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputBigSelect  {
	width:306px;
	border:1px solid #9C9E9F;
	padding:1px;
	background-color:#f7f7f9;
	margin-bottom:10px;
}

.inputMedium {
	width:205px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputSmallRight {
	width:80px;
	margin-left:9px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputSmallLeft {
	width:80px;
	margin-right:9px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputSubmit {
	width:150px;
	margin-left:100px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	border-color:#9c9e9f;
}

.inputText {
	float:left;
	display:inline;
	margin-bottom:10px;
	width:300px;
	height:150px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#9c9e9f;
	background-color:#f7f7f9;
	
}

.inputSelect {
	margin-left:100px;
	display:inline;
	margin-bottom:10px;
	width:285px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#9c9e9f;
	background-color:#f7f7f9;
}




*/Gewinnspiel Anfang*/

#frage1,#frage2 {
	clear:both;
	display:inline;
	float:none;
}

.inputletter {
	width:22px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
	float:left;
	margin:3px;
	text-align: center;
	vertical-align:middle;
}

*/Gewinnspiel Ende*/







#content_left {
	display:inline;
	float:left;
	width:320px;
	min-height:360px;
	padding:0 20px 0 0px;
	background-image:url(media/news.trenner.jpg);
	background-repeat:no-repeat;
	background-position:right -25px;
}

*html #content_left {
	height:360px;
}

#content_right {
	display:inline;
	float:left;
	width:321px;
	margin:0 0 0 20px;
}

.news-list-browse {
	text-align: center;
}

