html,body{margin:0;padding:0}

body, div, span, a, img, p, td, tr, table, h1, h2, h3, h4, form, ul, label, fieldset {
	margin:0;
	border:0;
	padding:0;
}

body {
    background-color: #f7f7f7;
    font-family: "Times New Roman", Times, Serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    color: #660027;
}

ul {
    margin: 0 0 5px 0;
}

ul li {
    margin: 0 0 0 20px;
}

a {
    color:#660027;
}

a:hover {
    text-decoration:none;
}

#header {
    height: 120px;
    background: url(img/dr.png) #660027 center left no-repeat;
    border-bottom: 10px solid #c9c9c9;
}

#header h1 {
    margin-left:140px;
    padding-top: 12px;
    font-size: 38px;
    color: #c9c9c9;
    font-weight:normal;
    letter-spacing: 5px;
}

#header a#logo {
    width:120px;
    height:90px;
    display:block;
    position:absolute;
    left:10px;
    top:15px;
}

ul#menu,
ul#menu li {
    list-style-type:none;
    margin:0;
    padding:0;
    font-family: Verdana, Arial, sans-serif;
}

ul#menu {
    position:absolute;
    top:93px;
    left:150px;
    width:700px;
}

ul#menu li{
    float:left;
    margin-right: 3px;
    text-align: center;
    width: 160px;
}

ul#menu li a{
    color: #660027;
    background-color: #c9c9c9;
    float:left;
    width: 160px;
    padding: 5px 0;
    text-decoration:none;
}

ul#menu a:hover{
    background-color: #e3e3e3;
}

ul#menu li a.current,
ul#nav li a.current:hover{
    background-color: #e3e3e3;
    text-decoration:underline;
}

/**** Submenu ****/

#submenu {
    margin-top:5px;
    width: 305px;
    margin-left: 670px;
    font-weight:bold;
}

#submenu ul li {
    list-style:none;
    float:right;
    display:block;
    margin: 0 10px 0 5px;
}


#submenu ul li a {
    text-decoration:none;
    color: #000;
}

#submenu ul li a:hover {
    text-decoration:underline;
}

/**** Content Container ***/

#container {
  margin: 10px 0 0 10px;
  width: 970px;
}

#main {
    width: 630px;
    float:left;
    margin: 10px 20px 10px 10px;
}


#main p {
    margin: 10px 0;
    line-height: 1.2em;
}

/* Right block */

#sidebar {
    width: 300px;
    float:left;
    margin: 10px 0 0 0;
}

#sidebar p {
    color: #000;
}

#sidebar h3.number {
    margin-bottom:20px; 
}

div.block {
   color: #fff!important;
   background-color: #eee;
   padding: 10px; 
   border-top:1px dotted #000;
   border-bottom: 1px dotted #000;
}

div.block p.authors {
   font-style:italic;
}

div.block p.title {
   font-weight:bold;
    margin-bottom:10px;
}

/* center */

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


#content p.abstract {
    margin: 10px 0;
}

.volumelist ul {
	padding: 0 0 15px 35px;
	margin:0;
}

/* footer */

#footer {
    clear:both;
    margin-top: 50px;
    color: #660027;
    font-size: 10px;
    text-align:right;
    border-top: 1px dotted #660027;
    padding-top: 10px;
}

/* Generic classes */

.clear {
    clear:both;
}

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

p.back,
p.cobiss {
    text-align:right;
}

