@charset "utf-8";

/* ----- CSS Defaults ----- */

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  {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body, html {
	height: 100%;
	width: 100%;
}
body {
	background: #797979;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}
a {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 2;
}
h1 {
	text-transform: uppercase;
}
ol, ul {
	list-style: none;
}
p {
	font-size: 11px;
	line-height: 13px;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* ----- Site Layout ----- */

#wrapper_background {
}
#wrapper_image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#wrapper_distance {
	float: left;
	height: 50%;
	margin-bottom: -295px;
	width: 1px;
}
#wrapper_container {
	clear: left;
	height: 590px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 2;
}

#content_container_outer {
	background: #595959;
}
#content_container_inner {
	background: #4e4e4e;
	height: 360px;
	margin: auto;
	overflow: auto;
	width: 780px;
}
#content {
	height: 335px;
	padding: 25px 0 0 60px;
	width: 660px;
}

#sub_content_outer {
	background: url(../img/bg_site.gif) repeat-x;
}
#sub_content_inner {
	background: url(../img/bg_site_inner.gif) repeat-x;
	height: 210px;
	margin: auto;
	width: 780px;
}
#sub_content {
	color: #cccccc;
	font-size: 12px;
	line-height: 21px;
	padding: 4px 59px 0 0;
	text-align: right;
}
#sub_content a {
	color: #cccccc;
	text-decoration: none;
}
#sub_content a:hover {
	color: #ffffff;
}

.text {
	line-height: 16px;
}

#footer {
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}

#footer a {
	text-decoration: underline;
}

/* ----- Site Layout White ----- */

body.white {
	background: #f2f2f2;
	color: #626262;
}
body.white a {
	color: #999999;
}
body.white a:hover {
	color: #626262;
}
body.white #sub_content {
	color: #626262;
}
body.white #sub_content a {
	color: #626262;
}
body.white #sub_content a:hover {
	color: #333333;
}

#content_container_outer_white{
	background: #f2f2f2;
}
#content_container_inner_white {
	background: #ffffff;
	height: 360px;
	margin: auto;
	overflow: auto;
	width: 780px;
}

#sub_content_outer_white {
	background: url(../img/bg_site_white.gif) repeat-x;
}
#sub_content_inner_white {
	background: url(../img/bg_site_inner_white.gif) repeat-x;
	height: 210px;
	margin: auto;
	width: 780px;
}

/* ----- Site Layout Brown ----- */

body.brown {
	background: #423b2c;
}

#content_container_outer_brown {
	background: #423b2c;
}
#content_container_inner_brown {
	background: #393326;
	height: 360px;
	margin: auto;
	overflow: auto;
	width: 780px;
}

#sub_content_outer_brown {
	background: url(../img/bg_site_brown.gif) repeat-x;
}
#sub_content_inner_brown {
	background: url(../img/bg_site_inner_brown.gif) repeat-x;
	margin: auto;
	height: 210px;
	width: 780px;
}

/* ----- Navigation ----- */

#navigation {
	line-height: 12px;
	margin-left: 60px;
	padding-top: 4px;
}
#navigation ul li {
	color: #cccccc;
	display: inline;
	float: left;
	font-size: 12px;
	padding-right: 4px;
	position: relative;
}
#navigation ul li a {
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	color: #ffffff;
}

#navigation .submenu {
	text-transform: none;
}
.menu_lvl2 {
	left: 7px;
	position: absolute;
	top: 17px;
}
#navigation ul li .menu_lvl2_list {
	display: block;
	float: none;
	height: 17px;
	line-height: 1;
	margin-top: 4px;
	position: static;
	width: 400px;
}
* html #navigation ul li .menu_lvl2_list  {
	height: 16px;
}
*+html #navigation ul li .menu_lvl2_list  {
	height: 16px;
}

/* ----- Navigation Static ----- */

#navigation_static {
	float: right;
	padding-right: 55px;
}

/* ----- Navigation White ----- */

#sub_content_inner_white .menu_lvl2 {
	color: #626262 !important;
}
#sub_content_inner_white .menu_lvl2 a {
	color: #626262 !important;
}
#sub_content_inner_white .menu_lvl2 a:hover {
	color: #333333 !important;
}

/* ----- Formular ----- */

.formgen {
	margin-left: 368px;
}
* html .formgen {
	margin-left: 366px;
}
*+html .formgen {
	margin-left: 366px;
}
.forminfo {
	float: left;
	line-height: 15px;
	margin-left: 368px;
}
* html .forminfo {
	margin-left: 183px;
}
*+html .forminfo {
	margin-left: 366px;
}
.formerror {
	color: red;
}
.formtext, .formtextfield, .formsubmit {
	background-color: #cccccc;
	border: 1px solid #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 16px;
	margin:0 8px 8px 0;
	width: 218px;
}
* html .formtext {
	margin-bottom: 6px;
	width: 216px;
}
*+html .formtext {
	margin-bottom: 6px;
	width: 216px;
}
.formtextfield {
	height: 98px;
	overflow: auto;
}
* html .formtextfield {
	height: 96px;
	width: 216px;
}
*+html .formtextfield {
	height: 96px;
	width: 216px;
}
.formblock label {
	font-size: 12px;
	vertical-align: top;
}
.formsubmit {
	color: #000000;
	cursor: pointer;
	height: 24px;
	margin-left: 132px;
	padding-bottom: 3px;
	width: 88px;
}
* html .formsubmit {
	padding-bottom: 0;
}
*+html .formsubmit {
	padding-bottom: 0;
}

/* ----- Galerie ----- */

#gallery_container {
	width: 660px;
}
#gallery_container_view {
	float: left;
	font-size: 11px;
	line-height: 13px;
	width: 400px;
}
#gallery_container_view p {
    margin-left: 1px;
	width: 399px;
}

#gallery_container_thumbs {
	float: right;
	width: auto;
}
#gallery_container_thumbs img {
	border: 1px solid #000000;
	margin-bottom: 3px;
}
* html #gallery_container_thumbs img {
	margin-bottom: 5px;
}
*+html #gallery_container_thumbs img {
	margin-bottom: 5px;
}
.gallery_image {
    background: none;
    left: 0;
    position: absolute;
    top: 0;
}
.gallery_rollover {
	cursor: pointer;
}
.gallery_col {
	float: left;
	height: 300px;
	margin-left: 7px;
	width: 69px;
}

/* ----- Styling ----- */

.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.flLeft img {
	margin: 0 15px 5px 0;
}
.flRight img {
	margin: 0 0 5px 15px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.columnFirst, .columnLast {
	border: 1px solid #000000;
	float: left;
	height: 180px;
	margin-top: 60px;
	width: 180px;
}
.columnFirst {
	margin-right: 57px;
}
.columnLast {
}

.float_image {
	float: left;
}
.float_image img {
	margin: 0 15px 15px 0;
}

.news_image {
	width: 355px;
}

.presse_image {
	width: 430px;
}
.presse_image p {
    margin-bottom: 15px;
	width: 405px;
}

/* ----- Galerie Bewegte Frauen ----- */

.bewegte_frauen_text {
	padding-top: 200px;
	text-align: left;
	width: 382px;
}

.bewegte_frauen_image a img {
	border: 1px solid #000000;
}

