/*
*	@author			PixelProductions GmbH
*
*	@version		1.0
*	@date			2008-06-15
*
*
*	@section 		browser reset
*	@see     		http://www.yaml.de/documentation/...
*
*	Reset any browser specific CSS declaration to known values
*/

* { margin: 0; padding: 0; }

html { height: 100%; margin-bottom: 1px; }

body { font-family: Arial, Helvetica, sans-serif; font-size: 100.01%; color: #2a2a2a; background-color: #fff; background-image: url(../../Bilder/Layout/bg_gesamt.jpg); background-position: top center; background-repeat: no-repeat; text-align: center; }

table, td, p, div {	font-family: Arial, Helvetica, sans-serif; font-size: 13px; }

ul, ol, dl { margin: 0 0 1em 1em; }
li { margin-left: 1.5em; line-height: 1.5em; }

h1 { font-size: 28px; color: #00578f; font-weight: normal; margin: 20px 0px; }
h2 { font-size: 20px; color: #00578f; margin-bottom:20px; margin-top:0px; font-weight: normal;  }

blockquote, cite { margin: 0 0 1em 1.5em; }

form { display:inline; }
input, select, textarea { border:1px solid #000; font-size:12px; font-family: Arial, Helvetica, sans-serif; }

option { padding-left: 0.4em; }

fieldset, img { border: 0 solid; }

a { color: #2a2a2a; text-decoration: underline; }
a:hover, a:active { color: #00578f; text-decoration: none; }

#gesamt { height: auto; height: 100%; min-height: 100%; position: relative; width: 965px; margin: 0px auto; text-align: left; }
#gesamt_inhalt { width: 960px; position: relative; overflow: hidden; }

#head { width: 880px; height: 92px; margin: 0px 30px 0px 36px; }
#logo { padding-top: 45px; float: left; }
#schrift_zusatz { padding-top: 45px; float: right; text-align: right; }
#schrift_zusatz a { color: #00578f; text-decoration: none; }
#schrift_zusatz a:hover, #schrift_zusatz a:active { color: #2a2a2a; text-decoration: none; }
#zusatz { margin-top: 32px; font-size: 16px; }

#main { clear: both; height: auto; padding-top: 38px; }
#left { width: 216px; float: left; margin-right: 37px; }
#right { width: 667px; float: left; padding-bottom: 20px; }
#right p { width: 540px; margin-bottom: 20px; }

#menuecontainer { width: 215px; margin-left: 1px; }
.menue { height: 30px; border-bottom: 1px solid #fff; font-size: 14px; display: block; }
.menue a { height: 23px; color: #fff; text-decoration: none; font-size: 14px; display: block; padding: 7px 0px 0px 15px; }
.menue a:hover, .menue a:active { height: 23px; color: #fff; text-decoration: none; background-color: #95b0ce; font-size: 14px; display: block; padding: 7px 0px 0px 15px; }

.menue_act { height: 30px; border-bottom: 1px solid #fff; font-size: 14px; display: block; }
.menue_act a { height: 23px; color: #fff; text-decoration: none; background-color: #95b0ce; font-size: 14px; display: block; padding: 7px 0px 0px 15px; }
.menue_act a:hover, .menue_act a:active { height: 23px; color: #fff; text-decoration: none; background-color: #95b0ce; font-size: 14px; display: block; padding: 7px 0px 0px 15px; }

.border { border: 1px solid #00578f; }

#fragen { position: relative; z-index: 999; width: 216px; height: 210px; right: -18px; top: 18px; }

.zusatz_img { width: 122px; background-color: #00578f; color: #fff; padding: 4px 0px; text-align: center; border-top: 1px solid #fff; font-size: 12px; }
