/*
*	@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: 11px; color: #424242; text-align: center; background-color: #e5f3f8; background-image: url(../../Bilder/Layout/bg_verlauf.jpg); background-position: top; background-repeat: repeat-x; }

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: 18px; color: #c6161e; margin-bottom: 20px; }
h2 { font-size: 16px;  color: #c6161e; margin-bottom: 6px; }
h3 { font-size: 13px;  color: #c6161e; margin-bottom: 8px; }
h4 { font-size: 13px;  color: #c6161e; margin-bottom: 0px; }

h3 a { color: #c6161e; }


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

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

option { padding-left: 0.4em; }

fieldset, img { border: 0 solid; }

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

p { margin-bottom: 12px; }

/* Gestaltungselemente */

#box{ min-height: 100%; height: auto !important; /* moderne Browser */ height: 100%; /* IE */ width: 850px; position: relative; margin: auto; text-align: left; background-color: #fff; background-image: url(../../Bilder/Layout/bg_box.jpg); background-repeat: repeat-x; background-position: bottom; border-left: 1px solid #c6161e; border-right: 1px solid #c6161e; }

#header { height: 170px; width: 850px; }

#menue { height: 120px; width: 850px; border-top: 1px solid #fff; background-image: url(../../Bilder/Layout/bg_menue.jpg); background-repeat: repeat-y; }
.menueteil { float: left; width: 170px; margin-left: 20px; margin-top: 7px; }
.menuepunkt { width: 170px; height: 24px; border-bottom: 1px dotted #fff; padding-top: 10px; display: block; }
.menuepunkt a { font-size: 13px; text-decoration: none; display: block; color: #fff; }
.menuepunkt a:hover, .menuepunkt a:active { font-size: 13px; text-decoration: none; display: block; color: #fff; }

#layer { width: 453px; height: 205px; background-image: url(../../Bilder/Layout/layer.png); z-index: 9; position: absolute; margin-top: 60px; margin-left: 398px; }
#layer div { width: 230px; height: 120px; margin: 10px 0 0 15px; font-size: 11px; }

#main { margin: 20px; padding-bottom: 20px; }

#footer { position: absolute; bottom: 0; /* wichtig */ text-align: right; width: 840px; margin-bottom: 10px; }

.unterpunkt { }
.unterpunkt a { color: #c6161e; text-decoration: underline; }
.unterpunkt a:hover, .unterpunkt a:active { color: #c6161e; text-decoration: none; }

.unterpunkt2 { font-weight: bold; }
.unterpunkt2 a { color: #c6161e; text-decoration: underline; }
.unterpunkt2 a:hover, .unterpunkt2 a:active { color: #c6161e; text-decoration: none; }


.img { border: 1px solid #c6161e; }

.border_bottom { border-bottom: 1px solid #eee; padding: 4px; }

.box { float: right; padding: 5px; background-image: url(../../Bilder/Layout/bg_untermenue.jpg); background-repeat: no-repeat; border: 1px solid #c6161e; }

#adresse_fans { width: 340px; padding: 20px; background-image:url(../../Bilder/Layout/bg_fans.jpg); border: 1px solid #c6161e; }
