@charset "utf-8";
/* CSS Document */

html {
padding: auto;
}

body{
  margin: 0px;
  padding: 0px;
  background-image: url(/images/background.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #020307;
  /*font-weight: bold;*/
}

h1 {
font-size: 24px;
}

h2 {
font-size: 16.5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main_container {
  padding-left: 50%;
  margin-left: -480px;
  position:absolute;
}

.container {
  position: relative;
}

/* --- RUBEN + Logo --- */

.ruben {
  width:428px;
  height: 748px;
  position: absolute;
  left: 620px;
  top: 40px;
  background-image: url(/images/ruben_logo.png);
  background-repeat: no-repeat;
  z-index: 100;
}

/* --- Main Content --- */

.container .content {
  position: absolute;
  top: 98px;
  left: 67px;
  width: 719px;
  height: 641px;
  z-index: 10;
  background-image: url(/images/content_bg/news.gif); 
}

.inhalt {
  height: 576px;
  width: 490px;
  padding: 10px 30px 0 30px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: right;
  position: relative;
  top: 30px;
}

a {
  text-decoration: none;
  color: #222;
  outline-style: none;
}

a:hover {
  text-decoration: underline;
  color: #000;
}


a:hover.backlink, .backlink  {
color: white;
font-weight: bold;
text-decoration: underline;
}
/* --- MENU --- */

.menu {
  width:675px;
  height: 50px;
  position: absolute;
  top: 90px;
  float: left;
  background-image: url(/images/menu_bg.png);
  background-repeat: no-repeat;
  z-index: 90;
}

div.menu div {
  float: left;
  height: 36px;
}

.spacer {
  /*width: 74px;*/
  width: 149px;
  background-image: url(/images/menu/01.png) right;
}

.menu {
  text-indent: -9999px;
}

.menu a {
  display: block;
  height: inherit;
  width: inherit;
}

.news {
  width: 70px;
  background-image: url(/images/menu/news.png);
}                       
.bio {                  
  width: 54px;          
  background-image: url(/images/menu/bio.png);
}                       
.media {                
  width: 72px;          
  background-image: url(/images/menu/media.png);
}                       
.discographie {         
  width: 127px;         
  background-image: url(/images/menu/discographie.png);
}                       
.extras {               
  width: 75px;          
  background-image: url(/images/menu/extras.png);
}                       
.links {                
  width: 71px;          
  background-image: url(/images/menu/links.png);
}                       
.guestbook {            
  width: 117px;         
  background-image: url(/images/menu/guestbook.png);
}                       
                        
.news:hover {           
  background-image: url(/images/menu/news_over.png);
}                       
.bio:hover {            
  background-image: url(/images/menu/bio_over.png);
}                       
.media:hover {          
  background-image: url(/images/menu/media_over.png);
}                       
.discographie:hover {   
  background-image: url(/images/menu/discographie_over.png);
}                       
.extras:hover {         
  background-image: url(/images/menu/extras_over.png);
}                       
.links:hover {          
  background-image: url(/images/menu/links_over.png);
}                       
.guestbook:hover{       
  background-image: url(/images/menu/guestbook_over.png);
}                       
                        
.news:active {          
  background-image: url(/images/menu/news_active.png);
}                       
.bio:active {           
  background-image: url(/images/menu/bio_active.png);
}                       
.media:active {         
  background-image: url(/images/menu/media_active.png);
}                       
.discographie:active {  
  background-image: url(/images/menu/discographie_active.png);
}                       
.extras:active {        
  background-image: url(/images/menu/extras_active.png);
}                       
.links:active {         
  background-image: url(/images/menu/links_active.png);
}                       
.guestbook:active{      
  background-image: url(/images/menu/guestbook_active.png);
}


/* --- Submenu --- */

.submenu {
  position: absolute;
  overflow: hidden;
  height: 55px;
  top: 720px;
  z-index: 5;
}

.submenu_content {
  color: #3a3a3a;
  font-size: 11px;
  padding: 30px 0 0 90px;
  text-align: left;
  width: 170px;
  height:44px;
  background-image: url(/images/menu/submenu_bg.png);
  background-repeat: no-repeat;
  background-position: right;
}

.submenu_content a, .submenu_content a:hover, .submenu_content a:active {
  color: inherit;
}

p.link {
  width: 48%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.17em;
  line-height: 1.5em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.link_box {
  margin-top: 20%;
}

.line {
  margin-left: -30px;
  background-image: url(/images/line.png);
  width: 582px;
  height: 104px;
}

.line-content {
  margin-top: 43%;
  text-align: left;
  padding-top: 33px;
  padding-left: 5px;
  line-height: 1.7em;
}

.line a {
  color: white;
  font-weight: bold;
}

.comments {
  text-align: right;
}

.comment {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  width: 93%;
  margin-left: auto;
}

.comment p.author {
  background-color: #eee;
  margin-top: 0;
  padding: 2px;
}

.comment .content_html {
  padding-right: 10px;
}

div.boxy_box {
  width: 350px; 
  border: 3px solid white; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px;
  color: #fff; 
  margin-bottom: 5px; 
  vertical-align: middle; 
  float: right; 
  background-color: #430400;
}

div.boxy_box a.gallery_title {
  font-size: 18px; 
  padding-left: 30px; 
  font-weight: bold;
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #c4c4c4;
}
.vscrollerbar {
width: 10px;
background-color: #5e5e5e;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: grey;
}

.menuspacer {
width: 50%; 
height: 50px; 
position: absolute; 
top: 90px; 
background-image: url(/images/menuspacer_bg.png); 
}

table form {
  display: inline;
}

table p {
  display: inline;
}

img, div { 
behavior: url(/stylesheets/iepngfix.htc);
}