 /*  Kommentare in Style-Dateien  Stylesanwendung:z.B. <span style/class="stylename">  */

/*<!--
Farben:
body            grau     #5f5f5f
gesamtcontainer orange   #ff9900  auch Rahmen
head            orange   #ff9900
menuebox        orange   #ff9900
textbox         gelb     #fffe98

-->*/


                              /* setzt alles auf 0 */
* {
margin: 0;
padding: 0;
}

 body {
	font: 14px trebuchet ms, arial, helvetica, sans-serif;
         background: #5f5f5f;
         color: #eebc7d;    /*<!--  -->*/
         margin: 0px;
         padding: 0px;
}


#gescontainer {
	background: #ff9900 ;
         color: black;
	border-width: 1px 1px 0px 1px;
	border-color: #faca06;
	border-style: solid;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	width: 790px;
	font: 16px trebuchet ms, arial, helvetica, sans-serif;
}

#head {
	background: #66261b ;
         background-image:url(bilder/tp-ziegelhimmel.jpg);
         color: #ffd9a9;
         border: 0px black solid;
	margin-top: 9px;
	margin-left:auto;
	margin-right:auto;
	width: 772px;
	height: 140px;
         }

#menue {
	background: transparent ;
         background-image:url(images/);
         background-repeat:repeat-x;
	color: #595353;
         border: 0px #d2691e solid;
	margin-top: 4px;
	margin-left: auto;
	margin-right:auto;
	width: 780px;
	height: 40px;
         padding: 0px 0px 0px 0px;
	text-align: center;
         font: 16px trebuchet ms, arial, helvetica, sans-serif;
         font-weight: 800;
}
                             /*<!-- Anfang der Kopf der Seite -->*/
#textbox {
	background: #fffe98 ;
	color: #303336;
         border: 0px green solid;
	margin-top: 4px;
	margin-left: 9px;
	width: 692px;
         padding: 40px;
         text-align: left;
         font: 14px trebuchet ms, arial, helvetica, sans-serif;
         line-height: 150%;
}
#textboxc {
	background: #fffe98;
	color: #303336;
         border: 0px green solid;
	margin-top: 4px;
	margin-left: 9px;
	width: 692px;
         padding: 40px;
         text-align: center;
         font: 13px trebuchet ms, arial, helvetica, sans-serif;
         font-weight: bold;
}



                             /*<!-- Die Box mit dem Balken über dem Footer-menue-->*/
#zwischenbalken {
         background: #ff9900 ;
         color: #cfcfcf;
         border-top: 0px #faca06 solid;
         border-right: 1px #faca06 solid;
         border-bottom: 1px #faca06 solid;
         border-left: 1px #faca06 solid;
         margin-top: 0px;
         margin-left: auto;
         margin-right: auto;
         width: 790px;
	height: 9px;
}


                             /*<!-- Die Box mit dem Footer-menue und Balken darüber-->*/
#balkenunten {
         background: #5f5f5f ;
         color: #cfcfcf;
         margin-top: 0px;
         margin-left: auto;
         margin-right: auto;
         width: 786px;
         padding: 2px;
         text-align: center;
         font: 9px trebuchet ms, sans-serif;
         text-decoration: none;
}

                             /*<!-- Ende Hauptmenue -->*/
                             /*<!-- Ende der Kopf der Seite -->*/

.fett {
	font-size: 15px;
	color: #333;
	background-color: transparent;
	font-weight: 900;
}

.fontklein {
	font-size: 10px;
	color: #333;
	background-color: transparent;
	font-weight: 400;
}

.fontorange {
	font-size: 12px;
	color: #f90;
	background-color: transparent;
	font-weight: 400;
}

.ue1 {   font-size: 20px;
         font-weight: 800;
         font-style: italic;
	color: #A02000;}

.ue2 {   font-size: 20px;
         font-weight: 800;
	color: #A02000;}

.ue3 {   font-size: 16px;
	font-weight: 800;}

h1 {     font-size: 24px;
         font-style: italic;
	margin: 0;
	font-weight: 900;}

h2 {     font-size: 20px;
	margin: 0;
         font-style: italic;
	font-weight: 800;}

h3 {     font-size: 16px;
	font-weight: 800;}

h4 {     font-size: 14px;
	font-weight: 800;}

.linkaktiv {color: #fffe98;
         background-color: transparent;
	font: 16px trebuchet ms, arial, helvetica, sans-serif;
	font-weight: 800;
}

a {
	color: #66261b;
         background-color: transparent;
         text-decoration: none;
         font-size: 16px;
	font-weight: 800;}


a      {   color: #66261b;
	  text-decoration:underline;}
a:link {   color: #66261b;}
a:visited{ color: #A02000;}
a:hover {  color: #800000;
	  text-decoration:none;}
a:active{  color: #800000;}

#balkenunten a:link, #balkenunten a:visited, #balkenunten a:hover{
	background-color: transparent;
	color: #cfcfcf;
         text-decoration: none;
         font: 9px trebuchet ms, sans-serif;
}
