/*hier kommt die beispielleiste*/
#beispielleiste{
        position: relative; /*zum elternelement, in diesem fall die 1. table mit breitenangabe (700)*/
        width: 700px; /*es soll die ganze breite des elternelements einnehmen*/
        /* border: solid 1px #FFF; /*beispiel fuer einen rahmen drumrum in ein pixel staerke und der farbe #FFF (weiss)*/
        border: none; /*ohne rahmen*/
        color: #9B3200; /*SCHRIFT(!)farbe*/
        font: italic normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align: center; /*Schriftausrichtung*/
        background-color: #FFCC99; /*hintergrundfarbe des elements #beispielleiste */
        margin-bottom: 0px; /*abstand zum nächsten element (menuzeile) */
        }

        /*die einbindung in der html datei erfolgt dann einfach mit
        <div id="beispielleiste">text....</div>
        in einem tabellentag ausserhalb von tr
        */
/*ende der beispielleiste*/
.formulare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.menuescuelas
{
 background-color:#FFCC99;
 text-align:center;
}

.menuescuelas a {
	color: #993300;
	display: block;
}
.menuescuelas a:hover{
	color: black;
	display: block;
}
.active{
			background-color:#FFFFE8;
		   font-family: Arial, Tahoma;
   	   font-size: 11px;
   	   margin-top: 0pt;
}

a {
        font-family:  Arial, Tahoma;
        font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #006699;
	font-style: normal;
	font-weight: bold;
}
a:hover {
        text-decoration: none;
        color: black;
        background-color:#FFFFE8;
}
a:visited {
        text-decoration: none;
        color:#000;
        font-weight: bold;
}
a.minilink:link {
        text-decoration: none;
        color: #005C98;
        font-family: Arial, Tahoma;
        font-size: 10px;
}

a.minilink:visited {
        text-decoration: none;
        color: #9B3200;
        font-family: Arial, Tahoma;
        font-size: 10px;
}
a.minilink:hover {
        text-decoration: underline;
        color: black;
        background-color: #FFFFE8;
        font-family: Arial, Tahoma;
        font-size: 10px;
}
body {
background-color:#FFFFE8;
}
.txt {
        font-family:  Arial, Tahoma;
        font-size: 14px;
        color: #000000;
        text-align: center;
}
.footer {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: center;
        font-size: 13px;
}
.mini {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: center;
        font-size: 11px;
}
.big {
        font-family:  Arial, Tahoma;
        font-size: 30px;
        font-weight: bold;
        color: #000000;
}
h1 {
        font-family:  Arial, Tahoma, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
		  margin-bottom: 10px;
}
h1.inicio {
        font-size: 15px;
        margin-bottom:0pt;
}
h1.mini {
        font-size: 9px;
        margin-bottom:0pt;
        color: #9B3200;
        font-weight: normal;
}
h2 {
        font-family:  Arial, Tahoma;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        margin-bottom:10px;
		  margin-top: 0px;
}
h2.inicio {
        font-size: 15px;
        margin-bottom:0pt;
}
td.resumen{
   border-width: 1px;
	border-style: solid;
	border-color: #006699;
	background-color: #FFF;

   font-family:  Arial, Tahoma;
   font-size: 14px;
   color: #000000;
   text-align: center;
	width: 698px;
}
td.offer{
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	background-color: #FFF;
	width: 198px;
	vertical-align: top;
}
ul.menu{
	list-style: none;
   margin:20px auto 20px auto;
	text-align: center;
}
ul.menu li{
 display: inline;

}
ul.menu a{
		  background-color: #F0FFFF;
        color: #339;
        margin: 2px;
        border-style: outset;
		  	font-weight: bold;
        padding: 2px;
}
ul.menu a:hover{
	background-color: #339;
	color: #F0FFFF;

}
h3 {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        font-weight: bold;
}
h4 {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        margin-top:2px;
        margin-bottom:2px;
}
h5 {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: justify;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
}
h6 {
        font-family:  Arial, Tahoma;
        color: #000000;
        text-align: center;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
}
p {
        font-family:  Arial, Tahoma;
        font-size: 14px;
        color: #000000;
        text-align: justify;
}
p.inicio {
        font-size: 11px;
        margin-top:0pt;
}
.menulink, .maillink {
        text-align: center;
}
.picfooter {
        font-family:  Arial, Tahoma, Helvetica, sans-serif;
        font-size: 13px;
        font-style: italic;
        color: #000000;
        text-align: center;
}
.linktab {
        font-family:  Arial, Tahoma;
        font-size: 12px;
        font-weight: bold;
        color: #0000FF;
        text-decoration: none;
}
.minilink {
        font-family: Arial, Tahoma;
        font-size: 10px;
        margin-top: 0pt;
        color: #005C98;
        text-decoration: none;
}
.textlink {
        font-family:  Arial, Tahoma;
        font-size: 15px;
        color: #005C98;
        text-align: center;
}
