/* Basisvorlage CSS, Modernes Webdesign
www.projektname.ch
Start: 00.00.2010
*/
/* Farbschema
---------------------------*/
/*
Farbton (Hintergrund Inhalt): #ffffff
Farbton (Balken und Schrift Dunkelbraun): #54301a
Farbton (Balken Hellbraun): #b29d8c
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
*/
/* Reset
---------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Globals und Typo
---------------------------*/
html {

}
body {
	background-image: url(img/bkg%20site.png);
	background-repeat: repeat;
	margin: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html>body {
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #b29d8c;
}
a:focus {
	outline: none;
}
p {
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
}
h4 {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	color: #FFF;
	font-weight: bold;
}
img, a img {
	border: 0;
}
.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
#wrapper {
	width: 800px;
	max-width: 100%;
	height: 600px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
}
#header {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFF;
	background-image: url(img/header%20bkg.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 50px;
	width: 742px;
	margin-left: 29px;

}
#content {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(img/content%20bkg.png);
	background-repeat: repeat-x;
	width: 742px;
	height: 415px;
	margin-top: 10px;
	margin-left: 29px;
}
#content2 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(img/content%20oeffnungszeiten%20bkg.png);
	background-repeat: repeat-x;
	width: 742px;
	height: 138px;
	margin-left: 29px;
}
#navi {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-image: url(img/navi%202%20bkg.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 742px;
	margin-top: 10px;
	margin-left: 29px;
	list-style-type: none;
	text-align: center;
}
#sidebar {
	background-color: #DDFFA6;
	float: right;
	width: 29.2em;
	max-width: 28%;
	display: inline;
}
#footer {
	clear: both;
	background-image: url(img/footer%20bkg.jpg);
	height: 30px;
	width: 742px;
	margin-left: 29px;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 35px;
}