﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */
html, body
{
	width:100%;
	height:100%;
	min-height:100%;

	margin:0px;
	padding:0px	
}

body
{
	background: #D4D4D4 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:200px;
	
	margin:0px 0px 10px 0px;
	
	background:url(../../../../Images/Layout/footer_01.jpg) no-repeat left top;
}

.clear
{
	clear:both;
}

#footer
{
	width:900px;
	
	margin:0px 0px 0px 0px;
}

#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;
}

.sociallist
{
	margin:5px 0px 0px 155px;
}

.youtube, .myspace, .wordpress
{
	display:block;
	
	position:absolute;
}

.youtube
{
	bottom:90px;
	right:25px;
	
	width:100px;
	height:40px;
}

.myspace
{
	bottom:135px;
	right:85px;
	
	width:40px;
	height:40px;
}

.wordpress
{
	bottom:135px;
	right:30px;
	
	width:40px;
	height:40px;
}

.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;
}

.imagecontainer div
{
	width:560px;
	
	margin-left:20px;
}

.imagecontainer img
{
	float:left;

	display:block;
}

.linkbar a
{
	float:left;
	
	display:block;
	
	margin-right:20px;
}

.bucket
{
	float:left;
	width:280px;
}

.bucket img
{
	float:left;
}

.bucket div
{
	width:200px;
	float:right;
}
/* 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:#9F0E1D;
}

a.prelisten, a.download, 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.download
{
	background-image: url(../../../../Images/button_download_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 */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Search */
#head .searchinput, #head .watermark
{
	position:absolute;
	
	top:130px;
	left:500px;
	
	width:290px;
	
	font: normal 14pt "Trebuchet MS", Verdana;
	color:#5C5C5C;	
	
	border:0;
}

#head .watermark
{
	color:#C6C6C6;	
}

#head .searchbutton
{
	position:absolute;
	
	top:122px;
	left:800px;
}

#head .searchprogress
{
	position:absolute;
	
	top:128px;
	left:850px;
}

#head .searcherror, #head .emptyresult
{
	position:absolute;
	
	top:170px;
	left:525px;

	font: normal 10pt "Trebuchet MS", Verdana;
	color:#FFFFFF;	
}

.clearlink
{

	float:right;

	display:block;
	
	padding:0px 10px 10px 0px;
}
/* End Search */
/* -------------------------------------------------------------------------------------------------------- */
