/* 
Main
www.sabinebeckmann.de
*/

body {
  font-size: 0.9em;

  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.publikationen,.start {
/* background-color: #9c1e21; */
background-color: #993333;
}
.vita {
/* background-color: #ffdc44; */
background-color: #ffcc33;
}
.forschung {
/* background-color: #0e4c25; */
background-color: #336633;
}
.lehre {
/* background-color: #f48629; */
background-color: #ff9933;
}

div.text {
/*  margin: 0px 150px; */
  margin: 0px 15%;
  padding: 20px 30px 50px 30px;
  background-color: #ffffcc;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #330000;
  font-size: 1em;
  line-height: 1.4em;
}

p,ul,dl,ol,blockquote {
  margin-top: 0.5em;
  margin-bottom: 1em;
}


p.indent  {
  margin-left: 1.5em;
  text-indent: -1.5em;
}


ul, dl, ol, dt {
  margin-left: 0px;
}

ul {
  padding-left: 0.15em;
}

ul li {
  padding-left: 1.35em;
  list-style: none;
  background: url(img/li.gif) 0% 3px no-repeat;

}


ol {
  padding-left: 1.5em;
}


dd, blockquote {
  margin-left: 1.5em;
}


h1 {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5em;
  margin-bottom: 0.6667em;
}

p + h1, ul + h1, dl + h1, ol + h1 {
  margin-top: 2em;
}

h2 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

h1 + h2 {
  margin-top: 0.5em;
}

h3 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

a {
  color: #993333;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

div.head {
  margin: 10px 15% 0px 15%;
  height: 80px;
  padding: 0px;
  background-image:url(img/kopf.jpg);
  background-position:bottom left;
  background-repeat:repeat-x;	
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #330000;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
/*
  text-transform: uppercase;
  letter-spacing: 1px;
*/
}

div.head hr {
  border-top: 1px solid #ffffcc;
  margin: 5px 5px;
}

div.head p {
    /* font-weight:bold; */
    margin: 0px;
    padding: 10px 5px 0px 5px;
}	 

div.navbar {
  margin: 0px 15%;
  padding: 5px 5px ;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #ffffcc;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7em;
  line-height: 1.7em;
  background-color: #82300c;
  height: 2em;
/*  text-align: right;
*/
}
p#nav_main {
  margin: 0;
  text-align: right;
  position: relative;
  right: 0;
  top: 0;
  float: right;
}

p#nav_en {
  margin: 0;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
  float: left;
}

div.navbar hr {
  border-top: 1px solid #ffffcc;
}

div.navbar p {
/*  padding-top: 2px; */
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}



.navbar a {
  color: #ffffcc;
  text-decoration: none;
}

.navbar a:hover,a:focus {
  text-decoration: underline;
}




