/*
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:#b76137;
   text-decoration:none;
}

a:hover {
   background-color:inherit;
   color:#6495ed;
   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: 1010px !important; width /**/: 1020px;
  height: 100%;
  background:#FDF5E6;
  margin:20px auto;
  text-align:left;
}

/* Header */
#header {
  background: #2E1607 url(../pics/headersepia.jpg) top center no-repeat;
  float: left;
  margin:0px;
  padding:0px 0;
  width:1010px;
  text-align: center;
}

#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 {
  float: left;
  background:#2E1607 none repeat scroll 0%;
  border:1px solid #422009;
  margin: 0px;
  height:30px;
  width:1008px;
}

#nav ul {
  list-style-type:none;
  margin:0pt;
  padding:0pt;
}

#nav li {
  float:left;
  line-height:normal;
  margin:0pt;
  padding:0pt;
}

#nav a, #nav strong {
  border-left:1px solid #422009;
  border-right:1px solid #422009;
  color:white;
  display:block;
  font-size:small;
  padding:7px 6px;
  text-decoration:none;
  white-space:nowrap;
}

#nav strong, #nav .selected {
  background-color:#4B260A;
  font-weight:bold;
}

#nav a:hover {
  background-color:#180D08;
  color:#C5DCEC;
  padding:7px 6px;
}


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

#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: 10px;
}

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

#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: #6495ed;
  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 {
  clear:both;
  width:1010px;
  background: #2E1607;
  padding:5px 0;
  color: white;
  text-align: center;
}

/* Sidebar */
#sidebar {
   float:right;
	width:200px;
   padding: 4px 0;
	margin: 0;
	background: #F5FFFA;
}

#sidebar dt{
	background-color: #FDF5E6;
	margin: 10px 8px;
	color: #483D8B;
	text-align: center;
	letter-spacing: 5px;
	text-indent: 10px;
	line-height: 1.5em;
}

#sidebar dd{
   color: #483D8B;
   font-size: smaller;
	text-align: justify;
	margin: -4px 6px 16px 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar p {
font-size:0.9em;
margin:0pt 0pt 16px 0px;
}

#sidebar input, #sidebar textarea, #sidebar select, #sidebar td input {
width:95%;
}
