body {
    font-family: Arial;
    font-size: 0.8em;
    color: #333333;
    margin: 0 10px;
    background: #ADD6FF url(images/body_bg.png) repeat-x;
}

#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
    opacity: 0;
    visibility: hidden;
}

td {
    font-family: Arial;
    font-size: 0.8em;
    color: #333333;
    vertical-align: top;
}

td.branchen {
    border-right: 1px solid #333333;
}

td.module {
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 5px;
}

td.veranstaltung {
    width: 100px;
    color: #3267CD;
    font-weight: bold;
}

th {
    font-size: 0.8em;
    color: #3267CD;
    text-align: left;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 5px;
}

th.apo {
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding-right: 10px;
}

td.veran {
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 5px;
}

.grau, .grau .karteanzeigen {
    color: #AAAAAA !important;
}

.karteanzeigen {
    cursor: pointer;
}

div {
    text-align: left;
}

h1 {
    font-size: 1.2em;
    color: #3267CD;
}

h2 {
    font-size: 1em;
    color: #3267CD;
}

a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #3267CD;
}

a.menu {
    display: inline-block;
    color: #FFFFFF;
}

a.menu:hover {
    color: #3267CD;
}

a.link {
    display: block;
    padding-left: 12px;
    color: #FFFFFF;
    background: url(images/arrow_red.gif) no-repeat;
}

a.link:hover {
    color: #3267CD;
}

img {
    border: none;
}

ul {
    list-style-type: square;
}

textarea, input {
    font-family: Arial;
    color: #333333;
    border: 1px solid #333333;
    background: #FFFFFF;
    margin: 1px;
    font-size: 1em;
}

#scroll {
    position: absolute;
    top: 0px;
    bottom: -0.1px;
    z-index: -1;
    width: 1px;
}

input.error, textarea.error {
    border: 1px solid #FF0000;
    background: #F5F5DC;
}

.radio {
    border: none;
}

.tab {
    padding: 0 5px;
}

.email {
    display: none;
}

.topmenu {
    position: absolute;
}

.inlinetopmenu {
    margin-right: 40px;
}

.tabmenurechts {
    display: block;
    margin-bottom: 10px;
}