/* ######### General-Stuff ########### */
/* ################################### */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100.06%;
	margin-bottom: 1px;
}
#subClear {
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	height: 30px;
}

/* ############### Main ############## */
/* ################################### */
#subContainer {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    position: relative;
    width: 990px;
    background: url(/images/application/subback.gif) repeat-y scroll left top;
}
#subContentWrapper {
/*	overflow: auto;*/
}
#subLeft {
	float:left;
	width: 722px;
}
#subRight {
	float: right;
	width: 268px;
	min-height: 198px;
	background: url(/images/application/subrighttop.gif) left top;
	background-repeat: no-repeat;
	overflow: auto;
	font-size: 11px;
}
#subHeader {
	height: 220px;
	width: 722px;
	background: url(/images/application/submidtop.gif) left top;
	background-repeat: no-repeat;
}

/* ############## Menu ############### */
/* ################################### */
#subMenu {
	width: 208px;
	clear: both;
	float: left;
}
#subMenuTop {
	background: url(/images/application/submenutop.gif) left top;
	background-repeat: no-repeat;
	width: 191px;
	height: 47px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 8px 0 0 17px;
}
#sub2MenuTopCase {
	background: url(/images/application/submenumid2.gif) left top;
	background-repeat: no-repeat;
	width: 191px;
	min-height: 158px;
	overflow: auto;
	padding: 2px 0 0 17px;
}
#subMenuMid {
	background: url(/images/application/submenumid.gif) left top;
	background-repeat: repeat-y;
	padding: 5px 0 10px 17px;
	width: 208px;
}
#subMenuBottom {
	background: url(/images/application/submenubottom.gif) left top;
	background-repeat: no-repeat;
	width: 208px;
	height: 160px;
	/*padding:5px 0 10px 17px;*/
}
#subMenuBottom div{
	padding: 130px 20px 0 20px;
	text-align: right;
}
#subMenuBottom a{
	color: white;
}
#subMenuBottom a:link{
	color: white;
}
#subMenuBottom a:visited{
	color: white;
}
#subMenuBottom .link img {
	border:none;
}
#subMenuBottom .link {
	padding: 123px 12px 0 20px;
	text-align:left;
}
#subMenuBottom #home {
	background-image:url('/images/application/men_home.gif');
	display:block;
	height:28px;
	width:29px;
	float:right;
}
#subMenuBottom .link #home:hover {
	background-image:url('/images/application/men_home_hover.gif');
}
#subMenuBottom #logout {
	background-image:url('/images/application/men_logout.gif');
	display:block;
	height:28px;
	width:29px;
	float:right;
	/*margin-left: 31px;*/
}
#subMenuBottom .link #logout:hover {
	background-image:url('/images/application/men_logout_hover.gif');
}
#subMenuBottom #user_area {
	background-image:url('/images/application/men_userarea.gif');
	display:block;
	height:28px;
	width:29px;
	float:right;
}
#subMenuBottom .link #user_area:hover {
	background-image:url('/images/application/men_userarea_hover.gif');
}
#subMenuBottom #print {
	background-image:url('/images/application/men_print.gif');
	display:block;
	height:28px;
	width:29px;
	float:right;
}
#subMenuBottom .link #print:hover {
	background-image:url('/images/application/men_print_hover.gif');
}
#subMenuBottom #back {
	background-image:url('/images/application/men_back.gif');
	display:block;
	height:28px;
	width:29px;
	float:left;
}
#subMenuBottom .link #back:hover {
	background-image:url('/images/application/men_back_hover.gif');
}

/* ############# Content ############# */
/* ################################### */
#subFooter {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;	
	color: #4E4E4E;
	background: transparent url(/images/application/subfooterclear.gif) left top;
	background-repeat: no-repeat;
	padding-top: 18px;
}
#subFooter ul li a:link {
	color: #4E4E4E;
}
#subFooter ul li a:visited {
	color: #4E4E4E;
}
#subFooter ul li a:hover {
	text-decoration: underline;
}
#subContent {
	/*margin-left: 208px;*/
	overflow: auto;
}
#subContentData {
	background: url(/images/application/subcontenttop.gif) left top;
	background-repeat: no-repeat;
	min-height: 200px;
	
	padding: 15px 15px 20px 15px;
	overflow: auto;
	/*text-align: justify;*/	
}
#subContentData ul {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
#subContentData ol {
	margin-left:37px;
	margin-top:10px;
	margin-bottom:10px;
}
#subContentData p{
	line-height: 16px;
}
#subRightData {
	padding: 25px 25px 15px 20px;
}
#subContentData a:link{
	color: #007832;
}
#subContentData a:visited{
	color: #007832;
}
#subContentData a:hover{
	text-decoration: underline;
}

/* ############# Footer ############## */
/* ################################### */
#subFooter ul{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#subFooter ul li{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}
#subFooterWrapper {
	background: white;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
	overflow: auto;
	padding: 5px;
	height: 1%;
}
#subFooterBottom {
	width: 990px;
	height: 5px;
	background: white;
}
#subFooterClear {
	clear: both;
	height: 35px;
}

/* ########## Extra-Classes ########## */
/* ################################### */
.subGadget {
	border-bottom: 1px solid #9ccbaf;
	overflow: auto;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.subGadget ul {
	list-style-type:none;
}
.subGadget ul li {
	color: #202020;
}
.subGadget ul li a:link{
	color: #202020;
}
.subGadget ul li a:visited{
	color: #202020;
}
.subGadget table tr td {
	color: #202020;
}
.subGadget table tr td a:link{
	color: #202020;
}
.subGadget table tr td a:visited{
	color: #202020;
}
.subGadget img {
	border:none;
}
.subGadgetPic {
	width: 40px;
	height: 71px;
	float: right;
	margin: 0 0 5px 10px;
}
.subGadgetNews {
	background: transparent url(/images/application/gadgetNews.png) left top;
	background-repeat: no-repeat;
}
.subGadgetDownload {
	background: transparent url(/images/application/gadgetDownload.png) left top;
	background-repeat: no-repeat;
}
.subGadgetPaper {
	background: transparent url(/images/application/gadgetPaper.png) left top;
	background-repeat: no-repeat;
}
.subGadgetLink {
	background: transparent url(/images/application/gadgetLink.png) left top;
	background-repeat: no-repeat;
}
.subGadgetNewsletter {
	background: transparent url(/images/application/gadgetNewsletter.png) left top;
	background-repeat: no-repeat;
}
.subGadgetVideo {
	background: transparent url(/images/application/gadgetVideo.png) left top;
	background-repeat: no-repeat;
}
.subBigHeight {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    background: red;
}
.subBottom {
	position: absolute;
	bottom: 0;
	width: 990px;
}
.sub3Container {
    background: url(/images/application/subback3.gif) repeat-y scroll left top ! important;
}
.sub2MenuTop, .sub3MenuTop {
	background: url(/images/application/submenutop2.gif) left top ! important;
	height: 47px ! important;
	padding: 15px 0 0 17px ! important;
}
.sub3Left {
	width: 990px ! important;
}
.sub2MenuMid, .sub3MenuMid {
	overflow: auto ! important;
	padding: 0 0 10px 0 ! important;
}
.sub2ContentData {
	background: url(/images/application/subcontenttop2.gif) left top ! important;
	background-repeat: no-repeat  ! important;
	min-height: 198px ! important;
	padding: 21px 15px 20px 15px ! important;
}
.sub3ContentData {
	background: url(/images/application/subcontenttop3.gif) left top ! important;
	background-repeat: no-repeat  ! important;
	min-height: 198px ! important;
	padding: 21px 20px 20px 15px ! important;
}
.sub3Footer {
	background: transparent url(/images/application/subfooterclear3.gif) left top ! important;
	background-repeat: no-repeat ! important;
}

#subContentPic {
	width: 80px;
	height: 120px;
	float: right;
	margin: 0 0 5px 10px;
}
.subContentAlarm {
	background: transparent url(/images/application/contentAlarm.jpg) left top;
	background-repeat: no-repeat;
}
.subContentChip {
	background: transparent url(/images/application/contentChip.jpg) left top;
	background-repeat: no-repeat;
}
.subContentPerson {
	background: transparent url(/images/application/contentPerson.jpg) left top;
	background-repeat: no-repeat;
}
.subContentZutritt {
	background: transparent url(/images/application/contentZutritt.jpg) left top;
	background-repeat: no-repeat;
}
.subContentVideo {
	background: transparent url(/images/application/contentVideo.jpg) left top;
	background-repeat: no-repeat;
}
.subContentKrankenhaus {
	background: transparent url(/images/application/contentKrankenhaus.jpg) left top;
	background-repeat: no-repeat;
}
.subContentSonder {
	background: transparent url(/images/application/contentSonder.jpg) left top;
	background-repeat: no-repeat;
}
.subContentBrand {
	background: transparent url(/images/application/contentBrand.jpg) left top;
	background-repeat: no-repeat;
}
.subContentEinbruch {
	background: transparent url(/images/application/contentEinbruch.jpg) left top;
	background-repeat: no-repeat;
}
.subContentObjekt {
	background: transparent url(/images/application/contentObjekt.jpg) left top;
	background-repeat: no-repeat;
}
.subNewsLetter{
	margin: 0px 0 5px 0;	
}
.subNewsLetter input{
	width: 160px;
}
.subDownloadsPic {
	width: 36px;
	height: 43px;
}
.subDownloadsDoc {
	background: transparent url(/images/application/fileDoc.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsPdf {
	background: transparent url(/images/application/filePdf.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsGen {
	background: transparent url(/images/application/fileGen.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsPpt {
	background: transparent url(/images/application/filePpt.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsZip {
	background: transparent url(/images/application/fileZip.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsXls {
	background: transparent url(/images/application/fileGen.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsImg {	
	background: transparent url(/images/application/fileImg.png) left top;
	background-repeat: no-repeat;
}
.subDownloadsText {
	float: left;
	padding: 15px 0 0 10px;
}
.subDownloadsTextTable {
	padding: 0 0 0 10px;
}
.subGadgetTextRight {
	margin-left:10px;
}

#subContentData img a, #subContentData a img {
	text-decoration:none;
	border:none;
}
