@charset "ISO-8859-1";
/* Datei: formate.css */

/* Schriftformatierung der Internetpräsentation */
/* http://www.curly-petra.de.de/ */

/*
Küftig Sprachzuweisung Deutsch
lang="de"

a:link { color:#8A0808 }
a:visited { color:#585858; }
a:active { color:#FFFF00; }

a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }


*/

/*#*/


/* body" für alles*/
body { background-color:yellow; color:red; margin:0; border-collapse:collapse}
/* 
background-color:#556B2F;
*/
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Comic Sans MS, Arial, sans-serif; }
hr {color:black}


/* "tab" Tabelle Layout*/
#tab
{
table-layout:fixed;
border-spacing:0px;
border:none;
}

/* "tabt" Tabelle im Textteil*/
#tabt
{
table-layout:fixed;
vertical-align:top;
text-align:left;
border-style:double;
}

/* "kopfl" Tabellenkopf links Logo 943x972 */
#kopfl
{
background-color:white;
/*
background-color:#556B2F;
*/
}



/* "kopfr" Tabellenkopf rechts*/
#kopfr
{
background-color:#2DFA04;

/*
bis Jan13
background-color:#556B2F;
*/
}
#kopfr
h1{
color:white; /*margin-left:100px; text-align:left;*/ text-align:center; 
}
#kopfr
h3{
color:white; /*margin-left:100px; text-align:left;*/ text-align:center; 
}


/*Menü bzw. Schnellauswahl links*/
#menue{
text-align:center;
vertical-align:text-top; 
color:#BDBDBD;
background-color:#0ED603;
/*
bis Jan13
color:#BDBDBD;
background-color:#32460F;
*/
}
#menue 
h3 {color:#FFFFFF; margin:10px;}
#menue 
p {margin:10px;}
#menue 
a:link {color:white;}
#menue 
a:visited {color:silver; }
#menue 
a:focus { font-weight:bold; color:#9263A6; }
#menue 
a:hover { font-weight:bold; color:#9263A6; }
#menue 
a:active { font-weight:bold; color:#9263A6; }



/*"text" Fensterinhalt rechts unten */
#text
{
background-color:white; 
vertical-align:text-top; 
padding:30px;
}
#text
h1,h2,h3,h4 {color:#32460F; font-weight:bold;}
#text
p, ul, li {color:black; }
#text
a:link {color:green;}
#text
a:visited {color:black;}
#text
a:focus { font-weight:bold; color:#9263A6; }
#text
a:hover { font-weight:bold; color:#9263A6; }
#text
a:active { font-weight:bold; color:#9263A6; }
