/* Definition der HTML-Tags (HTML-Elemente als Selektoren) */

* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
}

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color:#006633;
	font-size:16pt;
}

h2 {
	color:#76C77A;
	margin-bottom:25px;
	font-size:14pt;
}

a:link, a:active, a:visited {
	color:#006633;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#8FD193;
}


#nav a:link, #nav a:active, #nav a:visited {
	color:#006633;
	padding:5px 0px 5px 30px;
	border-bottom:1px solid #FFFFFF;
	display:block;
	width:190px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	background-color:#F5FAF5;
	border-bottom:1px solid #006633;
}

/* Definition der Seitenbereiche (Facbbegriff: ID-Selektoren) */

#container {
	position:absolute;
	width:770px;
	left:50%;
	margin-left:-385px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	min-height:100%;
	background-image:url(bilder/weinstock.jpg);
	background-repeat:no-repeat;

}

#inhalt {
	margin-top: 150px;
	margin-left: 240px;
	height:100%;
	/* background-color:#FBF4F4; */
}


#nav {
	margin-top: 360px;
	width:220px;
	height:auto;
	float:left;
	/* background-color:#F1FAF2; */
}



img {
	padding:5px;
	border:1px solid #006633;
	margin-bottom: 10px;
}
