body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
body {
	background: url('images/tapete.jpg') repeat-x #b2bd51;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

iframe {
	margin: 0;
	padding: 0;
	}


/* GENERAL STYLES */

a {
	color:#000
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
	text-decoration:none;
}



h2 .h2 {
	font-size:20px;
	font-weight: normal;
	text-transform: uppercase;
	color:#ffffff;
	background: #000000;
	width: 550px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 35px;
}

h2 a, h2 a:link, h2 a:visited {
	font-size:20px;
	color:#e14c50;
	font-weight:normal;
	text-decoration:none;
}

h2 a:hover {
	font-size:20px;
	color:#e14c50;
	font-weight:normal;
	text-decoration:underline;
}

img {
	border: 0;
	}
	
hr {
	border: 0px solid transparent;
	margin: 0;
	padding: 0;
	}
table, tr, td {
	padding: 0;
	margin: 0;
	}
	
	
.clearer {
	clear: both;
	}





/* DIVS */
#wrapper {
	margin: 0px auto;
	width: 1000px;
	}
	
#header {
	background: url(images/header_neu.png) no-repeat;
	width: 1000px;
	height: 400px;
	}
	
#main {
	width: 1000px;
	margin-top: -210px;
	margin-left: 110px;
	}

/* CONTENT */	
#content {
	position: relative;
	width: 580px;
	float: left;
	background: url(images/content_bg.png) repeat-y;
	padding: 10px;
	z-index: 2;
	}
	
#content p {
	width: 550px;
	}
	
#content a {
	text-decoration: underline;
	font-weight: bold;
	}
#trenner {
	background: url(images/trennlinie.png) no-repeat;
	width: 600px;
	height: 5px;
	margin-top: -15px;
	}
	
#trenner2 {
	background: url(images/trennlinie.png) no-repeat;
	width: 600px;
	height: 5px;
	}
	
#schuhe {
	background: url(images/schuhe.png) no-repeat;
	width: 143px;
	height: 144px;
	margin-top: -60px;
	margin-left: 400px;
	margin-bottom: -80px;
	}

.special {border: 2px solid #B2BD51; padding: 5px;}
.floatleft {float: left; width: 350px;}	
.coverfloat {float: left; width: 150px; padding-left: 40px;}

/* SIDEBAR */
#sidebar {
	position: relative;
	width: 306px;
	height: 542px;
	float: left;
	background: url(images/sidebar.png) no-repeat;
	padding-left: 30px;
	padding-top: 60px;
	margin-left: -50px;
	z-index: 1;
	}
	
#sidebar p {
	width: 200px;
	padding-left: 30px;
	}
	
#facebook {
	margin-left: 30px;
	}

	
#sidebar .kontakt {
	background: #000000;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#sidebar .kontakt a {
	color: #ffeb1d;
	}





