/**********************************************************************
PRINT-CSS fuer VVV-Lindlar e.V. http://www.vvv-lindlar.de
***********************************************************************/

/**********************************************************************
Gestaltung und technische Umsetzung: 
Agathe Gwiozdzik - BergNet GmbH  http://www.berg.net		 
***********************************************************************/

/*-------------------------------------------
Wichtige Farben:	
Dunkelgruen = #003300 [Schrift]
Hellgruen = #DCE2C7 [Navigation]
Hellgruen = #99CC66 [Rahmen #seite u. #nav]
Gelb = #FEDE58 [Navigation für "Hover"]
Hell-Gelb = #F8F4D2 [Navigation]
-------------------------------------------*/



/*------------------------------------------
Grundstruktur und Tags
-------------------------------------------*/
html, body, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
hr {
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
}
#seite { /*Umschliesst alle folgenden Elemnte*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header {
	background-repeat: no-repeat;
	margin: 0px;
	height: 150px;
	width: 100%;
	background-position: left top;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url((URL));
}
#logo {
	padding-top: 0px;
	padding-left: 3px;
}
#titel {
	padding-top: 50px;
	padding-left: 160px;
}
#titel h1{
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
/*--------------------------------------------
Adresszeile und Link-Elemente 
---------------------------------------------*/
#adresse {
	font-size: 12px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#adresse a, #adresse a:link, #adresse a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#adresse a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*-------------------------------------------
Impressum, Kontakt und Link-Elemente
--------------------------------------------*/
#impressum {
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	display: none;
}
#impressum a, #impressum a:link, #impressum a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#impressum a:hover {
	text-decoration: none;
	color: #003300;
}
/*------------------------------------------
Navigation und die Aufzählungen
-------------------------------------------*/
#nav {
	width: 159px;
	border-right: 1px solid #99CC66;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	display: none;
}
#nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/*------------------------------------------
Klassen der Navigation 
-------------------------------------------*/
.nav-a, .nav-a:link, .nav-a:visited {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #003300;
	font-size: 13px;
	font-weight: normal;
}
.nav-b, .nav-b:link, .nav-b:visited {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F8F4D2;
	font-size: 12px;
	color: #003300;
}
a.nav-a:hover, a.nav-b:hover {
	background-color: #FEDE58;
}
.nav-c {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #003300;
	font-size: 13px;
	font-weight: normal;
	background-color: #FEDE58;
}
/*------------------------------------------
Inhalt
-------------------------------------------*/
#content {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url((URL));
}
#content p{
	padding: 6px 0px 10px;
	margin: 0px;
}
#content h1 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 16px;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h2 {
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 16px;
}
#content ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	list-style-position: outside;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#content li{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 16px;
	padding: 0px;
	list-style-type: circle;
	font-weight: normal;
}
#content a, #content a:link, #content a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
}
#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DCE2C7;
}
#content .box-a {
	margin: 0px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: block;
	padding-right: 0px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#content .box-b {
	margin: 10px 0px 35px;
	line-height: 18px;
	display: block;
	padding: 0px;
}
#content .box-b-li {
	margin: 10px 0px;
	line-height: 18px;
	display: block;
	padding: 0px;
	width: 48%;
	float: left;
}
#content .box-b-re {
	margin: 10px 0px;
	line-height: 18px;
	display: block;
	padding: 0px;
	float: right;
	width: 48%;
}
#content .voher, #content .nachher {
	margin: 10px 0px;
	line-height: 18px;
	display: block;
	padding: 0px 0px 0px 5px;
	width: 48%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
}
#content .voher {
	float: left;
	background-color: #FFFFFF;
	}
#content .nachher {
	float: right;
	background-color: #FFFFFF;
}
#content .mitte {
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #003300;
	}
#content .box-b .voher img, #content .box-b .nachher img, #content .box-b .mitte img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 0px 0px 30px;
	padding: 0px;
}
#content .box-b img, #content .box-a img, #content .box-b-re img, #content .box-b-li img {
	border: 1px solid #000000;
	margin: 2px 15px 15px 0px;
	text-decoration: none;
}
#content .bildunterschrift {
	text-decoration: none;
	background-color: #FFFFFF;
	float: left;
	padding: 2px 0px 2px 2px;
	font-size: 10px;
	margin: 0px 15px 15px 0px;
}
/*--------------------------------
Formular
---------------------------------*/
#formular {
	display: block;
}
#formular br {
	clear: left;
}
label {
	text-align: right;
	float: left;
	width: 7em;
	padding-bottom: 5px;
	padding-top: 5px;
}
fieldset {
	padding-top: 20px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #666666;
	background-color: #FDFCF2;
	padding: 4px;
}
.button {
	margin-left: 87px;
	font-size: 11px;
	margin-top: 5px;
	}
/*------------------------------------------
Weitere Klassen
-------------------------------------------*/
.serif { /*für die V's im Schriftzug im #header*/
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: -4px;
	font-weight: bold;
	margin-right: -2px;
}
.sperren { /*für die V's im Schriftzug im #header*/
	margin-left: -5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: -4px;
	font-weight: bold;
	margin-right: -2px;
}
.clr {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.links {
	float: left;
}
.umrandung {
	border: 0px solid #FEDD58;
	background-image: url(../slideshow/brunnen.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
	height: 150px;
	width: 200px;
	padding: 0px;
	float: left;
}
.klein {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wichtig {
	background-color: #FFFFFF;
	display: inline;
	padding: 4px 2px;
	margin-top: 5px;
}

