/*
        Screen StyleSheet fuer Gewerbeverein Reinheim Webseite
		
		#2e6300			Hervorgehobene Schrift
		#4e7300			Links
		#7ec300			Hintergrund Navigation
		#8cd800
		#98e50c			Hintergrund-Farbe hellgruen

*/

.hide,hr {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}

.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}

h1,h2,h3,h4,h5,h6 {
	color: white;
	}

form,h1,h2,h3,h4,h5,h6,body {
	margin: 0;
	padding: 0;	
	}

img {
	border: 0px none;
	}

em {
	font-weight: italic;
	}

strong {
	font-weight: normal;
	color: white;
	}

abbr,acronym {
	cursor: help;
	}
	
a,
a:visited {
	color: white;
	}

a:hover,
a:active {
	text-decoration: none;
	}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* --- Page layout --- */

html {
	height: 100%;
	}

body {
	background-color: #eee;
	font: normal 80%/1.5em arial,helvetica,sans-serif;
	color: #333;
	height: 100%;
	}

#page {
	width: 780px;
	margin: 0 auto;
	background: #98e50c url(../imgs/page/bg.gif);
	}
	
#bgtop {
	width: 100%;
	height: 11px;
	background: url(../imgs/page/bgtop.jpg) 0 0 repeat-x;
	}

#footer {
	width: 100%;
	height: 137px;
	background: url(../imgs/page/bgbottom.jpg) 0 0 no-repeat;
	border-top: 1px solid #98e50c;
	}

#footer .visual {
	margin-left: 50px;
	height: 114px;
	background: url(../imgs/page/pic.jpg) 0 0 no-repeat;
	}

/* --- nav --- */

#sidebar {
	float: left;
	width: 205px;
	margin-left: 50px;
	background-color: #7ec300;
	}

#sidebar h1 {
	border-bottom: 1px solid #98e50c;
	}

#sidebar h1 a {
	display: block;
	height: 175px;
	background: url(../imgs/page/logo.jpg) 50% 50% no-repeat;
	}

#sidebar h1 a span {
	display: none;
	}

#sidebar li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #98e50c;
	}

#nav li a {
	display: block;
	height: 17px;
	}

#nav li a:hover,
#nav li a:active {
	color: black;
	background-color: #87d100;
	}

#nav li a.active {
	background-color: #87d100;
	border-left: 1px solid #7ec300;
	border-right: 1px solid #7ec300;
	background-position: 2px 50%;
	}

#nav li a span {
	display: none;
	}

#nav-news {
	background: url(../imgs/nav/news.gif) 3px 50% no-repeat;
	}

#nav-about {
	background: url(../imgs/nav/about.gif) 3px 50% no-repeat;
	}

#nav-members {
	background: url(../imgs/nav/members.gif) 3px 50% no-repeat;
	}

#nav-memberarea {
	background: url(../imgs/nav/memberarea.gif) 3px 50% no-repeat;
	}
	
#nav-events {
	 background: url(../imgs/nav/events.gif) 3px 50% no-repeat;
	 }

#nav-gallery {
	background: url(../imgs/nav/gallery.gif) 3px 50% no-repeat;
	}

#nav-becomemember {
	background: url(../imgs/nav/join.gif) 3px 50% no-repeat;
	}

#nav-contact {
	background: url(../imgs/nav/contact.gif) 3px 50% no-repeat;
	}

#nav-reinheim {
	background: url(../imgs/nav/reinheim.gif) 3px 50% no-repeat;
	}

#nav-imprint {
	background: url(../imgs/nav/imprint.gif) 3px 50% no-repeat;
	}

#nav-management {
	background: url(../imgs/nav/management.gif) 3px 50% no-repeat;
	}

#search {
	padding: 2px 0 1em 3px;
	border-bottom: 1px solid #98e50c;
	margin-bottom: 2em;
}

#search.active {
	padding: 2px 0 1em 2px;
	background-color: #87d100;
	border-left: 1px solid #7ec300;
	border-right: 1px solid #7ec300;
	}

#search p {
	font-size: 95%;
	margin: .5em 0;
	padding: 0 8px;
	}

#search fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

#search legend {
	display: none;
	margin: 0;
	padding: 0;
	}

#search label {
	font-size: 110%;
	font-weight: bold;
	}

#search input.text {
	border: 1px solid #377603;
	font-size: 90%;
	padding: 3px 3px;
	margin: 3px 8px;
	width: 175px;
	}

#search img {
	margin: 0 0 0 8px;
	}

#search label.submit {
	display: block;
	text-align: right;
	width: 190px;
	}

#search input.submit {
	width: 120px;
	height: 18px;
	}
	
/* --- main --- */

#main {
	float: left;
	padding: 35px 35px 1em 35px;
	width: 440px;
	}

#main a.link {
	padding-left: 1em;
	background: url(../imgs/misc/white_arrow_right.gif) 2px 50% no-repeat;
	}

#main a.back {
	padding-left: 1em;
	background: url(../imgs/misc/white_arrow_left.gif) 2px 50% no-repeat;
	}
	
#main p {
	line-height: 1.5em;
	}

#main strong.white {
	color: white;
	}

h1 {
	font-size: 250%;
	line-height: 1.25em;
	font-weight: normal;
	color: white;
	}

.news-article h1,
.member h1 {
	font-size: 200%;
	}
			
#main h2 {
	margin: .75em 0;
	font-size: 125%;
	font-weight: normal;
	color: white;
	}
	
#main h3 {
	margin-top: .75em;
	font-size: 125%;
	font-weight: normal;
	color: white;	
	}

#main h3 a {
	text-decoration: none;
	}

#main h3 a:hover,
#main h3 a:active {
	text-decoration: underline;
	}
	
#main h4 {
	font-size: 100%;
	color: white;
	font-weight: normal;
	}

.box {
	background-color: #87d100;
	border: 1px solid #7ec300;
	padding: 0 1em;
	margin-top: 2em;
	}
	
#main ul {
	margin: 1em 0;
	}

#main ul li {
	padding-left: 1em;
	background: url(../imgs/misc/black_arrow_right.gif) 0 0.5em no-repeat;
	line-height: 1.5em;
	}

#main dl {
	margin: 1em 0;
	}

#main dl.members dt {
	margin-top: 1em;
	}

#main dl.members dd,
#main dl.events dd,
#main dl.galleries dd {
	margin-left: 0;
	}

#main dt.date {
	font-size: 100%;
	margin-top: 2em;
	color: white;
	}

#main dd.title {	
	font-size: 125%;
	color: white;
	}

#logo {
	text-align: right;
	}
	
#main img {
	border: 1px solid #7ec300;
	}

#main img.logo {
	float: right;
	display: block;
	margin: .25em 0;
	}
	
#main img.pic {
	float: left;
	display: block;
	margin: 0 10px 0.5em 0;
	}

#main img.fullsize {
	display: block;
	margin: 3em auto;
	}

#main img.thumb {
	float: left;
	display: block;
	margin: 8px 16px 8px 0;
	}

#main .buttons .first,
#main .buttons .second {
	float: left;
	width: 49%;
	}
	
#main .buttons .second {
	text-align: right;
	}
		
/* eof */