/* Allgemeine Definitionen für die html-Datei */
html,body {
	margin:0px;
    	padding:0px;	
	marginwidth: 0px;
	marginheight: 0px;
	height:100%;
	overflow: auto;
	border: none;
}

a {text-decoration: underline;color:#ffffff;font-size: 12px;font-family: Arial, Helvetica, Verdana, Geneva;}

#logo{
   background: url(../gfx/buxdean-logo.gif) no-repeat;
}

.centerOfPage {
   position:absolute;
   top:50%;
   left:50%;
   width:159px;
   height:59px;
   margin-left:-78px;
   margin-top:-30px;
   z-index:20;
}

.headLogo {
	margin:25px 0px 0px 20px;
    padding:0px 0px 0px 0px;	
	position:absolute;
    top:0px;
    left:0px;
}

/* navigation */
.naviDiv {
	margin:149px 0px 0px 20px;
    padding:0px 0px 0px 0px;	
	position:absolute;
    top:0px;
    left:0px;
}
div.naviLevel1 {
	margin:1px 0px 0px 0px;
    	padding:0px 22px 0px 4px;	
	width:159px;
   	height:18px;
}
div.naviLevel1On {
	background: url(../gfx/btn_aktiv.jpg) no-repeat;
	font-size:14px;
	cursor: hand;
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
}
div.naviLevel1Off {
	background: url(../gfx/btn_inaktiv.jpg) no-repeat;
	font-size:14px;
	cursor: hand;
	text-decoration: none;
	white-space: nowrap;
	color: #7d7d7d;
}
div.naviLevel1Rollover {
	background: url(../gfx/btn_rollover.jpg) no-repeat;
	font-size:14px;
	cursor: hand;
	text-decoration: none;
	white-space: nowrap;
	color: #7d7d7d;
}
.naviLevel2 {
	margin:1px 0px 0px 0px;
    	padding:1px 0px 0px 4px;	
	width:159px;
   	height:18px;
}
.txtActive {
	cursor: hand;
	color: #ffffff;
}
.txtInactive {
	cursor: hand;
	color: #7d7d7d;
}
.naviLevel3 {
	margin:1px 0px 0px 0px;
    	padding:5px 0px 0px 4px;	
	width:159px;
   	height:18px;
}

/* content */
.txtContent {
	background-color: transparent;
	font-weight: normal;
	text-align: left;
 	font-family:Arial, Verdana, Helvetica, Geneva;
	font-size:11px;
}

a.txtDecoNone {
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}

.mainDiv {
    position:absolute;
	margin:94px 0px 0px 275px;
    padding:0px 0px 0px 0px;	
	width:600px;
}

.main2Div {
    position:absolute;
	margin:0px 0px 0px 275px;
    padding:0px 0px 0px 0px;	
}


.imgNav {
	margin-left:2px; 
	white-space:nowrap; 
	text-align:center;
}

.footerDesc {
    position:absolute;
	margin:0px;
    padding:0px 22px 0px 4px;	
	top:594px;
	left:20px;
	width:159px;
   	height:100px;
}

.txtFooter {
    position:absolute;
	bottom:0px;
}

.imgDescBig {
	background-color: transparent;
	font-weight: normal;
	text-align: left;
 	font-family:Arial, Verdana, Helvetica, Geneva;
	font-size:12px;
	color: #ffffff;
}
.imgDescSmall {
	background-color: transparent;
	vertical-align:bottom;
	font-weight: normal;
	text-align: left;
 	font-family:Arial, Verdana, Helvetica, Geneva;
	font-size:10px;
	color: #7d7d7d;
}
.viewImg {
    position:absolute;
	margin:0px;
    padding:0px 22px 0px 4px;	
	top:714px;
	left:20px;
	width:159px;
   	height:18px;
	white-space:nowrap;
}


.txtRed {
	color: #9f0002;
}
.txtWhite {
	color: #ffffff;
}
.txtGray {
	color: #7d7d7d;
}
.spacer25 {
	height: 25px;
}
.spacer20 {
	height: 20px;
}

