@charset "UTF-8"; /* CSS Document */

/* importiert "normalisierungs-css" - alle eigenschaften zurücksetzen 
@import url("allback.css");*/



/* HOME - TOP STYLESHEET */
div#home p {
color: #666666;
font-size: 0.75em;
text-align: right;
}

div#home a {
color: #666666;
margin-left: 15px;
}



/* TEXTE */
p {color: #333333;
font-size: 0.9em;
}



/* HEADLINE - ÜBERSCHRIFTEN */
h1 {color: #a30400;
font-size: 1.2em;
}

h2 {color: #a30400;
font-size: 1.0em;
border-bottom: 1px solid #B3B3B3;
}

h3 {color: #a30400;
font-size: 0.7em;
}


/* LISTEN */
ul {
font-size: 0.9em;
padding-left: 15px;
}


/* LINKS */

div#maincontent a {
text-decoration: none;
}

div#maincontent a:hover {
}

a.links {
color: #a30400;
}
a.links:hover {
color: #fba955;
}


/* TABELLEN STYLESHEET */

table {color: #333333;
font-size: 0.85em;
background-color: #FFFFFF;
padding: 5px 0px 10px 20px;
border-bottom: 1px solid #999999;
}

table a {
color: #a30400;
text-decoration: none;
}


/* ANMELDUNGSTEXT STYLESHEET */

div#anmeldungstext p {
color: #333333;
font-size: 0.7em;
text-align: justify;
}


/* MENÜ STYLESHEET */

h6 {color: #a30400;
text-align: center;
font-size: 0.85em;
text-decoration: none; 
margin-top: -0.7em;
padding-bottom: 0.7em;
}

h5 {color: #a30400;
text-align: center;
font-size: 0.77em;
text-decoration: none; 
margin-top: -0.7em;
padding-bottom: 0.7em;
}

div#menue a {
color: #a30400;
text-decoration: none; 
padding: 0.6em 0.8em 0.6em 0.8em;
}

div#menue a:hover {
color: #fba955;
}

div#menue a#active { 
color: #fba955;
}






/* FOOTER STYLESHEET */

div#copyright p {
color: #333333;
font-size: 0.65em;
text-align: left;
margin: 2px 0px 0px 20px;
}

div#copyright a {
color: #333333;
text-decoration: none;
}


/* STYLESHEET FÜR ANMELDEBUTTON */
a.anmeldung:link {
color: #fba955;
font-size: 0.8em;
background-image: url(../bilder/button.gif);
background-repeat: repeat-x;
padding: 5px 10px 5px 10px;
border: 1px solid #B3B3B3;
}

a.anmeldung:hover {
color: #a30400;
background-image: url(../bilder/button_over.gif);
}

a.anmeldung:visited {
color: #fba955;
font-size: 0.8em;
background-image: url(../bilder/button.gif);
background-repeat: repeat-x;
padding: 5px 10px 5px 10px;
border: 1px solid #B3B3B3;
}


/* STYLESHEET FÜR SEMINARTITEL  */
a.seminartitel:link {
color: #a30400;
font-size: 1em;
background-image: url(../bilder/button.gif);
background-repeat: repeat-x;
padding: 5px 10px 5px 10px;
border: 1px solid #B3B3B3;
}

a.seminartitel:hover {
background-image: url(../bilder/button_over.gif);
}

a.seminartitel:visited {
color: #a30400;
font-size: 1em;
background-image: url(../bilder/button.gif);
background-repeat: repeat-x;
padding: 5px 10px 5px 10px;
border: 1px solid #B3B3B3;
}