/* Standard-CSS als Vorlage für mich */

/* Wichtige Farben
Dunkelgrün = #007A00
Grün =	     #009400
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
	font: 10px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
	background-image: url(../images/body_bg.gif);
}

/* @group Grundlegende Formatierungen */

a:link {
   color: #009ee0;
   text-decoration: none;
}

a:visited {
   color: #009ee0;
   text-decoration: none;
}

a:hover {
   color: black;
   text-decoration: underline;
}

a:active {
   color: black;
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 10px;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 1.0em;
   color: #f60;
   margin: 20px 60px 10px 240px;
   border-bottom: 1px solid #fff;
}

h2 {
	width: 180px;
	height: 40px;
}

h3 {
	width: 440px;
	height: 50px;
}

p, ul {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #666;
}

/* @end */

/* Header */

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 600px;
	0px;
	background-position: 0;
	background-color: white;
	margin-top: 50px;
}

#header {
   border: 1px solid #fff;
	width: 800px;
	height: 300px;
	background: url(../images/head_bg.gif) no-repeat 203px 0;
}

#headpic {
	float: right;
	width: 370px;
	height: 245px;
	margin-top: 29px;
	margin-right: 30px;
}
/* ENDE Header */

#content {
	width: 800px;
	height: 200px;
	margin-top: 10px;
}

#text {
	width: 350px;
	height: 200px;
	margin-top: 55px;
	margin-left: 123px;
	overflow: auto;
	float: left;
	padding-right: 17px;
}

/* @group Mainnavi */

/* Navi */
#navilist {
	width: 150px;
	float: left;
	margin-left: 30px;
	margin-top: 55px;
}

#navilist dt a {
	text-decoration: none;
}

#navilist dt a:hover {
}

#cross {
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 45px;
}

/* ENDE Navi */

/* @end */

/* @group Subnavi */
#subnavilist {
	width: 150px;
	margin-left: 203px;
	margin-top: 270px;
}

#subnavilist dt a {
	text-decoration: none;
}

#subnavilist dt a:hover {
}

/* @end */

/* @group lightbox */

#fotos {
	width: 440px;
	height: 300px;
}

#lb_content {
	width: 440px;
	opacity: 1;
	margin-bottom: 0;
	background-color: white;
	padding: 10px;
}

.lightbox_list {
	background-color: white;
}

#close_lb {
	width: 20px;
	height: 20px;
	position: relative;
	left: 440px;
	top: 25px;
}

#newsletterbox {
	margin-left: 5px;
}

/* @end */
