/*
*	@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: #ffcc9e; background-color: #1f1106; text-align: center; background-image: url(../../Bilder/Layout/bg.jpg); background-repeat: no-repeat; background-position: top center; }

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

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

h1 { font-size: 3em; }
h2 { font-size: 2em; }

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

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

option { padding-left: 0.4em; }

fieldset, img { border: 0 solid; }

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

p { margin-bottom:15px; }
/* Gestaltungselemente */

#gesamt { width: 950px; margin: 10px auto; }

#navi { float: left; width: 214px; }
#content { float: right; width: 700px; }

#flashnavi { position: absolute; }

#headnavi { position: relative; z-index: 999; width: 207px; padding-top: 10px; text-align: center; }
.navi_head { color: #3f2005; text-decoration: none; font-size: 11px; }
.navi_head a { color: #3f2005; text-decoration: none; font-size: 11px; padding: 0px 5px; }
.navi_head a:hover, .navi_head a:active { color: #dd710f; text-decoration: none; font-size: 11px; padding: 0px 5px; }
.navi_head_act { color: #dd710f; text-decoration: none; font-size: 11px; }
.navi_head_act a { color: #dd710f; text-decoration: none; font-size: 11px; padding: 0px 5px; }
.navi_head_act a:hover, .navi_head_act a:active { color: #dd710f; text-decoration: none; font-size: 11px; padding: 0px 5px; }

#logo { width: 700px; height: 235px; text-align: center; }
#main { margin-top: 45px; text-align: left; margin-bottom: 50px; }

#headline { width: 700px; margin-bottom: 25px; }

.border { border: 1px solid #ffcc9e; }
.zusatz { font-size: 16px; }

#aktuelles { width: 601px; height: 241px; background-image: url(../../Bilder/Layout/aktuelles.jpg); background-repeat: no-repeat; position: absolute; }
#termine { width: 230px; margin: 85px 0px 0px 40px; font-size: 16px; text-align: center; font-style: italic; }

.eintrag { width: 600px; }
.eintrag_headline { height: 24px; border-bottom: 1px solid #ffd7b4; margin-bottom: 2px; }
.eintrag_content { padding: 10px; color : #1f1106; background-color: #ffd7b4; }


#seiten_switch { text-align:center; margin-bottom:10px; font-weight:bold; }
.seiten_switch_left_cont { float:left; margin:5px; width:130px; text-align:left; font-weight:bold; }
.seiten_switch_left { background-image:url(../../Bilder/Layout/zurueck.jpg); background-position:left center; background-repeat:no-repeat; padding-left:20px; }
.seiten_switch_left a { text-decoration:none; }
.seiten_switch_right_cont { float:right; margin:5px; width:130px; text-align:right;  font-weight:bold; }
.seiten_switch_right { background-image:url(../../Bilder/Layout/weiter.jpg); background-position:right center; background-repeat:no-repeat; padding-right:20px; }
.seiten_switch_right a { text-decoration:none; }
.seiten_switch_center { margin:3px; overflow:hidden; }
.seiten_switch_center a { text-decoration:none; }
.seiten_switch_center a.seiten_switch_center_link_act { text-decoration:none; color:#b0232b; }

