/* Schriftformatierung */
div, td {
  font-family: Verdana,Arial,Helvetica,sans-serif;  
  font-size: 12px;    
}

a {
  text-decoration: none;   
  color: #1175B0;
}
 
a.post:visited {
  color: #589FCF;
}
 
a:hover {
  text-decoration: underline;
  color: #F86C05;
}

a.static:hover {
  text-decoration: none;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;  
  margin-top: 0px;
  margin-bottom: 5px; 
}

h2 {
  font-size: 14px;
  font-weight: bold;   
  line-height: 28px;   
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Layout */
body {
  margin: 0pt;
  padding: 0pt;
}   

#content_wrapper {
  position: absolute;
  left: 135px;
  top: 101px; 
  width: 100%;     
  margin-left: -158px; 
  min-width: 820px;   
  
  line-height: 16px;
}

#content {
  margin-left: 158px;
  padding: 3px 3px 0pt;
}

#content_wrapper_fullscreen { 
  position: absolute;
  left: 135px;
  top: 101px; 
  width: 100%;  
  height: 100%;   
  margin-left: -158px;  
  margin-top: -101px;
  
  line-height: 16px;
}

#content_fullscreen { 
  margin-left: 158px;   
  margin-top: 101px;
  padding: 3px 3px 0pt;
   
  background-color: #000080; 
}

/* Header */
#header { 
  width: 100%;   	
  height: 100px;
  float: left;
  min-width: 820px;   
  white-space: nowrap;
  
  position: absolute;
  z-index: 2;

  background: #163691 url(../graphics/header.png) repeat-x top left; 
}                                          

#header_end {
  text-align: right;
}

#header_logo {
  position: absolute;
  left: 0px;
  top: 0px;
}

#header_logo img {
  border: none;
}
      
/* Tab-Leiste */   
#tabbar {        
  padding: 0pt;
  margin: 0pt;
  
  position: absolute;
  left: 300px;
  top: 41px; 
  height: 31px;   
  min-width: 530px;   
  white-space: nowrap;
}  

#tabbar li {
  width: 100px;
  list-style: none;
  float: left;  
  padding-left:2px;   
}

#tabbar a {        
  height: 31px;
  display: block; 
  text-align: center; 
  
  line-height: 31px; 

  font-size: 13px;                 	      
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;   
  
  background: #163691 url(../graphics/tab.png) no-repeat 0px 0px;
} 

#tabbar a:hover, #tabbar a:active {
  background-position: 0px -31px;     
  background-color: #6486e8;
}   

#tabbar a.selected {
  background-position: 0px -62px;        
  background-color: #1d48c3;
}    

#tabbar a.selected:hover {
  background-position: 0px -62px;        
  background-color: #1d48c3;
}
      
/* Sidebar */   
#sidebar_wrapper {
  position: absolute;
  left: 0px;
  top: 82px;
  width:136px;
  min-height:18px;
  
  background: transparent url(../graphics/sidebar-header.png) no-repeat top left;  
}    

#sidebar {      
  padding: 0pt;
  margin: 0pt;
  
  position: relative;
  left: 0px;
  top: 18px; 
}  

#sidebar li {
  width: 130px; 
  list-style: none;
} 

#sidebar a {        
  height: 22px;
  display: block;  
  
  line-height: 22px; 

  font-size:12px;
  font-weight:bold;
  text-decoration: none;
  color: #FFFFFF;   
  padding-left: 8px;
  
  background: #163691 url(../graphics/sidebar-item.png) no-repeat 0px 0px;
}     

#sidebar li ul {  
  padding: 0pt;
  margin: 0pt;
}

#sidebar li ul li a {
  background: #C7D1EB url(../graphics/sidebar-item-2.png);
  
  color: #000080;  
  padding-left: 16px;
}  

#sidebar a:hover {
  background-position: 0px -22px;    
  background-color: #6486e8;
}   

#sidebar a.selected {
  background-position: 0px -44px;        
  background-color: #1d48c3;
} 

#sidebar a.selected:hover, #sidebar a.selected:active {
  background-position: 0px -66px;   
  background-color: #6486e8;
}   

#sidebar_footer {  
  position: relative;
  top: 18px; 
  width: 130px;
  height: 19px;
  
  background: transparent url(../graphics/sidebar-footer.png) no-repeat top left;
}  

/* Navigationsleiste */
#navbar {
  position: absolute;
  left: 139px;
  top: 79px;
  
  font-size: 11px;
  font-weight: bold;
}

#navbar a {
  font-size: 10px;
}

#navbar img {
  position: relative;
  top: 4px;
}
     
/* Werkzeugleiste */
#header_toolbar {
  position: absolute;
  right: 10px;
  top: 79px;
  text-align: right;
}

#header_toolbar img {
  position: relative;
  top: 5px;    
  border: none;     
}

#pin {
  display: none;
}

/* Box */
.box {  
  position: relative;
  width: 100%;
  padding: 4px;

  border-width: 2px;
  border-style: solid;
  border-color: #000080;  
  
  background-color: #D6DDEC; 
}

.boxline {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 2px;
  margin-bottom: 2px;

  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000080;
}   

/* Symbole */
img.icon {
  width: 75px;
  height: 75px;
  float: left;
  margin-left: 14px; 
  margin-top: 7px;    
  margin-bottom: 30px;
  border: none;
}

img.icon-64 {
  width: 64px;
  height: 64px;
  float: left;
  margin-left: 19px; 
  margin-top: 12px;
  border: none;
}  

#content h1 {
  clear: both;
}

.textblock {
  margin-left: 100px;
  margin-bottom: 30px;
  margin-top: 5px;
} 

/* News */
.news-heading {   
  padding-bottom: 5px; 
  margin-bottom: 0;
  float: left;  
  
  font-size: 20px;
  line-height: 22px;  
}

.news-date {     
  margin-bottom: 3px; 
  line-height: 22px;  

  font-size: 13px;
  font-weight: bold;
  text-align: right; 
}

/* Kontakt */
img.contact {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  
  border: none;
}

img.contact-pn {
  vertical-align: middle; 
  
  border: none;
}

.contact-header {   
  padding-bottom: 5px; 
  
  font-size: 20px;  
}

/* Page-Navi */
.pagenavi {
  width: 100%;
  height: 15px;
  margin-bottom: 2em;
  
  border: none;
  
  background: url(../graphics/pagenavi.png) repeat-x top left;
  
  color: #000080;
  font-size: 10px;
}   

.pagenavi .left {  
  padding-left: 25px;

  background: url(../graphics/pagenavi-left.png) no-repeat top left;
}  

.pagenavi .right {   
  padding-right: 25px;
  
  background: url(../graphics/pagenavi-right.png) no-repeat top right;
}

.pagenavi a:hover {
  text-decoration: none;
}

/* Changelog */
.changelog-version {   
  padding-bottom: 5px; 
  float: left;
  
  font-size: 20px;  
}     

.changelog-date {   
  padding-bottom: 5px;
  margin-left: 50px; 
  
  font-size: 20px;  
}

.changelog-date-download {
  padding-bottom: 5px;
  margin-left: 75px; 
  
  font-size: 20px;  
}

.changelog-toolbar {
  margin-top: -20px;     
  margin-bottom: 3px; 
  line-height: 20px;
  float: left;  
  width: 100%;

  font-size: 13px;
  font-weight: bold;
  text-align: right; 
}

.changelog-toolbar img {
  border: none;
}

.changelog-body img {
  float: left;
  margin-left: 5px; 
  vertical-align: middle; 
}

.changelog-body p { 
  margin-top: 3px;
  margin-left: 30px;
  margin-bottom: 5px;
}

/* Copyright-Hinweis */
.copyright {
  text-align: center;
  font-size: 10px;
  color: #444444;
  letter-spacing: -1px;
  clear: both;
}

/* Chat */
.chatlogin-header {
  font-size: 20px;
}

.chatlogin-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.chatlogin-body input { 
  margin-top: 8px;
  margin-bottom: 24px;
}

.chatlogin-body button {
  margin-bottom: 24px;
}

.chatlogin-body-expert {
  padding-top: 30px;
  padding-bottom: 30px;
}

.chatlogin-body-expert table {
  border: none;
  width: 100%;
  margin-bottom: 24px;
}

.chatlogin-body-expert td {
  width: 50%;
}

.chatlogin-body-expert input {
  padding-bottom: 3px;
}

.chatlogin-body-expert input[type="submit"] {
  font-size: 20px;
  padding: 3px 20px;
  margin-top: 24px;
}

/* Sitemap */

.sitemap-header {   
  font-size: 20px;
  padding-bottom: 5px;
}

.sitemap-body p {
  margin: 3px 0px;
}

.sitemap-body a {
  font-size: 13px;
  font-weight: bold;
}

/* Kacheln */
.tiles {
  margin-top: 30px;
}

.tiles div {
  float: left;
}

.tiles div img {
  width: 64px;
  height: 64px;
  border: none;
  
  float: left;
  margin-left: 14px; 
}

.tiles div div {
  margin-left: 20px;   
  margin-bottom: 20px;
  width: 250px;
  height: 64px;
  overflow: hidden;
}

.tiles .info {
  color: #008000;
}

.tiles p {
  margin: 0pt;
  padding: 0pt;
}

.tiles a {
  font-weight: bold;
}

/* Downloads */
img.download {
  float: left;
  border: none;
}

.download-info {
  margin-left: 80px;   
}

.download-info a {
  font-weight: bold;
  font-size: 14px;
}

#screenshot {
  max-width: 100%;
  border: none;
}

#screenshot-previews {
  text-align: center;
  margin-top: 10px;
}

#screenshot-previews img {
  max-width: 100px;
  max-height: 100px;
  
  border: none;
}

.download-notice {
  border: 1px solid red;  
  text-align: center;
  padding: 4px;
  margin-bottom: 1em;
  
  font-weight: bold;
  color: red;
}