/*#General#*/
h1{
	font-size: 190%;
}
h2{
	font-size: 175%;
}
h3{
	font-size: 160%;
}
h4{
	font-size: 145%;
}
h5{
	font-size: 130%;
}
h6{
	font-size: 115%;
}

a,
a:hover,
a:visited,
a:active{
	color: black;
}

/*#Page#*/
body{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin: 0px;
}
.FullPage{
	width: 100%;
	height: 100%;
}
.Page{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
	background-color: #FF8000;
}
/*#Page/Header#*/
.Header{
	width: 100%;
	background-color: #000;
}
.HeaderTop{
	width: 100%;
	height: 59px;
}
.HeaderTopLogo{
	margin-left: 12px;
	margin-top: 6px;
}
.HeaderMenu{
	width: 100%;
	height: 23px;
	border-bottom: 8px #FF8000 solid;
}
.HeaderMenuLeft{
	width: 729px;
	float: left;
	padding-left: 29px;
}
.HeaderMenuRight{
	width: 220px;
	float: right;
	padding-left: 12px;
	padding-right: 10px;
}
/*#Page/Header/Menu#*/
.horizontalSeparatorMenu{
	width: 2px;
}

.horizontalCMSMenu{
	height: 23px;
	color: #FFF;
	font-weight: bold;
}

.horizontalsubCMSMenu{
	font-weight: bold;
	text-align: left;
	width: 100px;
	text-align: center;
}
.horizontalsubCMSMenu tr{
}
.horizontalsubCMSMenuItem{
	background-color: #474747;
	color: #c0c0c0;
	border-top: solid 1px #c0c0c0;
	height: 23px;
	width: 100px;
} 

.horizontalsubCMSMenuHighlightedMenuItem, 
.horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown, 
.horizontalsubCMSMenuItemMouseDown,
.horizontalsubCMSMenuItemMouseOver
{
	background-color: #ff8000;
	color: #000;
	border-top: solid 1px #c0c0c0;
	height: 23px;
	width: 100px;
}

.horizontalCMSMenuItem,
.horizontalCMSMenuItemMouseOver, 
.horizontalCMSMenuItemMouseDown, 
.horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown, 
.horizontalCMSMenuItemMouseUp, 
.horizontalCMSMenuHighlightedMenuItemMouseUp
{
	text-align: center;
	color: #c0c0c0;
	background: url('/Internal/Images/MenuInActive.aspx') no-repeat;
	width: 100px;
}

.horizontalCMSMenuHighlightedMenuItem,
.horizontalCMSMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown{
	text-align: center;
	color: #000;
	background: url('/Internal/Images/MenuActive.aspx') no-repeat;
	width: 100px;
}


/*#Page/Middle#*/
.Middle{
	clear: both;
	width: 100%;
}
.MiddleTop{
	width:: 100%;
	background-color: #000;
	height: 4px;
	border-bottom: solid #FF8000 4px;
}
.MiddleContent{
	width: 100%;
}
.MiddleContentLeft{
	width: 758px;
	float: left;
	background-color: #FF8000;
}
.MiddleContentRight{
	width: 220px;
	height: 100%;
	float: right;
	background-color: #FF8000;
	padding-left: 12px;
	padding-right: 10px;
}
.MiddleContentRight hr{
	height: 2px;
	background: #000;
	border: 0px;
}
/*#Page/Footer#*/
.Footer{
	clear: both;
	width: 100%;
	height: 20px;
	color: black;
}
.Footer,
.Footer a,
.Footer a:hover, 
.Footer a:visited,
.Footer a:active{
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.FooterLeft{
	width: 749px;
	height: 18px;
	float: left;
	background-color: #FF8000;
	padding-left: 9px;
	padding-top: 2px;
}
.FooterRight{
	width: 220px;
	height: 18px;
	float: right;
	background-color: #FF8000;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 2px;
}
/*#SubPage#*/
.SubPage{
	clear: both;
	width: 100%;
}
.SubPageTop{
	width: 100%;
	background-color: #FF8000;
	padding-bottom: 4px;
	border-bottom: solid #000 4px;
}
.SubPageBottom{
	width: 726px;
	min-height: 470px;
	border-left: 2px solid #FF8000;
	background-color: #fff;
	padding: 15px;

}
.SubPage3Level{
	width: 100%;
}
.CurrentDocTitle{
	font-size: 170%;
	font-weight: bold;
	padding-bottom: 10px;
}
/*#SubPage/Projekte#*/
.Projekte_TABLE{
	border: 1px solid #ff8000;
}
.Projekte_TR{}
.Projekte_TD{
	vertical-align: top;
	padding: 1px;
	padding-left: 2px;
}

/*#BizForms#*/
/*#BizForms/Info#*/
.BizForm_Info_TextFeld{
	border: 2px solid #000;
}
/*#BizForms/Kontakt#*/