/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #6183ad url(images/background_big.gif) center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}
a {
	color: #6799b1;
	text-decoration: none;
}
a:hover {
	color: #838f96;
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h2 {
	border-bottom: 1px solid #7f9fc6;
	border-top: 1px solid #7f9fc6;
	border-right: 20px solid #6183ad;
	color: #333366;
	font-size: 130%;
	font-weight: normal;
	margin: 7px 0;
	background: #c9dcea;
}
h3 {
	font-size: 140%;
	font-weight: bold;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(images/arrow.gif);
	background-image: url(images/arrow_outline.gif);
	background-image: url(images/background.gif);
	background-image: url(images/sonnenbrille1.gif);
	background-image: url(images/sonnenbrille2.gif);
	background-image: url(images/sonnenbrille3.gif);
	background-image: url(images/header_big.gif);
	background-image: url(images/selector.gif);
	background-image: url(images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(images/header_big.jpg) center no-repeat;
	color: #e0e0e0;
	font-size: 230%;
	font-weight: normal;
	height: 170px;
	line-height: 115px;
	text-indent: 200px;
}
#header a, #header a:hover {
	color: #e0e0e0;
	text-decoration: none;
}
#nav {
	padding-bottom: 40px;
	width: 179px;
}
#nav ul.nav1st li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul.nav1st li a {
	border-bottom: 1px solid #c9dcea;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}
#nav ul.nav1st li a:hover {
	background: #c9dcea url('images/selector.gif') no-repeat center right;
	color: #000;
}
#nav ul.nav1st li a.current {
	background: url('images/selector.gif') no-repeat center right;
	color: #fff;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul.nav2nd li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul.nav2nd li a {
	color: #d7e5ef;
	text-indent: 10px;
}
#nav ul.nav2nd li a:hover {
	background-image: url('images/selector_sub.gif');
	color: #000;
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
	width: 559px;
}
#column2 p {
	line-height: 190%;
	padding-bottom: 8px;
}
#column2 ul {
	margin-left: 23px;
	list-style: circle;
}
#column2 ol {
	margin: 0 0 13px 35px;
	list-style: decimal;
}
#column2 li {
	margin-top: 5px;
}
#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
p#breadcrumb {
	position: absolute;
	font-size: 0.8em;
	color: #CCCCCC;
	text-align: left;
	margin: 3px 0 0 5px;
	padding: 0;
}
p#breadcrumb a {
	color: #EFEFEF;
}
p#breadcrumb a:hover {
	color: #7AA6BA;
	text-decoration: none;
}
#column2 div.txt-img {
}
#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 0 0 10px 0;
	text-indent: 160px;
	text-align: center;
}
#footer a {
	color: #6799b1;
	text-decoration: none;
}
#footer a:hover {
	color: #838f96;
	text-decoration: underline;
}


/* Bildmodul */ 

/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	padding-right: 14px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	padding-left: 14px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}
.pnormal {
	border: none;
}

/* Definition der KLassen mit Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	padding-right: 14px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	padding-left: 14px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}
.pnormal_b {
	border: 1px solid #990000;
}


/* ### Bildgalerie ### */

#column2 div.galerie {
	clear: both;
}
#column2 div.galerie div.image {
	float: left;
	width: 270px;
}
#column2 div.galerie div.image img {
	padding: 5px;
	border: 1px solid #aaa;
}


/* Kontaktformular mit Captcha
============================== */

#formwrap {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
#form {
   width: 340px;
   padding: 0px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   text-align: left;
}
#form img {
   margin: 0 5px 0 0;
}
/* Rahmenfarbe angeben für Opera */
fieldset {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   border: none;
}
Label {
   font:11px/20px Verdana, Arial, Helvetica, Sans-Serif;
   padding:0px;
   margin-left: 0px;
}
.inpt {
   width: 334px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 0px 0px;
   word-spacing: 0.2em;
}
.txt {
   width: 334px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
   overflow: auto;
}
input.inpt:focus, textarea.txt:focus {
   color: #000;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.senden {
   display: block;
   float: right;
   width: 94px;
   font-weight: bold;
   font-size: 11px;
   margin: 10px 0px 0px 0px;
   padding: 3px 0px 3px 0px;
   background-color: #eee;
   color: #333;
   text-align: center;
   border: solid 1px #999;
   cursor: pointer;
}
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
   cursor: pointer;
}
.formerror {
   color: red;
   margin-top: 15px;
   margin-bottom: 10px;
}