@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*End Reset*/

body {
	background: url(../images/bg-body-top.jpg) repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 150%;
}
#snow {
	position: absolute;
	margin-top: 40px;
	width: 100%;
	background: #666;
	height:170px;
	z-index: 50;
	background: url(../images/snow.png) repeat-x;
}

#wrapper {
}

#left {
	background: url(../images/bg-menu.jpg) no-repeat;
}

#navigation {
	margin: 200px 0 0 20px;
}

#picture {
	margin-top: 65px;
	height: 170px;
	margin-left: -20px;
}

/*#fader {
	position: relative;
	margin-top: -170px;
	float: right;
	z-index: 999;
} not used*/

/*#breadcrumbs {
	font: 10px;
	color: #20A22D;
	margin-top: 15px;
} not used*/

#page {
	background: #FFF;
	margin: 50px 0 100px 0;
}

#bottom {
	position: relative;
	clear: both;
	width: 100%;
	height: 150px;
	background: url(../images/bg-bottom.jpg) repeat-x bottom;
	bottom: 0;
}

#copy {
	font-size: 8px;
	color: #20A22D;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	color: #02AFDE;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

a {
	color: #02AFDE;
	text-decoration: none;
}

li a {
	display: block;
}

ul.liste {
	margin: 0 0 10px 30px;
}

ul.liste li {
	list-style: outside disc;
}

.submenu {
	margin-left: 30px;
}

.menu li, .submenu li {
	padding-left: 15px;
}
.menu li:hover, .submenu li:hover, .menu li.active, .submenu li.active {
	background: url(../images/arrow.jpg) no-repeat left center;
	padding-left: 15px;
}

.line {
	border-bottom: 1px solid #02AFDE;
	width: 150px;
	margin: 10px 0 10px 0;
	line-height: 1px;
	background: none !important;
}

b, strong {
	font-weight: bold;
	color: #02AFDE;
}

.odd td {
	background: #fff;}
.even td {
	background: #e3e3e3;
}

.no_bg {
	background: none !important;
}

/* general Formstyles
--------------------------------------------------------------------*/
input, textarea, select {
	margin-bottom: 5px;
}

/* Formatierungen für das KONTAKTFORMULAR
--------------------------------------------------------------------*/
input[type=text].error_input, textarea.error_input {
	border: 1px solid #FF0000;
	background-color: #ECECEC;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], select, textarea {
	color: #000;
	background-color: #ECECEC;
	border: 1px solid #0099FF;
	font-size: 12px;
	text-decoration: none;
}
input[type=radio] {
	height: auto;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	color: #000;
	background-color: #FFF;
	border: 1px solid #0099FF;
	font-size: 12px;
	text-decoration: none;
}
.cell_highlight {
	background-color: #F4F4F4;
}
.error_markup {
	font-style: oblique;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.error_input {
	border: 1px solid #FF0000;
	background-color: #ECECEC;
}
#formular {
	line-height: 20px;
}
.message {
	color: #FF0000;
	font-weight: bold;
}
/* Ende
--------------------------------------------------------------------*/

/* Massage
--------------------------------------------------------------------*/
#massage {
	width: 100%;
}
#massage td {
	width: 100px;
	text-align: right;
	padding: 5px;
}
#massage td.col1 {
	width: auto;
	text-align: left;
	color: #02AFDE;
}
/* Galerie
--------------------------------------------------------------------*/
.photos a img {
	margin: 0 10px 10px 0;
	border: 1px solid #02AFDE;
}
/* EC Cash
--------------------------------------------------------------------*/
.ecCash {
	margin-top: 20px;
	color: #F00;
}
.ecCash img {
	float: left;
	margin: 0 10px 0 0;
}

