
/*### HTML-TAGS ###*/
body,table,td,div,a,p,span,h1,h2,h3,h4,h5,h6,input,textarea,select {
  font-family:verdana, arial, sans-serif;
  font-size:10px;
  font-weight:normal;
  line-height:14px;
  color:#009;
  vertical-align:top;
  text-align:left;
}
body,html {
 text-align:center;
 margin:0px;
 padding:0px;
}
p img {
 float:right;
}
img {
 border:1px solid #009;
 margin:3px;
}
h1 {
 padding-left:12px;
 font-size:12px;
 font-weight:bold;
 color:#009;
 background:#FFF;
 background-image:url(grafiken/pin_weiss.gif);
 background-repeat:no-repeat;
 background-position:3px 4px;
 border-bottom:1px solid #009;
}
h2 {
 padding-left:12px;
 font-size:10px;
 font-weight:bold;
 color:#009;
 background:#FFF;
 background-image:url(grafiken/pin_blau.gif);
 background-repeat:no-repeat;
 background-position:3px 4px;
}
a {
 padding-left:12px;
 background-image:url(grafiken/pfeil.gif);
 background-repeat:no-repeat;
 background-position:1px 4px;
 font-weight:bold;
 text-decoration:underline;
}
a:visited {
 color:#999;
}
p {
 margin-left:10px;
 margin-bottom:10px;
 margin-right:3px;
 margin-top:3px;
}
ul {

}
li {

}

/*### LAYOUT-DIVS ###*/
.main {
 width:780px;
 margin:auto;
 height:400px;
}
.header {
 height:101px;
 background-image:url(grafiken/header_bg.gif);
 background-position:-17px 0px;
}
.header img {
 border:none;
 margin:0px;
}
.menu {
 height:20px;
 padding-top:4px;
 padding-bottom:4px;
 background:#FFECBE;
}
.content {
 background:#FFECBE;
 padding:10px;
 border-top:3px solid white;
}
.menu a {
 display:block;
 float:left;
 background:white;
 border:1px solid #009;
 color:#009;
 text-decoration:none;
 background-image:url(grafiken/pin_blau.gif);
 background-repeat:no-repeat;
 background-position:3px 4px;
 height:16px;
 padding-right:4px;
 margin-left:3px;
}

/*### RANKING ###*/
.ranking {
 width:150px;
 border:1px solid #009;
 background:white;
}
.ranking_left {
 width:20px;
 text-align:center;
 font-weight:bold;
 vertical-align:top;
}
.ranking_right {
 text-align:left;
 vertical-align:top;
}
/*### REZENSIONEN ###*/
.rez {
 width:280px;
 border:1px solid #009;
 background:white;
}
.rez_left {
 width:90px;
 text-align:right;
 font-weight:bold;
 vertical-align:top;
}
.rez_right {
 text-align:left;
 vertical-align:top;
}
/*### FORMULAR ### */
.form {
 vertical-align:top;
 padding-top:5px;
 text-align:right;
}
.button {
 text-align:center;
 font-weight:bold;
}
.buttonMini{
 text-align:center;
 font-weight:bold;
 width:140px;
}
input,textarea,.inputSmall,.inputMini {
 width:250px;
 height:19px;
 line-height:14px;
 background:#fff;
 border:1px solid #009;
}
textarea {
 height:150px;
}
.inputSmall,.inputMini {
 width: 122px;
 height: 15px;
 margin-bottom:2px;
}
.inputSmall2 {
 width: 140px;
 height: 15px;
 margin-bottom:2px;
}
.inputMini {
 width: 70px;
 height: 15px;
 margin-bottom:2px;
}
.center {
 width:100%;
 text-align:center;
}

/*### NEWS ###*/

 .cnerror,.suche {
  padding-left:12px;
  background-image:url(../grafiken/pin_blau.gif);
  background-repeat:no-repeat;
  background-position:0px 3px;
  margin:15px 0px 15px 0px;
  font-weight:bold;
 }
 
  .simpleDIV1 {
  clear:both;
  margin-top:10px;
 }
 .simpleDIV1 img {
  float:right;
  margin:0px 5px 3px 10px;
 }
 .simpleDIV1 a,p a,.listDIV1 a {
  background-image:url(../grafiken/pfeil.gif);
  padding-left:12px;
  margin-right:3px;
  /*font-family:Verdana,Helvetica,Arial,sans-serif;
  font-weight:normal;
  font-size:10px;
  line-height:14px;*/
 }