body{
        margin:0px;
        padding:0px;
        text-align:center;
        background:url(images/background.jpg) repeat-x;


}

/* height noch anpassen (entfernen, höhe sollte dynamisch an Inhalt angepasst werden)*/
#container{
        width:1350px;
        padding:0px;
        margin:0px;
        margin-right:auto;
        margin-left:auto;
        background:url(images/body_back.jpg) repeat-x;
}

/* logo ist als hintergrund definiert, bildgröße muss daher stimmen */
#logo {
        margin-left:30px;
        padding-top:30px;
        background:url(images/vsb_logo.gif) no-repeat left;
        height:170px;
        font-weight: bold;
}

.logo_font_small {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 20px;

}

#logo:first-child b {
       color: blue;
       font-size: 28px;
}

.logo_font_big {
      font-family: Tahoma, Arial, Helvetica, sans-serif;
      font-size: 24px;
}

#main {
        padding: 0px;
        margin: 0px;
        margin-left:30px;
        margin-right:30px;
        text-align:left;
}

/* ---------------------------------- navigation ---------------------------------- */
.navigation {
        vertical-align: top;
        width:150px;
        padding-bottom:20px;
}

div#navlist a {
        padding-left:30px;
        padding-top:13px;
        padding-bottom:14px;
        display: block;
        color:#000000;
        text-align:left;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        background:url(images/menu_link1.gif) no-repeat center left;
}

div#navlist a:hover {
        padding-left:30px;
        color:#2D3A48;
        background:url(images/menu_link2.gif)no-repeat center left;
}
/* ---------------------------------- main ---------------------------------- */

#content {
         text-align: left;
         font-family: Tahoma, Arial, Helvetica, sans-serif;
         font-size: 12px;
         margin-left:30px;
         margin-right:12px;
         line-height: 1.4em;
         letter-spacing: 0.03em;
}

#contenti {
         text-align: left;
		 width: 600px;
         font-family: Tahoma, Arial, Helvetica, sans-serif;
         font-size: 12px;
         margin-left:30px;
         margin-right:12px;
         line-height: 1.4em;
         letter-spacing: 0.03em;
}


#content a {
        color:black;
        text-decoration:underline;
        font-size: 12px;
        font-weight:bold;
}

#content h1 {
        color:#000099;
        font-size: 16px;
}

#content a:hover {
         color:#2D3A48;
}

.linie {
         border-bottom:1px solid #000099;
         width:700px;
}

.linie_small {
         border-bottom:1px solid #000099;
         width:350px;
}

.line_break {
         clear:both;
         margin-bottom:2px;
}

.thumb_container {
      margin: 9px;
      height: auto;
      width: auto;
      float: left;
      text-align: center;
}

.thumb_container1 {
      margin: 9px;
      height: auto;
      width: 200px;
      float: left;
      text-align: center;
}

.thumb_container2 {
      margin-top: 130px;
      height: auto;
      width: auto;
      float: left;
      text-align: center;
}
.thumb_container3 {
      margin: 9px;
      height: auto;
      width: 150px;
      float: left;
      text-align: center;
}
.thumb_container img {
      display: inline;
      margin: 3px;
      border: 0px;
}

.navpoint:hover {
       background-image: url(/stammbuecher-2013/thumbnails/02030WS.jpg);
       width: 150px;
       height: 217px;
}

.description {
	text-align: center;
	font-weight: normal;
	width: 160px;
	margin: 2px;
}
.description1 {
	text-align: center;
	font-weight: normal;
	width: 200px;
	margin: 2px;
}

.pagination{
         padding: 2px;
}

.pagination ul{
         margin: 0;
         padding: 0;
         text-align: right; /*Set to "right" to right align pagination interface*/
         font-size: 16px;
}

.pagination li{
         list-style-type: none;
         display: inline;
         padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
         padding: 0 5px;
         text-decoration: none;
         color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
         border: 1px solid #2b66a5;
         color: #000;
         background-color: #FFC266;
}

.pagination a.currentpage{
         background-color: #2e6ab1;
         color: #FFF !important;
         border-color: #2b66a5;
         font-weight: bold;
         cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
         background-color: white;
         cursor: default;
         color: #929292;
         border-color: #929292;
         font-weight: normal !important;
}

.pagination a.prevnext{
         font-weight: bold;
}

.art_desc {
        margin: 20px;
}

#footer{
        width:680px;
        margin:0px;
        margin-right:auto;
        margin-left:auto;
        padding-bottom:3px;
        padding-top:3px;
        background:url(images/footer.gif);
        color:#2D3A48;
        font-size:10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align:center;
}
