* {
  margin: 0;
  padding: 0;
  scrollbar-base-color:#1ba600;
}

p {
  padding-top: 7px;
  padding-bottom:7px;
}

h1 {
	text-align: left;
	font-size: 2.0em;
	font-weight:bold;
	color: #b30000;
}

h2 {
	text-align: left;
	font-size: 1.6em;
	font-weight:bold;
	color: #b30000;
}
	
	
h3 {
	text-align: left;
	font-size: 1.2em;
	font-weight:bold;
	color: #b30000;
}

a:link {color: #b30000}     /* Unbesuchter Link, Farbe: Gelb  */
a:visited {color: #b30000}  /* Besuchter Link, Farbe: Gelb    */
a:hover {color: #b30000;font-weight:bold;}    /* Mouse Over Link, Farbe: Rot    */
a:active {color: #b30000}   /* Ausgewählter Link, Farbe: Gelb */

a.mail:link, a.mail:visited, a.mail:active {color:#b30000;text-decoration:none}
a.mail:hover {text-decoration:underline;font-weight:normal;}
	
body {
	background-color: #1ba600; /*Grundfarbe: Grün*/
	font-family: "Times New Roman", Times, serif, Georgia;
	font-size: 62.5%;
}
	
#container {
	margin: 0px auto;
	width: 800px;
	color: #b30000; /*Grundfarbe: Blau*/
	font-size: 1.2em;
	background-image: url(../grafiken/hintergrund.png);
}

#header {
	height: 150px;
}

#menu {
  height: 530px;
  width: 150px;
  float:left;
  overflow:hidden;
  padding-top:50px;
}

#detailmenu {
  height: 30px;
  width:500px;
  float:left;
  overflow:hidden;
}

#content {
  height:535px;
  width:480px;
  overflow:auto;
  float:left;
  padding-left:10px;
  padding-right:10px;
}

#rightpicture {
  /*background:purple; /* Nur zum Layouttesten */
  height:530px;
  width: 150px;
  float:right;
  overflow:hidden;
  text-align:right;
  padding-top:50px;
}

#footer {
  font-size:0.8em;
  clear:both;
  text-align:center;
  color:#f5f800;
  /*background:cyan; /* Nur zum Layouttesten */
}

ul, ol
{
 margin-left: 1.2em;
}
ul.detailmenu {
	margin: 0px;
	padding-right: 5px;
	list-style-type:none;
	font-size:1.2em;
}
li.detailmenu {
}
ul.mainmenu {
	margin: 0px;
	padding-left: 5px;
	font-size:1.2em;
}
li.mainmenu {
padding-top:3px;
padding-bottom:3px;
}

a.menu {
    padding-left:28px;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../grafiken/fussgruen.png) no-repeat;
	background-position:0% 50%;
	text-decoration:none;
	color:#1ba600;
}
a.menuactive {
    padding-left:28px;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../grafiken/fussrot.png) no-repeat;
	background-position:0% 50%;
	text-decoration:none;
	font-weight:bold;
	color:#b30000;
}
a.menu:hover {
    padding-left:28px;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../grafiken/fussrot.png) no-repeat;
	background-position:0% 50%;
	color:#b30000;
	font-weight:normal;
	text-decoration:underline;
}
a.menuactive:hover {
    padding-left:28px;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../grafiken/fussrot.png) no-repeat;
	background-position:0% 50%;
	color:#b30000;
	text-decoration:underline;
	font-weight:bold;
}

a.detailmenu {
    padding-right:5px;
    text-decoration:none;
	color:#1ba600;
}
a.detailmenuactive {
    padding-right:5px;
    color:#b30000;
	text-decoration:none;
	font-weight:bold;
} 
a.detailmenu:hover {
    padding-right:5px;
    text-decoration:underline;
	font-weight:normal;
	color:#b30000;
}
a.detailmenuactive:hover {
    padding-right:5px;
	color:#b30000;
    text-decoration:underline;
	font-weight:bold;
}

a.mail:link, a.mail:visited, a.mail:active {font:inherit;color:inherit;font-size:1.0em;text-decoration:none;}
a.mail:hover {text-decoration:underline;font-weight:bold;}

.sitemap {
  color:#b30000;
}

a#sitemaplink:link, a#sitemaplink:visited, a#sitemaplink:active {
  text-decoration:none;
  color:#f5f800;
}

a#sitemaplink:hover {
  text-decoration:underline;
  color:#b30000;
}

/* Kontaktformular */
form#contact_form {
}
table#contact_table {
}
table#contact_table td {
  vertical-align:top;
  padding:5px;
}
span#contact_errormessage{
  color:#880000;
  font-weight:bold;
}
span#contact_successmessage{
  color:#008800;
  font-weight:bold;
}
input#contact_name, input#contact_mail, input#contact_website {
  width:200px;
}
textarea#contact_message {
  width:200px;
}
input#contact_submit {
  width:200px;
}

/* [bild|...] */
img {
	border:none;
}

span.imagesubtitle {
	margin:5px 3px 0px 3px;
	text-align:justify;
	font-size:0.9em;
	line-height:1.1em;
}


/* [bildlinks|...] */
span.leftcontentimage {
	margin:8px 8px 3px 0px;
	float:left;
	max-width:200px;
}

img.leftcontentimage {
	max-width:200px;
}

/* [bildrechts|...] */
span.rightcontentimage {
	margin:8px 0px 3px 8px;
	float:right;
	max-width:200px;
}

img.rightcontentimage {
	max-width:200px;
}


em {
	font:inherit;
	font-style:normal;
}


.deadlink {
	text-decoration:line-through;
	color:#aa0000;
}

.highlight {
	font:inherit;
	padding:0px 1px;
	background-color:#dd0000;
	color:#ffffff;
}

.clearer {clear: both;}

div.inhalt
{
	line-height: 20px;
}

/* [tabelle|...] */
table.contenttable {
	border:1px solid #f5f800;
	border-collapse:collapse;
	font-size:1.1em;
}
th.contenttable {
	vertical-align:top;
	border:1px solid #f5f800;
	background-color:#f5f800;
	color:#b20000;
	padding:4px;
}
td.contenttable1 {
	vertical-align:top;
	border:1px solid #f5f800;
	padding:4px;
}
td.contenttable2 {
	vertical-align:top;
	border:1px solid #f5f800;
	padding:4px;
}
