/**
  * Baugesellschaft Hanau
  *
  * @copyright       ©2009
  * @author          uforepublic
  * @version         V1.0.1
  *
  * @lastmodified    2009-02-18
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #FFFFFF url(images/gridbg.gif) repeat scroll 0 0; */
	background: #FFFFFF url(images/bg.gif) repeat-x;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
	color: #666;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	position: relative;
	margin-left: 29px;
	margin-bottom: 0;
	width: 960px;
	
	/* only for testing */
	/* background-color: green; */
}

#header {
	position: relative;
	margin-bottom: 0;
	height: 259px;
}

#header div {
	margin-bottom: 0;
}

#logo {
	background-color: #FFF;
	position: absolute;
	top: 11px;
	left: 0;
	width: 337px;
	height: 80px;
	padding: 10px;
	text-align: center;
	border-bottom: 10px solid #919395;
}

#slogan {
	background-color: transparent;
	position: absolute;
	top: 60px;
	left: 358px;
	width: 329px;
	height: 27px;
	padding: 0;
	text-align: center;
	/*border-bottom: 10px solid #919395;*/
}

#navigation-meta {
	background: transparent url(images/bg-navigation-meta.gif) no-repeat;
	position: absolute;
	top: 89px;
	height: 32px;
	left: 357px;
	width: 603px;
	text-align: right;
}

#header-image-left {
	position: absolute;
	top: 121px;
	left: 0;
	width: 357px;
	height: 110px;
	overflow: hidden;
}

#header-image-right {
	position: absolute;
	top: 121px;
	left: 361px;
	width: 357px;	
	height: 110px;
	overflow: hidden;
}

#header-image-description {
	position: absolute;
	top: 121px;
	left: 728px;
	width: 220px;
	height: 110px;
	overflow: hidden;
}

#header-image-description div {
	position: absolute;
	bottom: 9px;
}


#navigation {
	clear: left;	/* needed to clear floated #navigation-meta */
	position: absolute;
	top: 233px;
	left: 0;
	width: 357px;
	height: 26px;
	background-color: #919395;
}

#wrapper-main {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #FFFFFF url(images/gridbg.gif) repeat scroll 0 0; */
	
	background: transparent url(images/bg-wrapper-main.gif) repeat-y;
	clear: left;	/* needed to clear floated #navigation */
	margin-bottom: 0;
	float: left;
}

#navigation-sub {
	float: left;
	width: 357px;
	margin-right: 4px;
	margin-bottom: 0;
	/* border: 1px solid green; */
}

#content {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #FFFFFF url(images/gridbg.gif) repeat scroll 0 0; */
	
	float: left;
	/* width + padding-left + padding-right = 599px !!! */
	width: 500px;
	padding: 54px 42px 18px 57px;
}

#footer {
	clear: both;
}




 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
h3 { 
	font-size: 12px;
	font-weight: bold; 
	line-height: 18px; 
}

h4 {}

h5 {}

h6 {}

div {
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

a {
	font-weight: bold;
	color: #666;
}

a:hover {
	background-color: #cc0000;
	color: #FFF;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}


 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */

#header #logo a {
	text-decoration: none;
	background-color: transparent;
}

#header #logo a:hover {
	text-decoration: none;
	background-color: transparent;
}

#header-image-description * {
	margin-bottom: 0;
	color: #666;
	font-size: 11px;
}

#header-image-description h3 {
	font-weight: bold;
	color: #666;
	line-height: 1;
}



 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 0px 0;
}
.right {
	float: right;
	margin: 0 0 0px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin: 0;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}




/**
 * @section Navigation
 *
 */

#header ul {
	list-style: none;
	display: inline;
	margin-bottom: 0;
	text-transform: uppercase;
}

#header li {
	float: left;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#navigation-meta {}

#navigation-meta ul {
	text-align: right;
}

#navigation-meta li {
	float: none;
	display: inline;
	margin: 0 9px 0 0;
}

#navigation-meta li a {}

#navigation-meta li a:hover {
	background: none;
}

#navigation-meta li a.hilite {
	line-height: 26px;
}

#navigation-meta li a.hilite img {
	/* background-color: #cc0000; */
	background: url(images/stripe1.png) repeat scroll 0 0;
}



#navigation ul {}

#navigation li {}

#navigation li a {
	display: block;
	width: 89px;
	height: 13px;
	padding: 7px 0 6px 0;
	line-height: 26px;
	text-align: center;
}

#navigation li a.kontakt {
	background-color: #646567;
	width: 90px;
}

#navigation li a:hover,
#navigation li a:focus {
	line-height: 26px;
	background: url(images/stripe1.png) repeat scroll 0 0;
}

#navigation li a:hover img,
#navigation li a:focus img {
	background-color: #cc0000;
}

#navigation li a.hilite {
	line-height: 26px;
	background: url(images/stripe1.png) repeat scroll 0 0;
}

#navigation li a.hilite img {
	background-color: #cc0000;
}


#navigation-sub ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

#navigation-sub li {
	border-bottom: 4px solid #FFF;
	padding: 6px 60px 6px 10px;
	background-color: #eceded;
}

#navigation-sub li.first {
	border-top: 4px solid #FFF;
	margin-top: 43px;
}

#navigation-sub li a {
	padding: 0 5px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 277px;
}

#navigation-sub li h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

#navigation-sub li h2 a {
	padding-top: 1px;
}

#navigation-sub li p {
	margin: 0px;
}

#navigation-sub li p a {
	padding-bottom: 1px;
}

#navigation-sub li:hover {
	background: #cc0000 url(images/stripe1.png) repeat scroll 0 0;
}

#navigation-sub li:hover a {
	background-color: #cc0000;
	color: #FFF;
}

#navigation-sub li.hilite {
	background: #cc0000 url(images/stripe1.png) repeat scroll 0 0;
}

#navigation-sub li.hilite a {
	background-color: #cc0000;
	color: #FFF;
}



 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}



 /**
  * @section Tables
  *
  */

table {}

tr {}

th { 
	font-weight: bold; 
	padding-top: 5px;
	padding-bottom: 3px;
}

td {}



 /**
  * @section Form Styles
  *
  * Form Styles
  */

fieldset {
	width: 450px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width: 120px;
	float: left;
	clear: left;
}

fieldset label.error {
	float: none;
	padding-left: 5px;
	font-size: 10px;
	color: red;
}

fieldset input {
	width: 250px;
	padding: 2px;
}

fieldset input.medium {
	width: 195px;
}

fieldset input.small {
	width: 45px;
}

fieldset textarea {
	width: 254px;
	height: 100px;
	padding: 2px;
}

fieldset {
	border: 1px solid #dedddd;
	background-color: #fff;
	padding: 0.5em;
	margin-bottom: 2em;
	clear: both;
}

legend {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}

fieldset select {
}

fieldset p.smallrequired {
	font-size: 10px;
}

.spamschutzfield {
	position: absolute;
	left: -10000px;
}

.spamschutzfield input {
	background-color: red;
}


 /**
  * @section newsstyles
  *
  * All styles for the newspage
  */

.news {
	margin-bottom: 54px;
}

.news div.date {
	margin-bottom: 9px;
}

.news h2 a {
	font-weight: normal;
}





 /**
  * @section 	rest of style definitions
  *
  */



 /** 
  * @section	Styles for jQuery-Plugin toggleElements 
  *
  */

/* Toggler - default style */
.toggler {
   	margin: 0px;
	cursor:pointer;
	text-decoration: none;
	/*font-size: 1.4em;*/
	font-weight:normal;
	line-height:18px;
}
.toggler-closed {
	position: relative;
	left: -18px;
	/* color:#000; */
	padding-left: 18px;
	height:18px;
	background: #fff url(images/arrow-right.gif) top left no-repeat;
	/* border-bottom: 3px solid #666; */
}
.toggler-closed:hover {
	position: relative;
	left: -18px;
	/* color: #fff; */
	padding-left: 18px;
	height: 18px;
	background: #cc0000 url(images/arrow-down.gif) top left no-repeat;
	/* border-bottom: 3px solid #666; */
}
.toggler-opened {
	position: relative;
	left: -18px;
	/* color:#000; */
	padding-left: 18px;
	height:18px;
	background: transparent url(images/arrow-down.gif) top left no-repeat;
	/* border-bottom: 3px solid #666; */
}
.toggler-opened:hover {
	position: relative;
	left: -18px;
	/* color: #fff; */
	padding-left: 18px;
	height: 18px;
	background: #cc0000 url(images/arrow-up.gif) top left no-repeat;
	/* border-bottom: 3px solid #666; */
}

/* Container - default style */
.toggler-c {}

.toggler-c-closed {
	background:transparent;
	/* background: #fff; */
	margin: 0px 0px 18px 0px;
	padding: 18px 36px 18px 0px;
	/* border: 1px solid #dedddd; */
}
.toggler-c-opened {
	margin: 0px 0px 18px 0px;
	padding: 18px 36px 18px 0px;
	/* background: #fff; */
	/* border: 1px solid #dedddd; */
}








