/* A CSS Design for www.bargten.de by Jan Stürtz, 
   inspired by http://kuler.adobe.com
   March 2007
 */

body {  
  background: fixed url(back.png) no-repeat right center rgb(180,175,145); 
  font-family: "Courier New", Courier, mono; 
}
p { 
  width: 25em; 
  background: rgb(120,119,70); 
  padding: 1.5em; 
  border: 0.2em solid rgb(64,65,30); 
  margin-top: -0.5em; 
  margin-bottom: -0.5em;
}
h1, h2, h3, h4, h5 { 
  color: white; 
  font-variant: small-caps; 
}
address { 
  margin-top: 2em;
  font-style: normal; 
}
a:link { 
  color: rgb(192,48,0); 
  text-decoration: none; 
}
a:link:hover { 
  color: rgb(50,51,29); 
  text-decoration: underline; 
}
a:visited { 
  color: rgb(192,48,0); 
  text-decoration: none; 
}
a:visited:hover { 
  color: rgb(50,51,29); 
  text-decoration: none; 
}
.header {
  font-size: 1.7em;
  font-weight: bold;
  font-variant: small-caps ;
  font-family: "Courier New", Courier, mono;
  letter-spacing: 0.1em;
  padding: 0.5em; 
  background: rgb(192,48,0);
  margin-left: 10%;
  margin-right: 10%;
}
.nav {
  font-size: 0.5em;
  float: right;
  margin-top: -1.1em;
}
.nav a {
  text-align: right;
  padding: 0.2em; 
  color: rgb(64,65,30); 
  text-decoration: none; 
}
.nav a:hover {
  background: rgb(64,65,30);
  color: black;
}
.blog_sub {
  font-size: smaller;
  font-style: italic;
}
.calendar {
  position: absolute;
  right: 10%;
  font-size: smaller;
}
