﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */
html, body
{
	width:100%;
	height:100%;
	min-height:100%;

	margin:0px;
	padding:0px	
}

body
{
	background: #EAEAEA url("../../../Images/Layout/hintergrund_01.jpg") no-repeat center top;
}

#wrapper
{
	position:relative;

	width:900px;

	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px;
}

#content, #header
{
	margin:0px;
}

#logo
{
	float:left;
	
	height:90px;
	width:340px;
	
	padding:30px 0px 0px 0px;
}

.navigation
{
	float:left;

	height:50px;
	width:560px;
		
	padding:80px 0px 0px 0px;
}

.navigation a
{
	float:left;
	
	display:block;
	
	margin-right:1px;
}

#main
{
	clear:both;
	height:auto;
}

#head
{
	position:relative;
	
	height:260px;
	width:900px;
	
	background:url("../../../Images/Layout/hintergrund_head_unten_01.jpg") no-repeat left top;
}

#content
{
	height:auto;

	overflow:hidden;
	
	padding:10px 30px 20px 30px;
	
	background: #DEDEDE url(../../../../Images/Layout/hintergrund_content_01.jpg) repeat-y;
}

#subcontent
{
	clear:both;
	
	height:auto;
	
	overflow:hidden;
	
	padding:20px 30px 20px 30px;
	
	background: #FFFFFF url(../../../../Images/Layout/hintergrund_subcontent_01.jpg) repeat-y;
}

#footer
{
	height:180px;
	
	margin:0px 0px 10px 0px;
	
	background:url(../../../../Images/Layout/footer_01.jpg) no-repeat left top;
}

.clear
{
	clear:both;
}

#footer
{
	width:900px;
}

#footerleft, #footercenter, #footerright
{
	padding: 20px 0px 0px 0px;
}

#footerleft, #footerright
{	
	float:left;
	
	padding-left: 30px;
}

#footercenter
{
	float:left;
	
	width:660px;
}

.banner
{
	position:relative;
	
	left:70px;
}

.container, .imagecontainer
{
    width:780px;
    height:auto;
    
    overflow:hidden;
    
    padding:20px 30px 20px 30px;
    
    background: url(../../../../Images/Layout/hintergrund_container_mitte_01.jpg) repeat-y;
}

.container div, .imagecontainer div
{
	float:left;
	
	padding:5px 0px 5px 0px;
}

.container div
{
	width:195px;
}

.imagecontainer div
{
	width:560px;
	
	margin-left:20px;
}

.imagecontainer img
{
	float:left;

	display:block;
}

.linkbar a
{
	float:left;
	
	display:block;
	
	margin-right:20px;
}

.complaints div
{
	float:left;
	
	padding:5px 0px 5px 0px;
}
/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typography */
body
{
	font: normal 10pt/20px "Trebuchet MS", Verdana;
	color:#5C5C5C;
}

#footer, #footer a
{
	color:#FFFFFF;
}

h1
{
	margin:0px 0px 10px 0px;

	font-size:14pt;
	
	line-height:28px;
}

h2
{
	margin:0px 0px 5px 0px;

	font-size:12pt;
	
	line-height:24px;
}

p
{
	margin:0;
	padding:0;
}

.red
{
	color:#9F0E1D;
}

.green
{
	color:#13A230;
}

a
{
	color:#039945;	
}

a.prelisten, a.cart, a.coupon
{
	padding:2px 0px 2px 30px;
	
	background-repeat:no-repeat;
	background-position: 0px 50%;
}

a.prelisten
{
	background-image: url(../../../../Images/button_prelisten_01.gif);
}

a.cart
{
	background-image: url(../../../../Images/button_warenkorb_01.gif);
}

a.coupon
{
	background-image: url(../../../../Images/button_gutschein_01.gif);
}

a.external
{
	padding:0px 15px 0px 0px;
	
	background-repeat:no-repeat;
	background-image: url(../../../../Images/link_external_01.gif);
	background-position: 100% 50%;	
}
/* End Typography */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Forms */
form
{
	margin:0px;
	padding:0px;
}

input, select, textarea
{
	font: normal 10pt/20px "Trebuchet MS", Verdana;
	
	color:#5C5C5C;
}

.button
{
    width:176px;
    height:25px;
        
    border:0;
    
	color:#FFFFFF;
    
    background-color: #DEDEDE;
    background-image: url(../../../../Images/Layout/button_01.jpg);
    background-repeat: no-repeat;
}

.textbox
{
    padding: 3px;
    
    background-color: #FFFFFF;
    background-image: url(../../../../Images/Layout/input_background_01.gif);
    background-repeat: repeat-x;
    background-position: 0 top;
    
    border-style: solid;
    border-width: 1px;	
	border-color: #C6C4C4 #E7E6E6 #E7E6E6 #C6C4C4;	
}

fieldset
{
	margin:20px 0px 0px 0px;
	
	padding:0;

	border:0;
}

legend
{
	display:inline-block;
	
	margin:0px 0px 0px -6px;
	padding:0px 0px 5px 0px;
	
	font-weight:bold;
	color:#5C5C5C;
}

label
{
	float:left;
	
	margin:5px 0px 0px 5px;
} 

label.first
{
	margin-left:0px;
} 
/* End Forms */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Controls */
.shoppingcart
{
	position:absolute;
	
	top:360px;
	left:730px;
	
	z-index:9999;
}
/* End Controls */
/* -------------------------------------------------------------------------------------------------------- */

