/* (c) 2001 - 2008, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ position: relative; width: 965px; margin: auto; padding-top: 10px; }

.header								{ width: 965px; height: 131px; text-align: left; }
.header .meta						{ width: auto; height: 20px; padding: 10px; background-color: #dcdddf; }

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; background-color: #FEFBF6;}
.main .float-helper					{ float: left; width: 677px; }
.main .navigation					{ float: left; width: 189px; padding: 0px; background-color: #FEFBF6; }
.main .content 						{ float: left; width: 458px; padding: 0px 15px 25px 15px; background-color: #F9E3B6; background-image: url(../pics/layout/spalte_mitte_bg_unten.png); background-position: bottom; background-repeat: no-repeat; }
.main .content_anfahrt				{ float: left; width: 458px; padding: 30px 15px 25px 15px; background-color: #F9E3B6; background-image: url(../pics/layout/spalte_mitte_bg_unten.png); background-position: bottom; background-repeat: no-repeat; }
.main .content .box					{ overflow: hidden; clear: both; width: 100%; }
.main .related						{ float: left; width: 264px; padding: 2px 0px 0px 24px; background-color: #FEFBF6; overflow: hidden; background-image: url(../pics/layout/box_rechts_bg_unten.png); background-repeat: no-repeat; background-position: 24px bottom; }

.footer								{ overflow: hidden; clear: both; width: 965px; height: 19px; ; background-color: #FEFBF6; padding-top: 5px; }
.footer .base						{ width: 100%; }


/* Basisdefinitionen */
*						{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #404040; padding: 0px; margin: 0px; }

html					{ height: 100%; margin-bottom: 1px; } 
body					{ height: 100%; text-align: center; position: relative; padding-top: 10px; }

a:link					{ color: #404040; text-decoration: none; }
a:visited				{ color: #404040; text-decoration: none; }
a:hover					{ color: #404040; text-decoration: underline; }
a:active				{ color: #404040; text-decoration: none; }

h1						{ font-weight: bold; font-size: 13px; margin-bottom: 10px; }
h2						{ font-weight: bold; margin-bottom: 10px; }

b						{ font-weight: bold; }
strong					{ font-weight: bold; }
i						{ font-style: italic; }
img						{ border: 0px; }
p						{ padding: 0px 0px 0px 0px; }

ul						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ol						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ul li					{ list-style : none; }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }