/* CSS Dokument zur Website HOBABO */

header, nav, main, footer {
	display:block;
}

html {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	background-attachment: fixed;
}
	
body {
	width: 800px;
	font-size:  0.875rem;
	margin: 0 auto;
	background-color: #332E29;
	background-position: center 0;
	background-attachment: fixed;
}
	
/* Layoutbereiche */

header {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 220px;
	background-image: url(../pic/logo_gardschmi_frei_top_800x172.png);
	background-position: 0px 50px;
	color: #FFF;
	background-repeat: no-repeat;
}
header h1{
	padding: 0;
	margin: 0;
}
header a{
	color: #FFF;
	text-decoration: none;
}

nav {position: relative;
}
nav ul {
	list-style: none;
	margin: 0;
	height: 35px;
	padding-top: 0;
	padding-right: 4rem;
	padding-bottom: 0;
	padding-left: 4rem;
}

main {
	position: relative;
	min-height: 320px;
	background-color: #FFF;
	padding-top: 0.5rem;
	padding-right: 4rem;
	padding-bottom: 0.5rem;
	padding-left: 4rem;
}

main h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
	color: #b8a38c;
}
main h2 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #6C6153;
}

main p{
	line-height: 1.4rem;
}
main a{
	color: #7f7364;
	text-decoration: none;
	font-weight: normal;
}

footer {
	font-size: 0.8rem;
	font-style: italic;
	color: #444;
	padding: 0 3.1rem;
	position: relative;
	margin: 0;
	padding: 1em;
	background-color: #999;
	background-opacity: 0.5;
}

footer p{
	font-size: 0.9rem;
	font-style: normal;
	color: #555;
	padding: 1rem 0 0 3.4rem;
	line-height: 1.4rem;
	}

footer a{
	color: #555;
	text-decoration: none;
}

/* Sitenavigation */

nav#top{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	display: inline;
	height: 25px;
}

nav#top li{
	display: inline;
	margin: 5px;
}
nav#footer {
	position: absolute;
	width: 100%;
	top: 10px;
	bottom: 0px;
	left: 0px;
	display: inline;
	height: 25px;
}
nav#footer li{
	display: inline;
	margin: 3px;
}



/* Klassen */

.kursiv09{
	font-size: 0.8rem;
	font-style: italic;
	}
.bilduntertext {
	font-size: 0.6rem;
	font-style: italic;
	text-align: right;
	margin: 0px;
	padding: 0.2rem 0.2rem 1.6rem 0.2rem;
}
.Imgbreite250 {
	width: 180px;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 20px;
	vertical-align: middle;
}
.Imgbreite50 {
    width: 30px;
    text-align: center;
    margin: 0000;
    padding: 10px;
    vertical-align: top;
}
#bild-text {
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img {
	height: auto;
	width: 100%;
}
