img {
	behavior: url(iepngfix.htc);
}

.headlogo {
	background-color: #F4F5F2;
	padding-left: 20px;
}
.leftcell {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
.bottomcell {
	background-color: #F4F5F2;
}

body {
	background-color: #A9A9A8;
	margin: 0px;
	padding: 0px;
}
#Table_01 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.imgLogo {
	margin-left: 10px;
}
.tdMain {
	background-image: url(startbildbg2.jpg);
}

.tdMain2 {
	background-image: url(startbildbg1.jpg);
}

.tdMain3 {
	background-image: url(startbildbg3.jpg);
}

.tdMainStandard {
	background-color: #FFFFFF;
}


.tableMaincontainer {
	position: relative;
	height: 629px;
}
.tdBottom {
behavior: url(iepngfix.htc);
	height: 45px;
	width: 905px;
	background-image: url(brunbg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='brunbg.png', sizingMethod='scale');
}
#pBottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 5px;
	color: #E4D9C2;
	font-weight: bold;
}
#pBottomtextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #E4D9C2;
	font-weight: bold;
}
.SkinObject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #727272;
	left: auto;
	right: auto;
}
.copyright {
	text-align: center;
}

.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tableMeny {
	behavior: url(iepngfix.htc);
	float: left;
	background-image: url(brunbg.png);
	font-weight: bold;
	height: 30px;
	line-height:30px;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='brunbg.png', sizingMethod='scale');
}

.tableMeny tr {
	height: 30px;
	width: auto;
	display:block;
}

.contentpane_menu {
	width: 740px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.right_menu {
	float: right;
	height: auto;
	width: 140px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	border: solid 0px #300;
	width: auto;
	/*width: auto;*/
	height: 32px;
	_height: 30px;
	line-height: 30px;
	background-color: transparent;
}

#houseMenuH li { /* all list items */
	/*padding: 10px;*/
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 32px;
	_height: 30px;
	/* end hack */	line-height: 30px;
	text-align: center;
}

#houseMenuH li li { /* all items under the top level */
	width: 150px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 150px;
	text-align: left;	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	background-color: transparent;
	/*padding: 10px;*/
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 30px;
	_height: 30px;	/* end hack */
	line-height: 30px;
	color: #E4D9C2;
	padding-right: 10px;
	padding-left: 10px;
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 150px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 134px;
	height: 20px;
	_height: 20px;
	/* end hack */
	line-height: 20px;
}

#houseMenuH li a:hover {
	/*padding: 10px;*/
	color: #630;
	background-color: #c96;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 30px;
	_height: 30px;
	line-height: 30px;	/* end hack */
	padding-right: 10px;
	padding-left: 10px;	/*line-height: 30px;*/
}

#houseMenuH li li a:hover {
	width:auto;
	color: #630;
	background-color: #c96; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	_height: 20px;	/* end hack */
	line-height: 20px;
}

#houseMenuH li ul { /* second-level lists */
	width: 150px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #630;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #963;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -32px 0 0 144px;
	border: solid 1px #630;
	line-height: 12px;
	background-color: #963;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	/*padding: 10px;*/
	color: #fff;
	background-color: #630;
	text-decoration: none;
}
#pBottomtextSmall a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #E4D9C2;
	font-weight: bold;
	text-decoration: underline;
}
#pBottomtextSmall a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #E4D9C2;
	font-weight: bold;
}
#pBottomtextSmall a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #E4D9C2;
	font-weight: bold;
}
.tdRight {
	height: 420px;
	width: 350px;
	background-image: url(brunbg.png);
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4D9C2;
	vertical-align: middle;
	font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='brunbg.png', sizingMethod='scale');
}
.tdRight h1 {
	color: #E4D9C2;
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a:link {
	color: #007cbf;
}
.kontaktfooter, .kontaktfooter a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.Subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#footerlank {
	color: #FFFFFF;
}
.contentpane_standard {
	padding: 0px;
	margin: 0px;
}
