@charset "utf-8";
/* CSS Document */

html { 
  padding:0px;
  margin:0px;
  /*height: 100%;*/
}
#titel {
	/*border: 1px solid #006600;*/
	padding-bottom:0px;
	height:150px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #006633;
}
#seite {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px auto;
	width:900px;
	background-image:url(../images/bg_site12.jpg);
	background-repeat:no-repeat;
	margin-top:-10px;
	border:#C0C0C0 solid 1px;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	}

p, h2 {
	margin: 0px;
	padding: 5px 5px 5px 15px;
}

pre{ 
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 12px;
margin-top: 5px;
padding: 5px 15px 5px 15px; 
border:#cccccc 1px solid;
}

a {
	color: #006633;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#006633;
	background-color:transparent;
}
a:hover {color: #990033; background-color:transparent;}
a:active {
	color:#006633;
	background-color:transparent;
}


.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:14px;
padding-top:15px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

h1 {
	font-size: 11px;
	/* text-align: right;*/
	color: #016B45;
	padding:5px 5px;
	margin:15px

}
strong { 
font-size: 12px;
}


/*  positioning-layers statisch und absolut */

#links {
	float:left;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*background-color: #CCFFCC;*/
	background-image:none;
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C0C0C0;
	}

#inhalt {
	margin: 45px 220px 0px 220px;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	min-height: 800px;
}
body {
	background-color: #EDEDEB;
}

#rechts {
	float:right;
	/*right: 0px;  */      
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding-top: 25px;
	height: 100%;
	/*background-color: #CCFFCC;*/
	border-bottom-color: #C0C0C0;
}
#footer {
	height:35px;
	width:900px;
	/*background-position: bottom;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border:#c0c0c0 solid 1px;
	padding-top:25px;
	float:right;
}
#searchButton {
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #006633;
	font-weight: bold;
	font-size: 10px;
	}
#suche {
	width: 100px;
}
#form1 {
	padding: 5px 15px 5px 5px;
	border: 1px solid #C0C0C0;
	}
#content {
	padding-top:150px;
	min-height: 800px;
	}
h5 {
	font-size:14px;
	padding-top:5px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
}
#inhalt tr {
	border-bottom: 1px solid #ccc;
}