html, body {
  margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg-seite.jpg);
	background-position: 0 0px;
	background-repeat: repeat-x;
}

body {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 62.5%;
	color: #666666;
}


#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: visible;
}

#header {
	width: 960px;
	height: 270px;
	padding: 0;
	background-image:  url(../images/bg-header.jpg);
	background-position: 0px 0;
}

span {
	color: #0D206F;
	font-style: italic;
}

#navi {
	width: 200px;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}

#navi ul {
  width: 200px;
	margin: 0;
	padding: 0;
}

#navi li {
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
  background: transparent;
}

#navi li a {
  width: 170px;
  display: block;
	color: #2A2C65;
	background: transparent;
	text-decoration: none;
	margin: 0;
	padding: 4px 15px 4px 15px;
	border-top: 1px solid #C9C9C9;
	font-size: 1.1em;
	font-weight: bold;
}

#navi li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #003366;
}

#navi li.active a {
	color: #FFFFFF;
	text-decoration: none;
	background: #0A5479;
}

#navi li.active a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #727AA1;
}


#navi li.active ul li a {
  width: 150px;
	padding: 4px 15px 4px 35px;
	color: #383749;
	text-decoration: none;
	background: #E5E6E9;
}

#navi li.active ul li a:hover {
  color: #383749;
	background: #C8C9CC;
}

#navi li.active ul li.active a {
  color: #383749;
	background: #C8C9CC;
}

#sitecontent {
	width: 820px;
  min-height: 300px;
	padding: 0 50px 0 70px;
	margin: 0 0 0 0;
	background: #FFFFFF url(../images/bg-content.jpg) no-repeat;
}

#contentmain {
	width: 570px;
	padding: 0px 10px 25px 10px;
	margin: 0 0 0 0;
	float: right;
	font-size: 1.3em;
	line-height: 130%;
	background: transparent;
}

#contentnavi {
	width: 220px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.2em;
	background: #FFFFFF;
}

#footer {
	border-top: 1px solid #CCCCCC;
	width: 880px;
	padding: 10px 0px 20px 0px;
	margin: 30px 40px 0px 40px;
	clear: both;
	color: #C1C1C1;
}

#footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}

#footercontent {
	font-size: 1.2em;
	color: #999999;
	width: 840px;
	margin-bottom: 20px;
}

#footerleft {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footerright {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.5em;
	line-height: 120%;
	color: #0A5479;
	margin: 0.5em 0 15px 0;
	padding: 0px 70px 10px 5px;
	font-style: italic;
	font-weight: normal;
	background: #FFFFFF url(../images/bg-h1.jpg) bottom right no-repeat;
}

h2 {
	font-size: 1.3em;
	color: #0A5479;
	margin: 0.5em 0 10px 0;
	padding: 5px 0 5px 5px;
	font-style: italic;
	font-weight: normal;
	clear: both;
}

h3 {
	font-size: 1.2em;
	color: #0A5479;
	margin: 0.5em 0 5px 0;
	padding: 5px 0 0px 5px;
	font-style: italic;
	clear: both;
}
	
h4 {
	font-size: 1.0em;
	color: #003366;
	margin: 0.5em 0 0 0;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	height: 1px;
	clear: both;
}

p {
	margin: 0 0 20px 15px;
}

p a {
	text-decoration: underline;
	color: #004488;
	padding: 2px 2px 0px 2px;
}

p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3C3E4D;
}

blockquote {
	border-top: 1px solid #E5E5E5;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px 15px 5px 65px;
	background-image:  url(../images/bg-blockquote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #0066CC;
	font-style: italic;
	margin:  1.0em 0 1.0em 0;
}

cite {
  color: #999999;
  font-weight: bolder;
}

img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #D1C792;
	border-right: 1px solid #D1C792;
	border-bottom: 1px solid #D1C792;
	border-left: 1px solid #D1C792;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #D1C792;
	border-right: 1px solid #D1C792;
	border-bottom: 1px solid #D1C792;
	border-left: 1px solid #D1C792;
}

img.alignabove {
	margin: 0 auto 10px auto;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #D1C792;
	border-right: 1px solid #D1C792;
	border-bottom: 1px solid #D1C792;
	border-left: 1px solid #D1C792;
}

/* teaserboxen */

.col-left {
width: 260px;
margin: 0 0 0 10px;
padding: 0;
font-size: 0.9em;
float: left;
}

.col-right {
width: 260px;
margin: 0 0 0 10px;
padding: 0;
font-size: 0.9em;
float: right;
}

.col-left *, .col-right * {
margin: 0;
padding: 0;
}

.col-left p, .col-right p {
margin: 0.4em 10px 0.4em 10px;
}

.col-left h4, .col-right h4 {
margin: 2.0em 0 0 0;
padding: 5px 10px 5px 10px;
border-top: 3px solid #CCCCCC;
background: #F4F4F4;
font-size: 1.2em;
}

/* tabellen */
table.gitternetz {
margin-left: 25px;
border-collapse: collapse;
}

table.gitternetz th {
background: #F4F4F4;
border-top: 3px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
padding: 5px;
}

table.gitternetz td {
border: 1px solid #CCCCCC;
vertical-align: top;
padding: 5px;
}

/* formulare */

fieldset {
margin: 1.0em;
padding: 20px;
}

.formfeld {
font-family : Arial, Helvetica, sans-serif;
color:#334D66;
background-color : #FFFFFF;
border-style : solid;
border-width : 1px;
border-color : #CCCCCC;
padding : 4px;
width: 430px;
}

label {
display: block;
width: 120px;
color: #800000;
}

legend {
padding: 0 10px 0 10px;
color: #800000;
}

.button#submit {
float: left;
}

.button#reset {
float: right;
}

/* ditto */

.ditto_summaryPost {
  margin: 0 0 2.0em 0;
  padding: 0;
  border-top: 2px solid #0A5479;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.ditto_summaryPost h3.ditto_title {
  margin: 0;
  padding: 5px 5px 5px 10px;
  overflow: visible;
}

.ditto_summaryPost h3 a {
  color: #0A5479;
  text-decoration: none;
  background: transparent;
}

.ditto_summaryPost h3 a:hover {
  text-decoration: underline;
  background: transparent;
}

.ditto_summaryPost p {
  margin: 1.0em;
  padding: 0;
}

.ditto_summaryPost .ditto_news_info {
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
}

.ditto_summaryPost .ditto_news_info p.ditto_link {
  float: right;
  width: 120px;
  height: 20px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;

}

.ditto_summaryPost .ditto_news_info p.ditto_link a {
  display: block;
  width: 110px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  color: #990000;
  text-decoration: none;
  background: #FFFFFF;
}

.ditto_summaryPost .ditto_news_info p.ditto_link a:hover {
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  color: #990000;
  text-decoration: underline;
  background: #FFFFFF;
}

.ditto_summaryPost .ditto_news_info p.ditto_info {
  float: left;
  width: 350px;
  height: 20px;
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  color: #333333;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
  background: transparent url(../images/bg-ditto_info.gif) left no-repeat;
}

/* diverses */

a.small, a.small:hover {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	cursor: text;
}

* a.piclink, * a.piclink:hover {
  margin: 0;
  padding: 0;
	text-decoration: underline;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* links zu files */
a.pdf, a.pdf:hover {
  padding: 0 0 0 20px;
  background-image: url(../images/bg_file_acrobat.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.guestbook_top { height: 1.6em; padding: 0.3em 0.5em 0 }
.guestbook_big { float: left; font-size: 1.2em; font-weight: bold; margin-right: 0.5em }
.guestbook_small { float: left; font-size: 0.8em; font-weight: bold }
.guestbook_contact { float: right; margin-left: 0.5em }
.guestbook_content { padding: 0.5em; clear: right }
.guestbook_mod { float: right; margin-left: 0.5em }
.guestbook_extra { float: right; padding-bottom: 1em }
.guestbook_vote { float: right }
.smilie { vertical-align: sub }
.smilies { margin: 0.5em 0 0.5em 9.5em }
.smilieSelect { float: left; margin-right: 0.25em }
.vote { float: left; margin-right: 0.25em }

.rabumm {
width: 200px;
}