* {margin: ; padding: ;}

body {
        background: #7C6F5C url(http://seelen.bplaced.de/fanlist/img/bg.png);
        color: #dbcccb;
        font: normal 26% sans-serif;
        padding: 2% 0;
}

/*kursiv*/

i, em {
color: #000000;
}

/*unterstrichen*/

u {
color: #000000;
}

/*durchgestrichen*/

s, stroke {
color: #000000;
}

/*fett*/

b, strong {
color: #000000;
}

klein {
font-size: small;

}

/*Überschrift*/

h1 {
display:block;
font-size: 12px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-transform:uppercase;
text-align: center;
border-bottom: 1px dotted #FFFFFF;
}

h2 {
display:block;
font-size: 12px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-transform:uppercase;
text-align: center;
border-bottom: 1px dotted #FFFFFF;
}

h3 {
font-size:11px;
line-height: 20px;
color: #000000;
border-bottom: 1px dotted #d7d7d7;
text-transform:uppercase;
text-align: center;
margin: 1px 2px 1px 2px;
padding:3px;
}


/*Trennlinie*/

hr {
background-color: #ffffff;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #454545;
height: 2px;
}


/*Zitat*/

blockquote {
background: url(img/zitat.png) no-repeat left top;
background-position: -3px 2px left top;
padding-left: 37px;
color: #5a4949;
}


/*border*/

.caption {
border: 1px solid #791A24;
background: #FFFFFF;
padding: 3px;
margin: 10px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
}

.caption:hover {
border: 1px solid #7c7e3a;
background: #FFFFFF;
padding: 3px;
margin: 10px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
}


/*Äufzählung*/

ul {padding: 0 2em 1.2em;}

/*Links*/

a:link, a:visited, a:active {
COLOR: #c9a0a0;
TEXT-DECORATION: bold;
}

a:hover {
COLOR: #5B151B;
TEXT-DECORATION: none;
}


/*Links-Navigation*/

a.navi:link, a.navi:visited, a.navi:active {
display:block;
padding: 3px 3px 3px 3px;
margin: 0 0 1px 0;
color: #000000 ;
background: #dadbc3;
text-decoration : none;
font-weight :normal;
text-transform: none;
}

a.navi:hover {
display:block;
padding: 3px 3px 3px 3px;
margin: 0 0 1px 0;
color: #FFFFF;
background: #bebfa3;
text-decoration : none;
font-weight :normal;
text-transform: none;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

select {
FONT-SIZE: 12px;
font-family: Tahoma;
BORDER: #46312b 1px solid;
color: #000000;
background-color: #6a4b42;
text-transform: none;
}

input {
FONT-SIZE: 12px;
font-family: Tahoma;
BORDER: #46312b 1px solid;
color: #000000;
background-color: #6a4b42;
text-transform: none;
}

option{
FONT-SIZE: 12px;
font-family: Tahoma;
BORDER: #46312b 1px solid;
color: #000000;
background-color: #6a4b42;
text-transform: none;
}

