/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none;
    color: #FFFFFF;
}

/* Main Layout Style */
BODY {
    background-color: #91122a;
    margin: 0px;
}

/* Default Heading Styles */
H1 {
    margin: 0px;
    color :#FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

H2 {
    margin: 0px;
    color :#FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

H3 {
    margin: 0px;
    color :#FFFFFF;
    font-weight: bold;
    font-size: 10px;
}

/* Default Link Style */
A:link, A:visited {
    color: #C15B65;
    text-decoration: none;
}
A:hover, A:active {
    color: #FFFFFF;
    text-decoration: none;
}

A.subnav:link, A.subnav:visited {
    color: #FFFFFF;
    text-decoration: none;
}
A.subnav:hover, A.subnav:active {
    color: #C6284E;
    text-decoration: none;
}

A.subnav_active:link, A.subnav_active:visited {
    color: #C15B65;
    text-decoration: none;
}
A.subnav_active:hover, A.subnav_active:active {
    color: #C15B65;
    text-decoration: none;
}

/* Formular */

INPUT{
    color: #000000;
    background: #FFFFFF;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

TEXTAREA{
    color: #000000;
    background: #FFFFFF;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

/* Navigation */

div.label_r, div.label{
    padding-left: 12px;
    padding-bottom: 2px;
    height: 17px;
}

div.content {
	padding-left: 20px;
    padding-bottom: 2px;
}

/* Background */

TABLE.navigation{
    background-image: url(/images/turm.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
}

TABLE.content{
    background-image: url(/images/dach.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}

TD.footer{
    background-image: url(/images/schloss.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
}

/* Content */

.border_white{
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
}

.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 19px 0px;
}

.txt_bold{
    font-weight: bold;
}

/* Miscellaneous */

#div_welcome_home {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 348px;
    height: 353px;
	z-index: 1;
}

