* {margin: 0; padding: 0;}

body {
	background: #990000 url(hintergrund.jpg);
	color: #333;
	font: normal 72.5% Georgia, Times, "Times New Roman", serif;
	padding: 1% 0;
}

a {color: #990000;}
a:hover {color: #ffffff;}

big {font-size: 1.1em;}

h1 {color: #990000; padding: 8px 0 6px;}

h2 {color: #ffffff; padding: 8px 0 6px;}

h3 {color: #333; padding: 8px 0 16px;}

h1 {font: normal 2.4em Georgia, Times, "Times New Roman", serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Georgia, Times, "Times New Roman", serif;}
h3 {font: normal 1.2em Georgia, Times, "Times New Roman", serif;}

blockquote {
	background: #99cc99 url(99cc99.jpg);
	display: block;
	font: italic 1.1em Georgia, Times, "Times New Roman", serif;
	padding: 26px 26px 26px 26px;
	color: #ffffff;
	line-height: 150%;
	border: 1px dashed #333;
}

form,table {margin-bottom: 1.2em;}


.imagefloat { float: left; }

.imagefloatright { float: right; }

img {
  border: 0;
  margin: 0 6px 6px 0;
}

label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: italic 0.9em Georgia, Times, "Times New Roman", serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #990000;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #8fbc8f url(8fbc8f.jpg);
	border-top: 0px;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #990000;
	border-top: 0px;
}

.title h1 {	
	text-align: right;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 0px;
	background: #990000 url(weinhaus.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	background: #8fbc8f url(nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #333333;
}
.navigation a {
	background: #FFF url(nav.gif) repeat-x;
	border-right: 1px solid #333333;
	color: #003300;
	float: left;
	font: bold 1em Georgia, Times, "Times New Roman", serif;
	padding: 0 6px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.navigation a#active {background-position: left bottom; color: #990000;}
.navigation a:hover {background-position: left bottom; color: #99cc99;}

/* main */
.main#two-columns {background: #8fbc8f url(8fbc8f.jpg);}

/* footer */
.footer {
	background: #990000;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #99cc99;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 74%;}
.col2 .right .content {background: #99cc99 url(99cc99.jpg);}
.col2 .right {width: 25%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #333;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #333;
	list-style: none;
}
.block li a,.block li em {
	color: #990000;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #99cc99 url(99cc99.jpg);
	color: #003300;
}

.right .block,.right .block li {border-color: #003300;}
.right .block li a:hover {background: #99cc99 url(99cc99.jpg);}
