/*
CSS Antonio Pintus created by ClemensO
Version: 28.10.2007
changed: 11.11.2007
*/
body {
  background:#FDF5E6;
  font: small Verdana, Arial, Helvetica, sans-serif;
  margin:0 auto;
  padding:0;
  text-align:center;
}

a {
   background-color:inherit;
   color:#0000CD;
   text-decoration:none;
}

a:hover {
   background-color:inherit;
   color:#C5DCEC;
   text-decoration:none;
}

a:active{
	border: none;
}

a img {
  border:medium none;
}

p form {
  margin-bottom:20px;
  margin-top:0pt;
}

blockquote {
  border-left:4px solid #467AA7;
  margin:15px 30px 0pt 15px;
  padding-left:15px;
}

code, pre {
  font-size:1.2em;
}

#wrapper {
  position: relative;
  width: 810px !important; width /**/: 820px;
  height: 100%;
  background:#FDF5E6;
  margin:20px auto;
  text-align:left;
}

/* Header */
#header {
  background: #2E1607 url(../pics/headersepia.jpg) top center no-repeat;
  float: none; !important;
  margin: 12pt;
  padding:0px 0;
  width:810px;
  text-align: center;
  border: dotted 1px;
}

#header h1 {
  color:white;
  font-size:3.2em;
  font-variant:small-caps;
  font-weight:normal;
  font-style: italic;
  letter-spacing:-2px;
  padding: 0px;
  clear: none;
}

#header h2 {
  color:white;
  font-size:1em;
  font-weight:bold;
  letter-spacing:10px;
  margin:-10px 0px 0px 80px;
  padding:0px 5px 5px;
}

/* Navigation */
#nav {
  visibility: hidden;
  display: none;
}


/* content stuff */
#content {
  visibility: visible;
  float: none !important;
  background:#ECD8AA ;
  color:#743D23;
  float:left;
  margin-bottom: 10px;
  padding:20px 20px;
  text-align:justify;
  width:770px;
  background-image: url(../pics/verlauf2.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#content h2 {
  margin: 0px 0px 30px;
  padding:0pt;
  color: White;
  font-style: italic;
  text-indent: 4px;
  text-shadow: Gray;
  letter-spacing: 5px;
  text-align: left;
}

#content h3 {
   font-family: "Brush Script MT";
   font-size: x-large;
	font-weight: normal;
}

#content h3:before{content: open-quote;}
#content h3:after{content: close-quote;}

#content img {
  border:1px solid #DDDDDD;
  margin:5px;
  padding:1pt;
}

#content img.left{
	float: left;
	margin-right: 30px;
}

#content img.right{
	float: right;
	margin-left: 30px;
}

#content h2 a {
  font-weight:normal;
}

#content p.presse{
   font-size: small;
   font-style: italic;
   padding: 0 10px 0 10px;
}

#content .quelle{
   font-size: 10px;
   text-align: right;
}

#content p.quote{
   font-style: italic;
   font-size: large;
   font-weight: bolder;
}

#content a:hover, #sidebar a:hover {
  color: #C5DCEC;
  text-decoration: underline overline;
}

#content ul{
	list-style: disc;
	margin-bottom: 10px;
}

#content li h4{
	margin-bottom: 0px;
}

#content li h5{
	margin-bottom: 0px;
}

/* footer */
#footer {
  visibility: visible;
  float: none !important;
  clear:both;
  width:810px;
  background: #2E1607;
  padding:5px 0;
  color: white;
  text-align: center;
}

/* Sidebar */
#sidebar {
   visibility: hidden;
	display: none;
}

