/* CSS Document */
/*------------------- Allgemeines --------------------------------------------- */
/* 	Webseite: 	Saxomania.com
	Autor:		Sven Claussen
	Start:		Okt. 2009
	Letze Ä.:	19.10.2009 */
/*------------------------------------ Farben ----------------------------------*/
/*
Background:	#EEE6D7
blau:		#314750
oranje:		#C65C2F
grün:		#526D45
Fließtext:	#D8CDB1 */

* {
	margin:0;
	padding:0;
	border:none;
}
body {
	height: 100%;
	text-align:center;
	background: #EEE6D7 url(img/bg-body2.jpg) top left repeat-x;
}
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 75%;
	background: #EEE6D7;
	overflow-y: scroll;
}
html>body {
	font-size:12px;
}
* html #wrapper {
	height: 100%;
}
a:focus {
	outline:none;
}
li {
	list-style-type: none;
}
/* IE PNG fix ------------------*/
img, div, a, h1{ behavior: url(iepngfix.htc) }
/* ----------------------------------- divs ------------------------------------*/
#wrapper {
	position: relative;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	background: url(img/bg-wrapper1.jpg) top center no-repeat;*/
}
#wrapperDetail {
	position: relative;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	background: url(img/bg-wrapper2.jpg) top center no-repeat;*/
}
#topheader {
	position:relative;
	width: 1000px;
	height: 148px;
}
#header1 {
	position:relative;
	width: 1000px;
	height: 254px;
}
#contentOneRow {
	position:relative;
	margin-top: 30px;
	width: 1000px;
	padding-bottom: 6em;
}
#contentLeft {
	padding: 0 0 20px 55px;
	float: left;
	width: 430px;
}
#contentRight {
	width: 430px;
	float: right;
	padding: 0 20px 20px 0;
}
#sideNav {
	padding: 0 0 20px 55px;
	float: left;
	width: 280px;
}
#contentUitgelicht {
	width: 600px;
	float: right;
	padding: 0 20px 20px 0;
}
#footer {
	margin-top: -5em;
	height: 5em;
	clear:both;
	width: 100%;
	background: #BC4525 url(img/bg-footer1.jpg) top left repeat-x;
}


/* --------------- Hauptnavigation ---------------------------------------------------------*/

ul#topnav {
	position:absolute;
	bottom: 4px;
	right: 20px;
}
ul#topnav li{
	float:left;
	margin: 0 0 0 0;	
}
ul#topnav li a{
	float: left;
	text-decoration:none;
	font: bold 100%/1 Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing: 0.03em;	
	background:url(img/bg-nav-l.jpg) top left no-repeat;
	padding: 0 0 0 5px;
	color: #fff9c1;
}
ul#topnav li a span {
	float: left;
	background:url(img/bg-nav-r.jpg) top right no-repeat;
	padding: 7px 15px 7px 10px;
}
ul#topnav li a:hover{
	color:#beae5e;
	background-position: 0 -91px;
}
ul#topnav li a:hover span{
	color: #beae5e;
	background-position: 100% -91px;
	cursor: pointer;
}
ul#topnav li a.aktuell{
	color: #beae5e;
	background-position: 0 -91px;
}
ul#topnav li a.aktuell span{
	color:#beae5e;
	background-position: 100% -91px;
}
/*-------------------------------- Subnavigation ------------------------------------- */
ul#subnav {
	width: 100%;
	padding-left: 45px;
	overflow: hidden;
}

ul#subnav li {
	float:left;
	padding: 0 15px 40px 15px;
	width: 210px;
	background: url(img/bg-li-37-2.jpg) top center no-repeat; 
}
ul#subnav li p{
	margin: 10px 0 0 0;
	font: normal 100%/1.3 Arial, Helvetica, sans-serif;
	color: #333;
}
ul#subnav li h3{
	font: bold 170%/1.5 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.02em;
}
ul#subnav li h4{
	font: bold 100%/1 Arial, Helvetica, sans-serif;
	color: #C65C2F;
}
ul#subnav li h3#verkoop {
	color: #314750;
}
ul#subnav li h3#reparatie {
	color: #314750;
}
ul#subnav li h3#verhuur {
	color: #314750;
}
ul#subnav li h3#uitgelicht {
	line-height: 2;
	padding: 0 0 0 10px;
	color: #FA8B34;
  	border-bottom: 1px solid #ccc;
	background: url(img/bg-li-subnav-h3.jpg) top center no-repeat;
}
ul#subnav li p#uitgelicht {
	background: url(img/bg-li-subnav-p.jpg) bottom center no-repeat;
	margin: 0;
	color: #fff;
	border-top: 1px solid #30464E;
	padding: 10px 5px;
}
/*			Navigation Uitgelicht
------------------------------------------------------------------------------------- 
blau:		#314750
oranje:		#C65C2F
grün:		#526D45
*/

ul#workshops {
	margin: 10px 0 40px 27px;
}
ul#workshops li {
	margin: 0 0 1.5em 0;
}
ul#workshops li p.datum {
	font: bold 90%/1.2 Arial, Helvetica, sans-serif;
	color: #C65C2F;
}
ul#workshops li a {
	text-decoration: none;
	font: bold 120%/1.5 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.02em;
	color: #526D45;
	display: block;
	padding-left: 10px;
	background: url(img/bullet2.gif) 0 50% no-repeat;
}
ul#workshops li a:hover{
	text-decoration: underline;
}
ul#workshops li p.waar {
	display: block;
	text-decoration: none;
	font: normal 100%/1 Arial, Helvetica, sans-serif;
	color: #333;
}
/* --------------------------------------------------------- */
ul#success {
	margin: 10px 0 30px 27px;
}
ul#wsuccess li {
	margin: 0 0 1.5em 0;
}
ul#success li a {
	text-decoration: none;
	font: bold 120%/1.5 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.02em;
	color: #526D45;
	display: block;
	padding-left: 10px;
	background: url(img/bullet2.gif) 0 50% no-repeat;
}
ul#success li a:hover {
	text-decoration: underline;
}
p#uitgelicht {
	margin: 0 0 0 27px;
}

/*			Liste Modificaties
-------------------------------------------------------------------------------------- */
ul#mod {
	margin: 1em 0.5em;
	font: normal 95%/1.5 Arial, Helvetica, sans-serif;
	color: #314750;
}
ul#mod li {
	padding-left: 15px;
	background: url(img/bullet1.gif) center left no-repeat;
}

/* ------------------------ rule -----------------------------------------------------*/
.rule {
	padding: 10px 0 10px 150px;
}
/* ------------------------ pics Galerie ---------------------------------------------------- */
.bild {
	position:relative;
	left: 660px;
	top: 230px;
	z-index: 999;
}
ul#galerie {
	width: 500px;
	padding: 10px 0 0 20px;
}
ul#galerie li {
	float: left;
	width: 160px;
	padding: 4px 0;
}
ul#galerie li img {
	background: #FFF;
	padding: 5px;
	margin: 0 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}	
.galeriepic {
	background: #FFF;
	padding: 5px;
	margin: 10px 5px 10px 30px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.galerieUitgelicht {
	background: #FFF;
	padding: 5px;
	margin: 10px 10px 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
#secondaryContent img {
	margin: 10px 15px 10px 0;
}
/*			Bilder, gefloatet
---------------------------------------------------------------------------- */
.picrechts {
	float: right;
}
.piclinks {
	float: left;
}
.abstandRechts {
	margin-right: 20px;
	margin-bottom: 10px;
}
.abstandOben {
	margin-top: 20px;
}
.rahmen {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

/*				Kontaktformular
--------------------------------------------------------------------------------- */

ul#fehlerliste {
	font: normal 90%/1.5 Arial, Helvetica, sans-serif;
	color:#C30;
	margin: 10px 0;
}
form#kontaktform label, form#kontaktform p{
	font: normal 90%/1.5 Arial, Helvetica, sans-serif;
	color: #5A6777;
	display: block;
}
form#kontaktform span {
	font: normal 90%/1.5 Arial, Helvetica, sans-serif;
	color: #5A6777;
	padding: 1em 0.5em;
}
form#kontaktform fieldset {
	border: 1px solid #E5d7bf;
	padding: 10px;
	width: 100%;
}
form#kontaktform legend{
	padding: 0 5px;
	font: bold 90%/1.5 Arial, Helvetica, sans-serif;
	color: #666;
}
form#kontaktform textarea {
	margin: 0 0 10px 0;
	display: block;
	height: 150px;
	width: 250px;
	padding: 3px 5px;
	border: 1px solid #fff;
	border-top: 1px solid #bfb39e;
	background: #E5d7bf;
	overflow: hidden;
	font: normal 100%/1.5 "Trebuchet MS", Tahoma, Verdana, sans-serif;	
	color: #333;
}
input.forminput {
	margin: 2px 0 10px 0;
	display: block;
	padding: 3px 5px;
	border: 1px solid #fff;
	background: #E5d7bf;
	border-top: 1px solid #bfb39e;
	font: normal 100%/1.5 "Trebuchet MS", Tahoma, Verdana, sans-serif;
	width: 210px;
	color: #333;
}
form#kontaktform .wahl {
	margin: 1em 0;
	position: relative;
	top: 2px;
}
form#kontaktform .wahl:focus {
	outline: none;
}
input.senden {
	position: relative;
	left: -4px;
}
input.senden:focus {
	outline: none;
}

/*------------- Ruler ------------------------ */
#rule {
	text-align: center;
}
/*				Tabelle Verhuur
------------------------------------------------- */
table#verhuur {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #E5d7bf;
	background: #f7f3eb;
	font: 100%/2 Arial, Helvetica, sans-serif;
	color: #314750;
}
table#verhuur thead {
	text-align: right;
	background: #EEE6D7 url(img/bg-thead.jpg) top left repeat-x;
}
table#verhuur th {
	padding: 5px;
	color: #314750;
	border-bottom: 1px solid #ccc;
}
table#verhuur td {
	padding: 3px;
}
table#verhuur td.preis {
	text-align:right;
}
table#verhuur .odd {
	background: #EEE6D7;
}
table#verhuur td.instrument {
	color: #C65C2F;
	font-weight: bold;
}
