/*
*	@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
*/

html { height: 100%; text-align: center; }

body { font-family: Arial, Helvetica, sans-serif; font-size: 100.01%; color:#5c5c5c; background-color: #fff; padding: 0; margin: 0; }

table, td, p, div {	font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

ul, ol, dl { margin: 0 0 1em 1em; }
li { margin-left: 1.5em; line-height: 1.5em; }

h1 { font-size: 2em; }
h2 { font-size: 1.2em; color: #162983; }

blockquote, cite { margin: 0 0 1em 1.5em; }

form { display:inline; }
input, select, textarea { border:1px solid #000; font-size:10px; }

option { padding-left: 0.4em; }

fieldset, img { border: 0 solid; }

a { color: #5c5c5c; text-decoration: underline;  }
a:hover, a:active { color: #5c5c5c; text-decoration: none; }

/* Gestaltungselemente */
#gesamt { width: 912px; height: 100%; }

#head { height: 110px; }
#header { height: 152px; border-top: 1px solid #162983; border-bottom: 1px solid #162983; }

#menue { height: 42px; border-bottom: 1px solid #162983; }

#main { height: 100%; padding: 15px 0px; }

#footer { height: 30px; border-top: 1px solid #162983; }

#menue2 { height: 29px; padding-left: 10px; font-size: 11px; border-bottom: 2px solid #162983; }
.mainmenue {float: left; height: 29px; width: 118px; text-align: center; font-size: 11px; }
.mainmenue a,.mainmenue a:active, .mainmenue a:hover { height: 21px; width: 118px; padding-top: 8px; background-image: url(../../Bilder/Layout/menue.jpg); color: #fff; text-decoration: none; display: block; }
.mainmenue_act { height: 29px; width: 118px; text-align: center; float: left; font-size: 11px; }
.mainmenue_act a,.mainmenue_act a:active, .mainmenue_act a:hover { height: 21px; width: 118px; padding-top: 8px; background-image: url(../../Bilder/Layout/menue_act.jpg); color: #fff; text-decoration: none; display: block; }


