/**
 * redbar.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Redbar theme.
 *
 * $Id: redbar.css,v 1.4 2009/04/08 19:54:50 asmecher Exp $
 */

body {
        font-family: "Lucida Grande","Lucida Sans Unicode",Sans-Serif;
	background-color: #ffffff;
	color: #000000;
        text-align: center;
}

#container {
        box-shadow: 0 0 10px #CCCCCC; */
        margin: 0 auto;
        padding: 0;
        width: 940px;
        height: 100%;
}



a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #00abb9;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
        background: rgba(188, 204, 0, 0.1);

}

input.defaultButton {
	background-color: #bccc00;
	color: #ffffff;
}

input.button {
	background-color: #bccc00;
	color: #ffffff;
        border-color: #E0E0FF #808080 #808080 #E0E0FF;
        border-style: solid;
        border-width: 2px;
}


#header {
	background-color: #ffffff;


}

#headerTitle {
	color: #000000;
}


#tabs {
      float:right;
      width:100%;
      text-align: right;
      border-bottom: solid 1px; 
}

#header h1 {
        margin: 0;
        padding: 0;
}

#header img {
        float: left;
} 

#titel {
       clear: both;
       float: right;
       font-size: 100%;
       font-weight: bold;
       text-shadow:#aaaaaa 3px 2px;
       margin-top: 0;
       margin-right: 20px; 
       margin-bottom: 15px;
}

#issn {
      float:right;
      margin-right: 20px;
      margin-top: 10px;
      font-size: 80%;
}

#header ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        line-height:normal;
 
}

#header li {
        float:right;
        display: inline;
        margin: 0;
        padding: 0; 
}

#header a {
      float:left;
      background:url("http://rzbvm008.uni-regensburg.de/ojs/public/journals/4/tab_links_klein.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 13px;
      text-decoration:none;

}

#header a:visited {
        color: #000000;   
}

#header a:hover {
     background-position:0% -40px;
     color: white;
}

#header a span {
        float:left;
        background: url("http://rzbvm008.uni-regensburg.de/ojs/public/journals/4/tab_rechts_klein.gif") no-repeat right top;
        padding: 5px 15px 4px 6px;
        font-size: 12px;
        display: block;
}

#header a:hover span {              
        background-position:100% -40px;
        color: white; 
}

#body {
        clear: both;
        display: inside;
        height: 100%;  
}

#main {
	background-color: #ffffff;
        margin-left: 1%;
        width: 72%;
        float:left;
        text-align: justify !important;

}

#main h2 {
}

#main h3 {

}

#navbar {
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: white;  
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted #00abb9;;
}

#content {
	border-top: 0px dotted #000;
        text-align: justify !important;
        overflow: visible;  
}

#navbar a {
	background-color: white; 
	padding: 5px;
	color: #000000 ;	
}

div.block {
        border: 2px solid #bccc00;
        border: 2px solid #00abb9;
        border-radius: 10px; 
        color: #000000;
        padding: 5px 5px 5px 5px;
        margin: 0 0 20px;
        background: rgba(188, 204, 0, 0.2);
        background: rgba(0, 171, 185, 0.2);
        background: url("http://rzbvm008.uni-regensburg.de/ojs/public/journals/4/rightbox2.png") repeat-x scroll 0 0 #cceef1;

}

#rightSidebar {
        margin-right: 1%;
        width: 23%;
}

#clear {
        clear: both;
}
