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

body { height: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 100.01%; color:#000000; background-color: #f9f9f9; text-align: left; }

table, td, p, div {	font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

ul, ol, dl { margin: 0 0 1em 1em; }
li { margin-left: 1.5em; line-height: 1.5em; }

h1 { font-size: 1.5em; margin-bottom: 15px; color: #577f01; }
h2 { font-size: 1.1em; margin: 15px 0; color: #577f01; }
h3 { font-size: 100%; margin: 0px; padding: 0px; color: #577f01; }

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

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

option { padding-left: 0.4em; }

fieldset, img { border: 0 solid; }

a { color: #000000; text-decoration: underline; }
a:hover, a:active { color: #000000; text-decoration: none; }

p { margin-top: 10px;}

/* Gestaltungselemente */
#box{ min-height: 100%; height: 100%; /* IE */ background-color: #fff; border-right: 1px solid #eee; }

#head { height: 100px; background-image: url(../../Bilder/Layout/verlauf_head.jpg); background-repeat: repeat-x; }

#left { width: 200px; }

.menue div { margin-left: 15px; padding-top: 3px; font-size: 11px; }
.menue a { height: 20px; width: 200px; font-size: 12px; text-decoration: none; display: block; background-image: url(../../Bilder/Layout/menue.jpg); background-repeat: no-repeat; }
.menue a:hover, .menue a:active { text-decoration: none; font-size: 12px; color: #fff; display: block; background-image: url(../../Bilder/Layout/menue_act.jpg); background-repeat: no-repeat; }

.menue_act div { margin-left: 15px; padding-top: 3px; font-size: 11px; }
.menue_act a { height: 20px; width: 200px; font-size: 12px; text-decoration: none; color: #fff; display: block; background-image: url(../../Bilder/Layout/menue_act.jpg); background-repeat: no-repeat; }
.menue_act a:hover, .menue_act a:active { text-decoration: none; font-size: 12px; color: #fff; display: block; background-image: url(../../Bilder/Layout/menue_act.jpg); background-repeat: no-repeat; }

.menue_big div { margin-left: 15px; padding-top: 3px; font-size: 11px; }
.menue_big a { height: 34px; width: 200px; font-size: 12px; text-decoration: none; display: block; background-image: url(../../Bilder/Layout/menue.jpg); background-repeat: no-repeat; }
.menue_big a:hover, .menue_big a:active { text-decoration: none; font-size: 12px; color: #fff; display: block; background-image: url(../../Bilder/Layout/menue_act_big.jpg); background-repeat: no-repeat; }

.menue_act_big div { margin-left: 15px; padding-top: 3px; font-size: 11px; }
.menue_act_big a { height: 34px; width: 200px; font-size: 12px; text-decoration: none; color: #fff; display: block; background-image: url(../../Bilder/Layout/menue_act_big.jpg); background-repeat: no-repeat; }
.menue_act_big a:hover, .menue_act_big a:active { text-decoration: none; font-size: 12px; color: #fff; display: block; background-image: url(../../Bilder/Layout/menue_act_big.jpg); background-repeat: no-repeat; }

#main { padding: 20px; }
#main_text { width: 650px; }

#footer { bottom: 0px; /* wichtig */ height: 17px; text-align: right; background-image: url(../../Bilder/Layout/verlauf_footer.jpg); background-repeat: repeat-x; }
#footer a { color: #fff; text-decoration: none; margin-right: 10px; }
#footer a:hover, #footer a:active { color: #000; text-decoration: none; margin-right: 10px; }

.border-top { border-top: 1px solid #577f01; padding: 3px; }
.img { border: 1px solid #577f01; }
