/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-color: rgb(255,255,204); background-image: url("images/bacgr.gif");}
 A:active { font-family: 'Comic Sans MS', Chicago, Arial, Sans-serif, cursive; font-size: 11pt; color: rgb(51,102,204); font-weight: normal; font-style: normal; text-decoration: underline;}
 A:link { font-family: 'Comic Sans MS', Chicago, Arial, Sans-serif, cursive; font-size: 11pt; color: rgb(51,102,204); font-weight: normal; font-style: normal; text-decoration: underline;}
 UL { font-family: 'Comic Sans MS', Chicago, Arial, Sans-serif, cursive; font-size: 11pt; color: rgb(51,51,51); font-weight: normal; font-style: normal;}
 A:visited { font-family: 'Comic Sans MS', Chicago, Arial, Sans-serif, cursive; font-size: 11pt; color: rgb(51,102,204); font-weight: normal; font-style: normal; text-decoration: underline;}
 .TextObject { font-family: 'Comic Sans MS', Chicago, Arial, Sans-serif, cursive; font-size: 11pt; font-weight: normal; font-style: normal;}
 P { font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 11pt; color: rgb(51,51,51); font-weight: normal; font-style: normal;}
TD, TH { font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 11pt; color: rgb(51,51,51); font-weight: normal; font-style: normal;}
 OL { font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 11pt; color: rgb(51,51,51); font-weight: normal; font-style: normal;}
 .TextNavBar { font-size: xx-small;}
 A:hover { font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 11pt; color: rgb(255,0,0); font-weight: normal; font-style: normal; text-decoration: none ;}

.small {font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: 10pt; color: rgb(60,60,50); font-weight: normal; font-style: normal;}
.small a:active {font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 10pt; color: rgb(60,60,50); font-weight: normal; font-style: underline;}
.small a:link {font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 10pt; color: rgb(60,60,50); font-weight: normal; font-style: underline;}
.small a:visited {font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 10pt; color: rgb(60,60,50); font-weight: normal; font-style: underline;}
.small a:hover {font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size: 10pt; color: rgb(60,60,50); font-weight: normal; font-style: normal;}


html {margin: 0;}

INPUT,TEXTAREA { background-color: #FFFFFF;
BORDER-LEFT: #FF9900 1px solid;
BORDER-RIGHT: #FF9900 1px solid;
BORDER-TOP: #FF9900 1px solid;
BORDER-BOTTOM: #FF9900 1px solid;
font-family:'Comic Sans MS', Chicago, Sans-serif, Arial, cursive; font-size:11pt; color: rgb(60,60,50); }

/* FORMULAR */
form {
        margin:0px;
}

input, select, textarea {
        font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive;
        font-size:11pt;
        color:#2B2B2B;
}

textarea,
.input {
        border:1px solid #ff9900;
        padding:2px;
}

.button {
        color:#2B2B2B;
        border-width:1px;
        background-color:#ffffcc;
        background-image:url('design/bg_buttons.gif');
}

.code {
        border:1px solid #ff9900;
        padding:2px;
        font-family: 'Comic Sans MS', Chicago, Sans-serif, Arial, cursive;
}

tr.color td,
td.color {
        padding:3px;
        background:#ffffcc;
        font-size:11pt;
}

.messagebox {
        position:absolute;
        width:700px;
        top:35%;
        left:50%;
        right:50%;
        margin-left:-350px;
        text-align:left;
}

.message_text {
        border:1px solid #ff9900;
        background:#ffffff;
        text-align:center;
        padding:12px;
}

.message_text a:link,
.message_text a:active,
.message_text a:visited {
        color:#ff0000;
        font-weight:bold;
        text-decoration:none;
}

.message_text a:hover {
        text-decoration:underline;
}

.message_redirect {
        font-weight:bold;
        font-size:10px;
        margin:7px 0px 0px 0px;
        }
