/*bg: #000 */
/*text: */
/*link: */
/* gold: #cc6 */
/* links: #A5A57C */
/* hover: #878667 */


/* Standarddefinitionen */

body {
font-family :"Trebuchet MS" ,Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:62.5%;
background-color:#000;
color:rgb(0,0,0);
text-align:center;
}

 * {
margin:0px;
padding:0px;
font-weight:normal;
}

body,
td,
div{
font-size:1em;
}

.cl{
clear:both;
}

a{
color:#31339a;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6{
margin:0px;
padding:0px;
color:#31339a;
font-weight:bold;
}

h2{

}

h3{

}

h4{

}

h5{

}

h6{

}

strong{
font-weight:bold;
}

form{

}

input,
select,
textarea{
border:1px solid rgb(44, 73, 151);
font-size:1em;
background:rgb(255,255,255);
margin-bottom:3px;
}

ul{
list-style-type:none;
}

li{
padding:3px 0px 3px 18px;
background:transparent url(ul.gif) left center no-repeat;
}

hr{
clear:both;
border:0px;
border-top:1px solid #000;
}

img{
border:0px;
}

.noborder{
border:0px;
}

.error{
color:#f00;
text-align:center;
border:1px dotted #f00;
padding:2px;
}