.image {
behavior: url("../scripts/pngbehavior.htc");
} 

html,body {
	margin:0;
	padding:0;
	width: 100%;
}

BODY {
/*
	SCROLLBAR-FACE-COLOR: #F2F1E5;
	SCROLLBAR-HIGHLIGHT-COLOR: #ECE9D8;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #21568C;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #1E528B;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #304A6A;
	background-color: #DCE0E4;
}

#body1 {
	height: 100%;
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
a{
	color: #003A75;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #91B9E7;
}
#head {
	overflow: hidden;
	height: 123px;
	width: 1003px;
 	z-index: 1;
	position: absolute;
}
#menuhg {
	top: 101px;
	height: 20px;
	width: 1002px;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#304B69', endColorStr='#426088', gradientType='0');
	z-index: 0;
	background-color: #426088;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9BABB6;
	border-bottom-color: #9BABB6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9BABB6;
}
#menu {
	top: 102px;
	margin-left:450px;
	position: absolute;
	z-index: 3;
	width: 550px;
}
a.menu1 {
	color: #8FB6E6;
	text-decoration:none
}
a.menu1:hover {
	color: #FFFFFF;
}

.menu2 {
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9BABB6;
	height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
}
#navigation {
	float: right;
	width: 250px;
	margin-bottom: 20px;
}
#clearright {
	clear:both;
}
#bottom {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#bottompic {
	position: absolute;
	bottom: 0px;
	z-index: 3;
	left: -50px;
}
#content {
	width: 100%;
	height: 100%;
	position:relative;
	top: 123px;
	text-align: left;
}
#content2 {
	height: 100%;
	margin-bottom: 20px;
}
#contentbody {
	width: 74%;
	margin-right: 5px;
	margin-left: 5px;
	height: 100%;
	margin-bottom: 30px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#contentbottom {
	bottom:0px;
	position:absolute;
	font-size: 10px;
	color: #79A5C8;
	/*background-color: #426088;*/
	background-color: #FFFFFF;
	height: 25px;
	width: 100%;
	left: 0px;
}
#contentinhalt {
	margin-bottom: 0px;
	height: 100%;
}
#docfunc {
	font-size: 9px;
	text-decoration: none;
	text-align: right;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 10px;
}


#contentinhalt .rbroundbox    {
	margin: 0 0 10px 0 ;
	width: 100%;
	background-color:#FFFFFF;
}

#contentinhalt .rbtop         { background: url(../images/templates/corners_top4.gif) repeat-x; }
#contentinhalt .rbtop div     { background: url(../images/templates/corners_top_left4.gif) no-repeat top left; }
#contentinhalt .rbtop div div { background: url(../images/templates/corners_top_right4.gif) no-repeat top right; }

#contentinhalt .rbbot         { background: url(../images/templates/corners_bottom4.gif) repeat-x; }
#contentinhalt .rbbot div     { background: url(../images/templates/corners_bottom_left4.gif) no-repeat top left; }
#contentinhalt .rbbot div div { background: url(../images/templates/corners_bottom_right4.gif) no-repeat top right; }

#contentinhalt .rbcontentwrap { background: url(../images/templates/corners_left4.gif) repeat-y; }
#contentinhalt .rbcontent     { background:  url(../images/templates/corners_right4.gif) repeat-y right;}

#contentinhalt .rbtop div, #contentinhalt .rbtop, #contentinhalt .rbbot div, #contentinhalt .rbbot {
	width: 100%;
	height: 9px;
	font-size: 1px;
}
#contentinhalt .rbcontent  { padding: 1px 2em 65px; margin: 0;  
}

#navigation .rbroundbox    {
	background: #304A6A;
	margin: 0px 10px 10px 5px;
}

#navigation .rbtop         { background: url(../images/templates/corners_top5.gif) repeat-x; }
#navigation .rbtop div     { background: url(../images/templates/corners_top_left5.gif) no-repeat top left; }
#navigation .rbtop div div { background: url(../images/templates/corners_top_right5.gif) no-repeat top right; }

#navigation .rbbot         { background: url(../images/templates/corners_bottom5.gif) repeat-x; }
#navigation .rbbot div     { background: url(../images/templates/corners_bottom_left5.gif) no-repeat top left; }
#navigation .rbbot div div { background: url(../images/templates/corners_bottom_right5.gif) no-repeat top right; }

#navigation .rbcontentwrap { background: url(../images/templates/corners_left5.gif) repeat-y; }
#navigation .rbcontent     { 
	background: url(../images/templates/corners_right5.gif) repeat-y right; 
	height: 100%
}

#navigation .rbtop div, #navigation .rbtop, #navigation .rbbot div, #navigation .rbbot {
	height: 9px;
	font-size: 1px;
}
#navigation .rbcontent  { padding: 1px 2em; margin: 0;  
}
.cont h1, .h1 {
	font-size: 16px;
	color: #DD4833;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	line-height:normal;
}
.cont h2, .h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:normal;
}
.cont {
	line-height: 20px;
}
#head_hg {
	background-image: url(../images/templates/head_hg1.png);
	background-repeat: repeat-x;
	height: 123px;
	width: 100%;
	position: absolute;
	left: 0px;
}
#head_hg div {
	background-image: url(../images/templates/head_hg_line1.png);
	background-repeat: repeat-x;
	height: 123px;
	width: 50%;
	position: absolute;
	left: 0px;
	background-position: bottom;
}#news h1 {
	font-size: 14px;
	color: #9BC4F4;
	margin-bottom: 0px;
	float: left;
}
#news {
	font-size: 14px;
	color: #9BC4F4;
	margin-top:10px;
}
#news a {
	color: #9BC4F4;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.newsdate {
	color: #91B9E7;
	margin-left: 30px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.newsoverview {
	padding-bottom: 0px;
}
.newsoverview hr, #news hr, .sitemap1 hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1A293C;
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7899C5;
	clear:both;
}
.newsoverview h2 a, .newsoverview h2, .newsoverview h3 a {
	color: #FFFFFF;
}
.newsoverview h2{
	font-size: 11px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom:6px;
	width:180px;
	overflow:hidden;
}
.newsoverview h3 {
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	font-weight: normal;
	width:180px;
	overflow:hidden;
}
 .newsoverview img{
	border: 1px solid #91B9E7;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#162230,direction=135,strength=4);
}

#search .rbroundbox1    {
	margin: 10px 5px;
	background-color:#FFFFFF;
}

#search .rbtop1         { background: url(../images/templates/corners_top3.gif) repeat-x; }
#search .rbtop1 div     { background: url(../images/templates/corners_top_left3.gif) no-repeat top left; }
#search .rbtop1 div div { background: url(../images/templates/corners_top_right3.gif) no-repeat top right; }

#search .rbbot1         { background: url(../images/templates/corners_bottom3.gif) repeat-x; }
#search .rbbot1 div     { background: url(../images/templates/corners_bottom_left3.gif) no-repeat top left; }
#search .rbbot1 div div { background: url(../images/templates/corners_bottom_right3.gif) no-repeat top right; }

#search .rbcontentwrap1 { background: url(../images/templates/corners_left3.gif) repeat-y; }
#search .rbcontent1     {
	background: url(../images/templates/corners_right3.gif) repeat-y right; 
}

#search .rbtop1 div, #search .rbtop1, #search .rbbot1 div, #search .rbbot1 {
	width: 100%;
	height: 9px;
	font-size: 1px;
}
#search .rbcontent1  { 
	margin-left:10px;
	height:50px;
}

#search h1 {
	font-size: 14px;
	color: #304A6A;
	margin: 0px 0px 5px;
	padding: 0px;
}
#search .text {
	background-color: #91B9E7;
	width: 80%;
	border: 1px dashed #304A6A;
}
#search form{
	font-size: 10px;
	color: #304A6A;
	margin:0;
	padding:0;
}
#picture{
margin-top:10px;
}
#picture h1 {
	font-size: 16px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:normal;
	padding-left: 20px;
}
#picture h2 {
	font-size: 12px;
	color: #304A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/templates/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 20px;
	padding-top:2px;
	padding-bottom:2px;
}
.fll{
	width:47%;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.flr{
	width:53%;
	vertical-align:top;
}

.gallerie {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:20px;
}
.gallerie_sub {
	color: #8D9AA9;
}
.gallerie a{
	text-decoration: none;
	font-weight: normal;
}
.gallerie a:hover{
	text-decoration: none;
	color: #FF6600;
}
#impressum {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	font-weight: bold;
	color: #304A6A;
}
.gonav {
	font-size: 9px;
	color: #304A6A;
	text-align: right;
	margin-right: 20px;
	padding: 0px;
	margin-bottom: 0px;
}
.fehler {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 50px;
}
a.mehr_link {
	font-size: 10px;
	font-weight: bold;
	color: #304A6A;
	text-decoration: none;
	padding: 5px 50px;
	border: 1px solid #304A6A;
}
.mehr {
	padding-top: 10px;
	padding-bottom: 5px;
}
a.mehr_link:hover {
	font-size: 10px;
	font-weight: bold;
	color: #304A6A;
	text-decoration: none;
	padding: 5px 50px;
	border: 1px solid #33CC00;
}
.pagenavi {
	color: #304A6A;
	font-weight: normal;
	text-decoration: none;
}
.pagenavi1 {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
/*
.bildrahmen {
	border: 1px solid #304A6A;
}
*/
.thumbs {
	float: left;
	line-height: normal;
	width: 224px;
	overflow: hidden;
	white-space: nowrap;

}
/*
.thumbs img {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#162230,direction=135,strength=4);
}
.thumbs a:hover img {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#162230,direction=135,strength=0);

}
*/
#showpic h1 {
	font-size: 18px;
	color: #304A6A;
	background-color: #FFFFFF;
	border: 1px solid #304A6A;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#showpic h2{
	margin: 0px;
	padding: 0px;
}
#showpic h2 #innen {
	font-size: 14px;
	color: #304A6A;
	background-color: #DBE3EE;
	border: 1px solid #304A6A;
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#showpic #h3 #innen {
	font-size: 10px;
	color: #304A6A;
	background-color: #DBE3EE;
	border: 1px solid #304A6A;
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	overflow: visible;
}
#showpic {
	margin: 1px 0px 0px 1px;
	padding: 0px;
}
#showpic #bild1 {
	border: 1px solid #304A6A;
}
#showpic .innen {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 99%;
}
a.dp {
	font-size: 9px;
	color: #A6C4DB;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.dp:hover {
	color: #507BAF;
	text-decoration: underline;
}
#dummy {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 0px;
}

#startgal {
	margin:10px;
/*	width: 210px;*/
	text-align:left;
}

#startgal a{
	text-decoration:none;
	color: #669900;
}
#startgal a:hover{
	color: #304A6A;
}
/*
#startgal a img {
	width: 200px;
	height: 200px;
	border: 1px solid #304A6A;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#162230,direction=135,strength=4);

}
#startgal a:hover img {
	width: 200px;
	height: 200px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100), Gray();
	border: 1px solid #FF3300;
}
*/
.minitext {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
#infohead {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #304A6A;
	text-align: left;
	margin-bottom: 5px;
}
#infoheadhl{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px;
	padding: 0px;
	background-image: url(../images/templates/hg_tile.png);
	background-repeat: repeat-x;
	border-top: 1px solid #304A6A;
	border-right: 1px solid #304A6A;
	border-bottom: 0px none;
	border-left: 1px solid #304A6A;
	height: 25px;
	line-height: 22px;
	text-align: left;
}
#infoheadhl div{
	border: 1px solid #FFFFFF;
	height: 23px;
	padding-left: 5px;
}
#info {
	background-color: #FFFFFF;
	border: 1px solid #304A6A;
}
#info img {
	border: 0;
	margin: 15px 5px 5px;
/*	float:left;  */
}
#info .text {
	border: 1px solid #304A6A;
	margin: 5px 5px 5px 0px;
	text-align: left;
	line-height: 15px;
	background-color: #DCE0E4;
	width: 390px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
}
#info a {
	line-height: 20px;
}
#infohead p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#formular select {
	color: #304A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:400px;
	background-color: #E7EDF4;
	background-image: url(../images/templates/formverlauf.gif);
	line-height: 20px;
	border: none;
	height:20px;
}
#formular input{
	background-image: url(../images/templates/formverlauf.gif);
	background-color: transparent;
	color: #304A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 400px;
	line-height: 20px;
	border: none;
	height:20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
#formular textarea {
	background-color: transparent;
	color: #304A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 400px;
	line-height: 15px;
	background-image: url(../images/templates/formverlauf2.gif);
	border: 0px none;
	height:100px;
	background-repeat: repeat-y;
	padding-left:5px;
}

#formular .button {
	height:25px;
	width: 49%;
	background-color: #FFFFFF;
	border: 1px solid #304A6A;
	font-weight: bold;
	background-image: none;
}
#formular .buttonhover {
	height:25px;
	width: 49%;
	background-color: #FFFFFF;
	border: 1px solid #66CC00;
	font-weight: bold;
	background-image: none;
}

#gecko_scrollbar {
 display: none;
}
html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}


.sitemap1 {
	background-color: #304A6A;
	border: 1px solid #000000;
	float: left;
	width: 180px;
	margin: 8px 15px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFFFFF;
}
.sitemap2 {
	padding-left: 20px;
	background-image: url(../images/templates/img_bullet_arrow_right2.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-left: 0px;
	line-height: 14px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #365478;
}
.sitemap3 {
	padding-left: 20px;
	background-image: url(../images/templates/img_bullet_arrow_right3.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-left: 0px;
	line-height: 11px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	margin-top: 5px;
}
a.sitemaplink {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 3px;
}
a.sitemaplink1 {
	text-decoration: none;
	color: #91B9E7;
	font-size: 11px;
}
a.sitemaplink1:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.sitemaplink2 {
	text-decoration: none;
	color: #91B9E7;
	font-size: 10px;

}
a.sitemaplink2:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.tabhg1 {
	background-color: #DCE0E4;
}
.tabhg2 {
	background-color: #91B9E7;
}
.searchresult {
	margin-left: 10px;
}
.breadcrumb {
	color: #798997;
}
.breadcrumbdiv {
	color: #98A4AF;
	height: 15px;
	padding-top: 2px;
	width: 100%;
}
.breadcrumblabel {
}
.breadcrumbinner {
	font-weight: bold;
}
.breadcrumbinner a{
	color: #98A4AF;
	text-decoration: none;
}
.breadcrumbinner a:hover{
	color: #5A6874;
	text-decoration: none;
}

.searchword {
	font-style: italic;
	font-weight: bold;
	background-color: #FFCC00;
}
.searchpfad {
	margin-left: 10px;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.breadcrumb a{
	color: #798997;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #5A6874;
	text-decoration: none;
}
.login {
	text-align: right;
	margin-right:50px;
	height: 120px;
}
.login.text {
	margin-top:5px;
}
.loginlabel {
	margin-top:5px;
	float: left;
	text-align: right;
	width: 188px;
}
#newsletterformular select {
	color: #304A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:300px;
	background-color: #E7EDF4;
	background-image: url(../images/templates/formverlauf3.gif);
	line-height: 20px;
	border: none;
	height:20px;
}
#newsletterformular input{
	background-image: url(../images/templates/formverlauf3.gif);
	background-color: transparent;
	color: #304A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	line-height: 20px;
	border: none;
	height:20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
#newsletterformular legend{
	font-size: 12px;
	color: #304A6A;
}


#newsletterformular .button {
	height:25px;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #304A6A;
	font-weight: bold;
	background-image: none;
}
#newsletterformular .buttonhover {
	height:25px;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #66CC00;
	font-weight: bold;
	background-image: none;
}
#deen{
	margin-left: 250px;
	cursor: pointer;

}

