@import url(luna_core.css);

/*
This file inherits from luna_core.css, so styles in this file will override
styles defined in it.  Changes to this file will NOT be overwritten during
upgrades.

Here's a quick tutorial on overriding styles.  Say you want to change the
background colour of the body.  Looking at luna_core.css, the colour is
defined in the rule:

    body {
      margin: 0px;
      padding: 0px;
      color: #33332e;
      background: #ffffff;
      font: normal 11px tahoma, geneva, verdana, sans-serif;
      text-align: center;
    }

To change the background colour of white (#ffffff) to gray (#dddddd), you would
add the following to this file:

    body {
      background: #dddddd;
    }

If you also wanted to change the font as well as the background, then you could
use:

    body {
      background: #dddddd;
      font: normal 12px times new roman;
    }

Also note that every template's body id is assigned the template name (without
the .html extension).  So if you want to change the h2 heading in the
category.html template, you can do this by:

    #category h2 { 
      color: red; 
      font-weight: bold; 
    }

To start you off, some sample overriding styles have been provided below.  Note
that you will have to uncomment the rules for them to work.
*/
/* ********************************** */
/*                                    */
/* ********************************** */
/*                                    */
/* ********************************** */
/* Logo size and image source */

#logo {
  width: 970px;
  height: 139px;
  background-image: url(images/logo-vision.gif);
}

/* If the height of your logo changes from the original, then you will probably
want to also change the vertical position of the login link */
/*
#loginbar a {
  margin-top: 25px;
}
*/

/* Show the left sidebar */

#ocwrapper {
/* background colour of left sidebar */
  border-left: 200px solid #ffffff;
/* background colour of right sidebar */
  border-right: 270px solid #ffffff;
  background: #ffffff;
}
#leftsidebar {
  border-top: 1px solid #add199;
/*  margin-left: -200px;  */
  display: block;
/*  padding: 10px 0px 0px 0px;  */
/*  width: 250px;   */
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 200px;
}


/* Hide the right sidebar */
/*
#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}
*/

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */

#ocwrapper {
 border-right-width: 210px;
}
#rightsidebar {
  border-top: 1px solid #add199;
  border-bottom: 1px solid #add199;
  margin-right: -210px;
  width: 200px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 150px 0px 0px;
}

#content {
  margin: 10px 0px;
  padding: 10px;
  background: #ffffff;
}



/* Change width of document */
/*
#wrapper {
  width: 97%;
}
*/

#wrapper {
  margin: 0px auto;
  width: 970px;
  text-align: left;
}



/* Don't want the shadows? */

.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}


/* If you change the globals category_cols or home_category_cols, then you will
need to change the width of the columns themselves.  Note that IE sometimes has
problems if this value adds up to 100%, so keep the width a little under 100%.
For example, if you changed category_cols to 3, then this example would set
the width of the columns to 33% (99% total). */
/*
#category dl {
  width: 10%;
}
*/


/*                                     */
/* changes for www.vision-index.com    */
/*                                     */

body {
margin-top: 10pt; margin-left: 10px; margin-bottom: 10pt; margin-right: 10px
marginwidth="0"; marginheight="0" ;

/*  padding: 10 10 10 10;   */
  color: #000000;
  background: #ffffff;
  font: normal 12px verdana, bold, sans-serif;
  text-align: left;
}

/* links z.B. bei Suchergebnis !!!!!!!!!!!!!! */
a {
  color: #03be03;
  font: normal 14px verdana, bold, sans-serif;
}
a:visited {
  color: #03be03;
  font: normal 14px verdana, bold, sans-serif;
}
a:hover {
  color: #067400;
  text-decoration: none;
  font: normal 14px verdana, bold, sans-serif;
}


/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  background: #ffffff;
  border-bottom: 0px solid #57594b;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 2px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 20px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 12px;
}
.searchbar a:hover {
  color: #5c5b66;
}





/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 1px solid #328c00;
  background: #ffffff;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #909090;
  font-size: 12px;
}



/* ****************** ****************** ************** ************* */

/* ******************************************************************** */
.topratedlist a {
  color: #000000;
  font-size: 12px;
}
.topratedlist a:hover {
  color: #909090;
  font-size: 12px;
}
.topratedlist a:visited {
  color: #000000;
  font-size: 12px;
}



/* ******************************************************************** */


.topratedheader {
  color: #03be03;
  font: normal 14px verdana, sans-serif;
}

#header {
  border-bottom: 1px solid #328c00;
  margin-bottom: 10px;
  background: transparent url(images/logo-vision.gif) top right no-repeat;
}

#navi { 
  list-style: none; 
  margin: 0px; 
  padding: 0px; }
#navi a { 
  width: 180px; 
  color: #067400; 
  text-decoration: none; 
  font: 12px verdana;
  display: block; 
  border-bottom: 1px solid #add199; 
  padding: 0px 0px 0px 0px; 
  margin: 5px 0 0 0;
}
#navi a:hover { 
  color: #555554; 
}


#impressum { 
  list-style: none; 
  margin: 0px; 
  padding: 0px; }
#impressum a { 
  color: #909090; 
  text-decoration: none; 
  font: 12px verdana;
}


/* ********************************************************************* */


#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 0px;
}
/*                     ^------ Einrückung Kategorien Homepage
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

/* Größe der Kategorien Links !!!!!!!!!!!!!!!!!! */
#home dt a {
  font-weight: bold;
  font-size: 14px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */



.row.required {
  background: #888888;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 0px;
}

.lasttitle {
  margin: 15px 15px 20px 0px;
}

