body {
	color: black;
	background-color: #E0E1E2;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
}
#all {
	height: 100%;
}
#bigtab {
	margin-right: -198px;
}
#full {
	height: 100%;
	background-color: #FBF8EC;
}
#main {
	width: 798px;
	height: 100%;
	border-left: 1px solid #194F8A;
	border-right: 1px solid #194F8A;
}

#top {
	position: relative;
	width: 798px;
	height: 98px;
	margin-right: -1px;
	background-color: #E0E1E2;
	border-right: 1px solid #E0E1E2;
	z-index: 10;
}
marquee {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: 	#194F8A;
}
#date {
	color: #666666;
	font-size: 10px;
	margin-left: 10px;
}
/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: #8DAE74;
	border: 1px solid #194f8a;
}
td.popupText {
	color: white;
	font-size: 10px;
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}

/************
menus
************/
a.menu3:link, a.menu3:visited {
	color: #666666;
	background-color: #E0E1E2;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	border: 1px solid #B8C4D0;
	margin: 5px;
	margin-top: 0px;
	padding: 2px;
	padding-left: 4px;
}
a.menu3:hover {
	color: #4D4D4D;
	font-weight: bold;
}
a.menu3akt:link, a.menu3akt:visited {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #E0E1E2;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	border: 1px solid #4D4D4D;
	margin: 5px;
	margin-top: 0px;
	padding: 2px;
	padding-left: 4px;
}

a.menu4:link, a.menu4:visited {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 2px;
	border-bottom: 1px solid #FBF8EC;
}
a.menu4:hover, a.menu4akt:link, a.menu4akt:visited {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 2px;
	border-bottom: 1px solid #B8C4D0;
}
a.menu5:link, a.menu5:visited {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 2px;
	border-bottom: 1px solid #FBF8EC;
}
a.menu5:hover, a.menu5akt:link, a.menu5akt:visited {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 2px;
	border-bottom: 1px solid #B8C4D0;
}

/************
content
************/
div, td, p {
	font-family: verdana, sans-serif;
	color: black;
}
#content {
	width: 560px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
	font-size: 11px;
	overflow: hidden;
}
#content td {
	font-size: 11px;
}
#content p {
	font-size: 11px;
}
h1 {
	margin-top: 0px;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 5px solid #194f8a;
}
h2 {
	margin-top: 0px;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 13px;
	padding-bottom: 3px;
	border-bottom: 1px solid #194f8a;
}
a:link, a:visited {
	color: black;
	font-weight: bold;
}
a img {
	border: none;
}

a.teaserlink:link,
a.teaserlink:visited {
	font-weight: normal;
}
/************
formulare
************/
input.F, textarea.F {
	color: black;
	background-color: #e0e1e2;
	width: 400px;
	border: 1px solid #B8C4D0;
}
input.S {
	color: black;
	font-weight: bold;
	background-color: #e0e1e2;
	width: auto;
	border: 1px solid #B8C4D0;
}
input.C {
	color: black;
	background-color: transparent;
}
th.form {
	border: 1px solid #B8C4D0;
	background-color: #e0e1e2;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

/****************
suche-leiste
****************/
#search {
	margin: 0px;
}
#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border: none;
	border-bottom: 1px solid black;
	border: 1px solid #CC0000;
	width: 200px;
}
#search input.S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: white;
	width: 36px;
}

#searchFull {
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#searchFull input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border: none;
	border: 1px solid #194F8A;
	width: 500px;
}
#searchFull input.S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: white;
	width: 36px;
}

span.search {
	color: white;
	background-color: #194F8A;
}

/****************
teaser
****************/
table.teaser {
	border: 1px solid #B8C4D0;
	margin: 5px;
	margin-bottom: 10px;
	background-color: E0E1E2;
}
table.teaser th {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
table.teaser td {
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
}
table.teaser a {
	display: block;
	text-align: right;
}


/****************
nach oben
****************/
#gotop {
	width: 200px;
	margin-top: 15px;
	text-align: center;
}
#gotop a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

/****************
sitemap
****************/
#fullSiteMap p {
	background-color: #FBF8EC;
	margin-bottom: 15px;
	padding: 6px;
}
a.sitemap2:link, a.sitemap2:visited {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	margin-bottom: 4px;
}

a.sitemap3:link, a.sitemap3:visited {
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 0px;
}

a.sitemap4:link, a.sitemap4:visited {
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-left: 10px;
}

a.sitemap5:link, a.sitemap5:visited {
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-left: 20px;
}


/************
kasten
************/
table.kasten {
	margin-bottom: 10px;
	border: 1px solid #B8C4D0;
}
th.kasten {
	color: black;
	font-size: 12px;
	background-color: #E0E1E2;
	border-bottom: 1px solid #B8C4D0;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	padding-left: 4px;
	height: 20px;
}
td.kasten {
	font-size: 12px;
	color: black;
	padding: 8px;
}
div.kasten {
	margin: 6px;
	margin-top: 3px;
}
td.kastenImg {
	padding: 6px;
}
img.kasten {
	margin-top: -6px;
	margin-bottom: 2px;
	margin-left: -6px;
	margin-right: 10px;
}
td.kastenLink {
	text-align: right;
	vertical-align: bottom;
	padding-right: 8px;
	padding-bottom: 8px;
}
a.kasten:link, a.kasten:visited {
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/************
techn. tabelle
************/
table.tab1  {
	width: 100%;
	border: 1px solid black;
	/*border-top: 8px solid black;*/
	border-collapse: collapse;
	font-size: 9px;
}

table.tab1 td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

