@charset "utf-8";
/* CSS Document */

*
	{
	margin:0px;
	padding:0px;
	}

body
	{
	background-color:#e3e3e3;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	overflow-y:scroll;
	}

* html body
	{
	overflow:auto;
	}

*+html body
	{
	overflow:auto;
	}

h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#889b0c;
	}

#wrapper
	{
	margin:0px auto;
	width:800px;
	}

#header
	{
	margin-left:-1px;
	}

* html #header
	{
	margin-left:1px;
	}

*+html #header
	{
	margin-left:1px;
	}

/*-------------------[NAVI]-------------------*/

#navi
	{
	width:220px;
	padding:0px;
	float:left;
	}

#navi ul
	{
	list-style-type:none;
	margin:30px;
	}

#navi ul a
	{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	font-weight:bold;
	color:#555555;
	}

#navi ul a:hover
	{
	color:#889b0c;
	}

#navi form
	{
	margin-left:30px;
	}

#navi input[type=text]
	{
	width:100px;
	margin-right:3px;
	color:#999999;
	}

#heurigen
	{
	height:30px;
	width:200px;
	background-color:#b56423;
	margin-bottom:3px;
	margin-left:-1px;
	}

* html #heurigen
	{
	margin-left:1px;
	}

*+html #heurigen
	{
	margin-left:1px;
	}

#heurigen a
	{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:30px;
	}

#heurigen a:hover
	{
	color:#333333;
	}

#aufgsperrt
	{
	height:30px;
	width:200px;
	background-color:#698a4e;
	margin-bottom:3px;
	margin-left:-1px;
	}

* html #aufgsperrt
	{
	margin-left:1px;
	}

*+html #aufgsperrt
	{
	margin-left:1px;
	}

#aufgsperrt a
	{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:30px;
	}

#aufgsperrt a:hover
	{
	color:#333333;
	}

#veranstaltungen
	{
	height:30px;
	width:200px;
	background-color:#5f718f;
	margin-bottom:30px;
	margin-left:-1px;
	}

* html #veranstaltungen
	{
	margin-left:1px;
	}

*+html #veranstaltungen
	{
	margin-left:1px;
	}

#veranstaltungen a
	{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:30px;
	}

#veranstaltungen a:hover
	{
	color:#333333;
	}

/*-------------------[CONTENT]-------------------*/

#main
	{
	padding:30px;
	margin-left:220px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	}

#main a
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#889b0c;
	}

#main a:hover
	{
	color:#444;
	}

#content
	{
	}

#content1
	{
	width:240px;
	float:left;
	}

#content2
	{
	text-align:left;
	margin-left:280px;
	width:240px;
	}

* html #content2
	{
	margin-left:280px;
	width:237px;
	}

#foto
	{
	margin:0px auto 10px 3px;
	}

#galerie a
	{
	border:none;
	}

#galerie img
	{
	border:2px solid #889b0c;
	padding:1px;
	margin:3px;
	}

#galerie img:hover
	{
	border:2px solid #333333;
	}