/*
*	@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; }

img { behavior: url(/Beta/Includes/iepngfix.htc); }

html { height: 100%; margin-bottom: 1px; }

body { height: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 100.01%; color: #4b4b4b; background-color: #585b5f; background-image: url(../../Bilder/Layout/bg.jpg); background-repeat: repeat-x; background-position: top; text-align: left; }

table, td, p, div {	font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.4; }

ul, ol, dl { margin: 0 0 1em 1em; }
li { margin-left: 1.5em; line-height: 1.5em; list-style-image: url(../../Bilder/Layout/li.gif); }

h1 { font-size: 24px; margin-bottom: 5px; padding: 0px; font-weight: normal; font-variant: small-caps; }
h2 { font-size: 18px; margin-bottom: 15px; padding: 0px; font-weight: normal; font-variant: small-caps; }

blockquote, cite { margin: 0 0 1em 1.5em; }

form { display: inline; }
input, select, textarea { border: 1px solid #4b4b4b; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

option { padding-left: 0.4em; }

a { color: #4b4b4b; text-decoration: underline; }
a:hover, a:active { color: #7bb232; text-decoration: none; }

p { margin-bottom: 15px; }

/* Gestaltungselemente */
#gesamt { width: 953px; min-height: 100%; height: auto; position: relative; background-image: url(../../Bilder/Layout/bg_main.jpg); background-position: top left; margin: 0px; overflow: auto; }

#head { width: 953px; height: 360px; background-image: url(../../Bilder/Layout/bg_header.jpg); background-repeat: no-repeat; background-position: top left; margin-bottom: 20px; }
#logo { float: left; margin: 20px 0px 0px 20px; }
#logo_sassendorf { float: right; margin: 10px 30px 0px 0px; }

#menuecontainer { width: 160px; float: left; margin-right: 62px;  }
.menue { height: 24px; width: 160px; font-size: 14px; padding-left: 20px; }
.menue a { font-size: 14px; color: #4b4b4b; text-decoration: none; display: block; padding-left: 20px; }
.menue a:hover, .menue a:active { font-size: 14px; color: #7bb232; text-decoration: none; display: block; padding-left: 20px; background-image: url(../../Bilder/Layout/menue.gif); background-repeat: no-repeat; background-position: left; background-color: #fff; }

.menue_act { height: 24px; width: 160px; font-size: 14px; padding-left: 20px; }
.menue_act a { font-size: 14px; color: #7bb232; text-decoration: none; display: block; padding-left: 20px; background-image: url(../../Bilder/Layout/menue.gif); background-repeat: no-repeat; background-position: left; background-color: #fff; }
.menue_act a:hover, .menue_act a:active { font-size: 14px; color: #7bb232; text-decoration: none; display: block; padding-left: 20px; background-image: url(../../Bilder/Layout/menue.gif); background-repeat: no-repeat; background-position: left; background-color: #fff; }

#main { width: 680px; float: left; padding-bottom: 60px; }
#footer { width: 950px; text-align: right; position: absolute; bottom: 0px; margin-bottom: 0px; }

.gruen { color: #7bb232; font-style: italic; font-weight: bold; }
