/* (c) 2001 - 2007, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ width: 970px; margin: 5px auto 15px auto; text-align:left; padding: 0; background-color: #ffffcc; border: 1px solid #121e3d;}

.header								{ background-color: #121e3d; width: 970px; height: 155px; text-align: left; background: url(../pics/layout/hg-meta.jpg); /*background-image: url(../pics/layout/klein-banner_02.gif);*/}
.header .thema						{ width: 100%;}
.header .thema .banner              {margin: 20px 0px 0px 50px; padding: 0px; float: left;}
.header .logo                       {float: left; width: 300px;}
.header .logo img					{ margin: 12px 0 0 115px; }
.header .meta						{ width: 100%; height: 25px; background-color: #fff; float: left;}

.main								{ width: 970px; text-align: left; height: auto; overflow: hidden; clear: both; margin-top: 3px; background-image: url(../pics/layout/kachel-hg.jpg); background-repeat: repeat-y; }
/** html .main                        { he\ight: 550px;}*/

.main .float-helper					{ float: left; width: 960px; min-height: 450px; height: auto !important; height: 500px;  }
.main .navigation					{ float: left; width: 200px; margin-top: 5px;}
.main .content 						{ float: left; width: 728px; padding: 20px 12px 0 20px; background-color: #ffffcc; position: relative;  }
.main .content .box					{ }

.main .float-helper-schmal			{ float: left; width: 760px; min-height: 450px; height: auto !important; height: 500px; } 
.main .float-helper-schmal .content { float: left; width: 498px; padding: 20px 2px 0 20px; background-color: #ffffcc; position: relative;  }
.main .float-helper-schmal .content-kontakt { float: left; width: 368px; padding: 20px 2px 0 20px; background-color: #ffffcc; position: relative;  }
.main .content-breit                { float: left; width: 728px; padding: 20px 2px 0 20px; margin-top: -18px; background-color: #ffffcc;  }
.main .related						{ float: left; width: 230px; overflow: hidden; margin-top: 28px;}
.main .related-kontakt  			{ float: left; width: 320px; overflow: hidden; margin-top: 113px;}

.container                          {margin-top: 10px;}
.spalten .start-rechts              {width: 285px; float:right;}

.footer								{ overflow: hidden; clear: both; width: 880px; height: 15px; padding: 10px; background-color: #ff6766; }
.footer .base						{ width: 100%; }


/* Basisdefinitionen */
*						{ font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: 11px; font-weight: normal; color: #1b2d5b; padding: 0px; margin: 0px; }

html					{ } 
body					{ height: 100%; text-align: center; position: relative; background-color: #ffffcc;  }

a:link					{ color: #990000; text-decoration: underline; font-weight: normal; }
a:visited				{ color: #333333; text-decoration: underline; font-weight: normal;}
a:hover					{ color: #1b2d5b; text-decoration: underline; font-weight: normal;}
a:active				{ color: #444444; text-decoration: underline; font-weight: normal;}

h1						{ font-family: Arial, Helvetica, Sans Serif; font-weight: bold; font-size: 22px; color: #990000; margin-bottom: 15px; }
h2						{ font-weight: bold; font-size: 13px; color: #1b2d5b; 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; }

table					{ }
table tr				{ }
table tr td				{ }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }

/* Formulare */
form								{ margin: 0px;}
form .form-eingabe-zeile			{ clear: left; margin-bottom: 5px; }
form label							{ float: left; width: 120px; }
form .form-label-checkbox			{ width: auto; float: none; }
form .form-label-radio				{ width: auto; float: none; }
form .form-text						{ width: 280px; }
form .form-select					{ width: 280px; }
form .form-checkbox					{ }
form .form-radio					{ }
form .form-button					{ clear: left; }

.fehler								{ margin-bottom: 15px; }
.fehler .fehler-titel				{ font-weight: bold;}
.fehler .fehler-zeile				{ }

