
/* Allgemein ================================================================== */
html { 	height:100%; margin: 0 0 0 0; padding:0 0 0 0;}
body {
		margin: 		0 0 0 0;
		padding:		0 0 0 0;
        height:			100%;
        text-align:		justify;
        font: 			100% arial, helvetica, sans-serif;
		color:			#666666;
}

img    { border: 0; height:130px; width:200px;}

.errmsg		{ color: red; /*color: #b5124b; */  font-weight: bold; }
.hide    		{ display:none; }


h1, h2, h3, h5 { font-weight:bold; font-family:Arial,Helvetica; }
h1 {
    font-size: 			24px;
    font-style:			italic;
	color: 				#000062; /* dunkles Blau */
    margin-bottom:		0px;
    margin-top:			5px;
    margin-left: 		-10px;
}
h1 span { display:none; }
/* h2 sind die Kategorie-Ueberschriften, z.B. +++ Kunst +++ */
h2 { font-size:20px;  color:#2D0059;/*Lila*/ margin-top:20px; margin-left:-50px;padding-left:10px;background:#EcF9Ff;}
h3 { font-size: 18px; color:#255F7A;/* blaugruen */ }
h5 { margin:0 0 0 0;  color:#008040; padding:0 0 0 0; margin-top:-20px;font-style:italic; }

a       {text-decoration:underline;color:#35356A;font-weight:bold;font-style:italic;  vertical-align:top; outline: none;
	  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; font-size: 110%;}
a:hover {color:#FF9933;}
p	{ padding-right: 50px;}


/* Hauptteil ================================================================== */
#container {	position:absolute; top:0; left:0; width: 100%; }

#top {
     	height: 		35px;
        border-bottom: 	1px solid #6BBFCB;
       	color:  		#CAC9CF; /* hellgrau */
       	text-align: 	left;
        font-size:     	14px;
        font-weight:	bold;
        padding-left:  	15px;
        padding-top:    5px;
}

#top a       {font-size:14.0px;text-decoration:none;color:#CAC9CF;vertical-align:top;}
#top a:hover {color:#FF9933;} /* dunkel-orange */

#top2 {
     	height: 		25px;
        background:		#E8F5F7;
      	color:  		#CAC9CF; /* hellgrau */
       	text-align: 	left;
        font-size:     	14px;
        font-weight:	bold;
        padding-left:  	15px;
        padding-top:    5px;
}

#main_box {
        margin-right:   0px;
        margin-left:  	50px;
		padding-top:    0px;
        padding-bottom:	20px;
      	height:			100%;
}



/* Fusszeile ================================================================== */
#footer {
        clear: 			both;
        height: 		25px;
        border-top: 	1px solid #6BBFCB;
        color: 			#CAC9CF;
        text-align: 	right;
        font-size:     	14px;
        font-weight:	bold;
        padding-right: 	15px;
        padding-top:    5px;
}
#footer_left {
        float:			left;
        height: 		25px;
        color: 			#CAC9CF; /* hellgrau */
        text-align: 	left;
        font-size:      14px;
        font-weight:	bold;
        padding-left:   15px;
        padding-bottom:	5px;
}
#footer_left a       {font-size:14.0px;text-decoration:none;color:#CAC9CF;vertical-align:top;}
#footer_left a:hover {color:#FF9933;} /* dunkel-orange */
#footer a       {font-size:14.0px;text-decoration:none;color:#CAC9CF;vertical-align:top;}
#footer a:hover {color:#FF9933;} /* dunkel-orange */

#impressum  #navimpr a{
         color: 		#800000;
         text-align: 	left;
         font-weight:	bold;
         font-size:		14px;
         text-decoration:none;
         cursor:		default;
}
