* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	height: 100%;
}

#logo {
	position: absolute;
	top: 0;
	left: 5px;
}

#wrap {
	width: 100%;
}

#head {
	margin: 30px 0 20px 200px;
	z-index: 20;
}

#head h1 {
	color: #277621;
	float: left;
	font-size: 280%;
	margin-bottom: 30px;
}

#head h2 {
	float: left;
	padding-left: 10px;
	margin-top: 7px;
	font-size: 220%;
	color: #2f8f28;
}

#nav {
	clear: both;
	width: 99.4%;
	background: #277621;
	padding: 3px;
	margin-top: 10px;
}

#nav ul {
	padding: 10px 5px;
	padding-right: 30px;
	border: 2px solid #fff;
	text-align: right;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 130%;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li a.active {
	font-weight: bold;
}

#rightbar {
	float: right;
	width: 30%;
	background: #C0C0C0;
	display: none;
}

#cwrap {
	
	width: 99.4%;
	margin-top: 10px;
	background-attachment: fixed;
}

.standard {
	background: url(sideimages/index.jpg) right top no-repeat;
}

.homepage {
	background: url(sideimages/start.jpg) right top no-repeat;
}

.exhibitors {
	background: url(sideimages/exhibitors.jpg) right top no-repeat;
}

.impressum {
	background: url(sideimages/impressum.jpg) right top no-repeat;
}

.place {
	background: url(sideimages/place.jpg) right top no-repeat;
}

* html div#content { 
   /* height: expression( this.scrollHeight > 519 ? "520px" : "auto" ); /* sets max-height for IE */
}

#content {
	padding-top: 40px;
	padding-right: 50px;
	width: 64%;
	background: #fff;
	/*max-height: 520px;*/
	min-height: 200px;
	overflow: auto;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #537a50;
	margin: 10px 10px;
	letter-spacing: 1px;
	clear: both;
}

#content h1 {
	font-size: 150%;
}

#content h2 {
	font-size: 140%;
}

#content p {
	margin: 10px 5px 10px 50px;
	letter-spacing: 0.05em;
	line-height: 20px;
}

#content dl {
	margin-left: 50px;
	width: 300px;
}

#content dt {
	color: #537A50;
	font-size: 120%;
	margin-top: 10px;
}

#content dd {
	margin-left: 20px;
	font-size: 130%;
	text-align: right;
	/*
color: #2F8F28;
*/
	color: #D61F1F;
}

#content a, #footer a {
	color: #d61f1f;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#content address {
	margin-left: 60px;
	font-family: Georgia, serif;
}

#content ul {
	margin-left: 70px;
}

#content li {
	margin: 5px;
	font-size: 110%;
}

#footer {
	clear: both;
	background: #fff;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 95%;
}

#footer h4 {
	margin: 18px 0 10px 0;
	color: #537a50;
	font-size: 110%;
}

/* Bildergalerie */
#galerie {
	width: 100%;
	float: left;
}

#galerie dl {
	margin: 5px 10px;
	padding: 4px;
	float: left;
	width: 182px;
	border-bottom: 1px solid #fff;
}

#galerie dd {
	font-size: 0.7em;
	padding: 0 5px;
	color: #333;
}

#galerie a:hover {
	text-decoration: none;
}

#galerie dt {
	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	margin: 5px 0;
}

#galerie dt img {
	border: 1px solid #aaa;
	border-bottom: 1px solid #333;
}

#galerie dl:hover {
	background: #efefef;
	/*border: 1px solid #eee;*/
	border-bottom: 1px solid #aaa;
}

.toggler {
	cursor: pointer;
}

