html{
height: 100%;
}
body{
	background-color: #ffffff;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	border: 0px;
	margin-top: 0px;
	height: 100%;
	text-align:center;
}
body.mceContentBody {
   background: #ccc;
   text-align: left;
}
img {
border: none;
}
table{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
.head1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 4px;
}
div#divAll {
	width: 800px;
	margin: 0 auto;
	text-align:left;
	height: 100%;
	vertical-align: top;
}
div#logo {
	width:160px;
	height: 110px;
	background-color: #C93D19; 
	float: left;
}
div#menu {
	background-color: #EDD3D4;
	width: 620px;
	height: 110px;
	padding: 0px 0px 0px 16px;
	float: left;
}
ul#sondermenu {
	width: 550px;
	height: 10px;
	margin-top:6px;
	padding-right: 8px;
	font-size: 11px;
	cursor: pointer;
}
#sondermenu li{
	list-style: none;
	float: right;
	padding-left: 10px;
}
ul#sondermenu a { display: block; }
ul#sondermenu a:link { 
	color: #000000;
  	text-decoration: none;
}
ul#sondermenu a:visited {
	color: #000000;
	text-decoration: none;
  }
ul#sondermenu a:hover {	color: #C93D19; }
ul#sondermenu a:active {	color: #C93D19; }
ul#sondermenuactive { color: #C93D19; }
ul#menu0 {
	width: 550px;
	margin-top:60px;
	_margin-top:57px;
	padding-right: 8px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
#menu0 li{
	list-style: none;
	float: right;
	padding-left:16px;
}
ul#menu0 a {
    display: block;
}
ul#menu0 a:link, ul#menu0 a:visited {
  	color: #000000;
  	text-decoration: none;
}
ul#menu0 a:hover, ul#menu0 a:active {
	color: #C93D19;
	text-decoration: underline;
}
ul#menu0 a.menu0active:visited, ul#menu0 a.menu0active:link {
	color: #C93D19;
	text-decoration: underline;
}

/* ***************** SubMenu ***************** */
.left {
	float: left;
}
div#subMenu {
	width: 160px;
	height: 100%;
	margin: 0px;
	padding:0px;
	background-color: #C93D19;
	background-image: url(/images/skins/fundg/subMenuBG_kontakt.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
div#subMenuImg {
	height: 160px;
	background-color: #C93D19;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* *****************  Content ***************** */
div#content1 {
	width: 620px;
	height: 150px;
	_height: 160px;
	color: #C93D19;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 16px;
	float:left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div#content1 a:link, div#content1 a:visited{
	color: #000000;
	text-decoration: underline;
}
div#content1 a:hover, div#content1 a:active{
	color: #EDAFAF;
	text-decoration: underline;
}
.Txt {
	float:left;
	padding-right: 20px;
}
div#content2 {
	background-color:#ffffff;
	width: 620px;
	min-height: 300px;
	padding: 14px 0px 0px 16px;
	float: left;
}
.dekoHG_kontakt {
	background-image: url(/images/skins/fundg/dekoHG_kontakt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
form {
	margin: 0px 0px 0px 0px;
}
form input[type=text],
form textarea {
    width: 300px;
    border-width: 1px;
    padding: 4px;
    border-color: lightgray;
    border-radius: 2px;
}
td.formCell
{
filter:Alpha(opacity=80);
opacity:0.8;
}
td.formCellError
{
background-color:#dda0a0;
filter:Alpha(opacity=80);
opacity:0.8;
}