/* Allgemein */

html {
  height : 101%; }

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#eaeaea url(/images/bg.gif) top center repeat-y;
color:#3a3a3a;
}

#wrap {
background-color:#ffffff;
color:#303030;
margin:0 auto;
padding:1px 5px;
width:900px;
}

#header {
position: relative;
color:#ffffff;
width: 875px;
margin:22px 15px 12px 12px;
padding:0; }
#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:5px 0 0; }
#header h1 a,#header h1 a:hover {
padding:0;
color:#ffffff; }
#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 5px 15px;
padding:0 0 0 3px; }
#header h2 {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 5px 15px;
padding:0 0 0 3px;
font-weight: normal; }
#staticmenu {
position: absolute;
right: 5px;
bottom: 5px; }
#staticmenuleft {
position: absolute;
left: 20px;
bottom: 5px; }

#content {
width: 860px;
margin:20px 15px 10px 10px;
padding:0;
}
#content div {
margin: 0;
}
	
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.1em
}

/* shadowed boxes */
.or {
	background:url(/images/box/or.png) top right no-repeat; }
.ol {
	background:url(/images/box/ol.png) top left no-repeat; }
.ur {
	background:url(/images/box/ur.png) bottom right no-repeat; }
.ul {
	background:url(/images/box/ul.png) bottom left no-repeat; }
.inhalt {
	margin:0;
	padding:0.5em 0.5em 1.5em 1.0em; 
	padding-right: 40px;
	padding-left: 25px;
	}
.inhalt p {
	margin:0;
	padding:0;
	margin-top: 20px; }


div.clear {
  clear : both; 
  margin : 0; 
  padding : 0; 
  height : 0; 
  font-size : 0;  } 

/* Content */
a:link {
  text-decoration: none;
  color: #0000ff; 
  border-bottom: 1px dotted #0000ff; }
a:visited {
  text-decoration: none;
  color: #4444ff; 
  border-bottom: 1px dotted #4444ff; }
a:hover {
	text-decoration: none;
  border-bottom: 1px solid #0000ff; }
a:active { }

#header a:link {
  color: #ffffff; 
  border-bottom: 1px dotted #ffffff; }
#header a:visited {
  color: #dddddd; 
  border-bottom: 1px dotted #ffffff; }
#header a:hover {
  border-bottom: 1px solid #ffffff; }
#header a:active { }


/* Text */
#text a:link {
  text-decoration: none;
  color: #3a3a3a; 
  border-bottom: 1px dotted #888888; }
#text a:visited {
  text-decoration: none;
  color: #6a6a6a; 
  border-bottom: 1px dotted #888888; }
#text a:hover {
	text-decoration: none;
  border-bottom: 1px solid #888888; }
#text a:active { }

/* Form */

.plusminus a { border: none; }
.plusminus a:link { border: none; }
.plusminus a:visited { border: none; }
.plusminus a:hover { border: none; }
.plusminus a:active { }

div.field input { }
div.field select { }
div.field textarea { }

div.error input {
  background-color: red; }
div.error select {
  background-color: red; }
div.error textarea {
  background-color: red; }

#content div.einzug {
  margin-left: 30px; }

blockquote {
	margin-left: 0; 
	padding: 5px; 

	background-color: #dadada;
	display: block;
	padding-top: 0px;

	border-top: 5px solid #dadada;
}


.inhalt blockquote p {
	margin:0;
	padding:0;
	margin-top: 0px; }
