* {
	margin: 0;
	padding: 0;
}

body{
	padding:0;
	margin:0;
	background-color: #A08B61;
	background-image: url(../pics/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;

}


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background-image: url(../pics/bodybg.jpg);
	background-repeat: repeat-y;
}


#head {
	background: url(../pics/head.jpg) no-repeat;
	width:980px;
	height:203px;
}



#menu {
	position:absolute;
	background-image: url(../pics/menu.jpg);
	background-repeat: no-repeat;
	top:203px;
	width:236px;
	height:520px;
	left: 0px;
	padding-left: 30px;
}



#main {
	position: relative;
	background-repeat: no-repeat;
	width:394px;
	background-position: 0px 0px;
	overflow: auto;
	text-align: left;
	display: block;
	float: none;
	margin-left: 236px;
	top: 0px;
	font-size: 14px;
	margin-bottom: 300px;
}	


	

#rechts {
	background-image: url(../pics/rechts.jpg);
	position:absolute;
		left:630px;
	top:203px;
	width:350px;
	height:520px;

}


#foot {
	background-image: url(../pics/foot.jpg);
	position:relative;
	width:980px;
	height:166px;
	font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}

#foot p {
	padding-top: 150px;
	
}

ul#nav {   /* navigation list */
	list-style: none inside
}
	
ul#nav li {
	float: left;
	display: block;
	top: 80px;
}

ul#nav li a {
	width: 125px;
	text-decoration: none;
	display: block;
	color: #75480C;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul#nav li a#current {
	font-weight: bolder;
	color: #260233;
}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {
	color: #43045A;
	font-weight: bold;
	background-image: url(../pics/v.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6629B4;
	letter-spacing: 2px;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6629B4;
	letter-spacing: 2px;
}

a {
	color: #6621B7;
	text-decoration: underline;
}

a:hover {
	color: #38044C;
}

a img {border: 0;}

.current
{
	color: #54CBCA;
	font-weight: bold;
	}
	
	
	/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 40px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* Mailform */


div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 80px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #1D63A6;
	background: #fff;
	font-size: 10px;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}
