* {
padding:0px;
margin:0px;
}
html, body {
  scrolling: auto;
  scrollbar-base-color: #002B4E;
  scrollbar-arrow-color: #002B4E;
  scrollbar-face-color:  #E6EAEC;
  scrollbar-track-color:  #E6EAEC;
  scrollbar-dark-shadow-color: #E6EAEC;
  scrollbar-highlight-color:   none;
  scrollbar-shadow-color: #002B4E;
 width: 100%;
 height:100%;
 background-color: #002B4E;
 text-align:center;
 }
#topbar {
 width: 100%;
 height: 20px;
}
#document {
 width: 960px;
 height: 590px;
 margin-right: auto;
 margin-left: auto;
}
#books {
 width: 218px;
 height: 590px;
 background-image: url('../image/books.jpg');
 background-repeat: no-repeat;
 float: left;
}
#maincontainer {
 width: 742px;
 height: 590px;
 float: right;
 overflow:hidden;
}
#contentcontainer {
 width: 725px;
 height: 590px;
 float: left;
}
#rightbar {
 width: 17px;
 height: 590px;
 background-image: url('../image/rightbar.jpg');
 background-repeat: no-repeat;
 float: right; 
}
#headline {
 width: 725px;
 height: 29px;
 background-image: url('../image/headline.jpg');
 background-repeat: no-repeat;
 float: left; 
}
#navtop {
 width: 725px;
 height: 24px;
 background-image: url('../image/navtop.jpg');
 background-repeat: no-repeat;
 text-align: right;
 float: left;
}
#navshop {
 width: 725px;
 height: 30px;
 background-color:#e6eaec;
 text-align: right;
 float: left;
 overflow:hidden;
}
#content {
 display:inline;
 width: 725px;
 height: 471px;
 background-image: url('../image/content.jpg');
 background-repeat: no-repeat;
 float: left;
}
#bottombar {
 width: 725px;
 height: 16px;
 background-image: url('../image/bottombar.jpg');
 background-repeat: no-repeat;
 float: left; 
}
#navbottom {
 width: 725px;
 height: 25px;
 text-align: right;
 float: left;
 overflow:none;
}
#contentcenter {
display:inline;
 margin-left: 15px;
 margin-top: 0px;
 margin-right: 5px;
 margin-bottom: 15px;
 width: 705px;
 height: 456px;
 overflow:  auto;  
 text-align: left;
 float:left;
}
#inhalt {
 width: 98%;
 height: 100%;
 text-align: left;
 background-color: red;
}
/*********************************/
#shoplinklist{
list-style-type:none;
float:right;
}

.shoplink{
float:left;
margin-top:5px;
margin-right:10px;
}

.shoplink a{
font:12px Verdana;
color: #002b4e;
font-weight:regular;
text-decoration:none;
}

.shoplink a:hover{
color: #000000;
}


#navtoplinklist{
list-style-type:none;
float:right;
}

.navtoplink{
float:left;
margin-top:5px;
margin-right:10px;
}

.navtoplink a{
font:12px Verdana;
color: #002b4e;
font-weight:regular;
text-decoration:none;
}

.navtoplink a:hover{
color: #000000;
}


/**********************************/
table.contenttable{
width:100%;
}
table.contenttable tbody tr td{
vertical-align:top;
}
.bodytext {
 color: #000000;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px; 
}
.contenttable {
 width: 100%;
 margin: 0px;
}
.contenttable tr td {
 color: #000000;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px; 
 vertical-align: top;
} 

/************Inhalte formatieren*****************/
#inhalt tr td{
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#contentcenter {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 scrolling: auto;
 scrollbar-base-color: #E6EAEC; 
 scrollbar-arrow-color: #002B4E; 
 scrollbar-face-color: #E6EAEC;
 scrollbar-track-color: #E6EAEC;
 scrollbar-dark-shadow-color:#E6EAEC;
 scrollbar-highlight-color:   none;
 scrollbar-shadow-color:#E6EAEC;
}

#contentcenter *{
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

#contentcenter p{
 margin-bottom:10px;
}
#contentcenter h1{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
#contentcenter h2{
  color: #002B4E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#contentcenter h5{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#contentcenter a{
   color: #002B4E;
  text-decoration: none;
}  
#contentcenter a:hover{
  text-decoration: underline;
  color: #002B4E;
} 
#contentcenter a:active{
  text-decoration: underline;
  color: #002B4E;
} 
hr { 
 background-color: #002B4E; 
 border: none; 
 color: #002B4E; 
 height: 1px; 
 margin-top: 0px;
 margin-bottom: 10px;
}
input, textarea, select { 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #FFFFFF;
  border: 1px;
  border-style: solid;
  border-color: #002B4E;
}
ul {
 list-style-type:disc;
 margin-left: 20px;
}
ol {
 list-style-type:decimal;
 margin-left: 30px;
}
ol li {
 margin-bottom: 5px;
}

li {
 margin-bottom: 15px;
}


#books, #headlinelink{
cursor:pointer;
}
.tt_products_item_search {
 height:30px;
 line-height:30px;
}
#swords {
 margin-left:10px;
}


