#hitCountWrapper {
	position: fixed;	
}

.boxWrapper {
	margin: 6px;
	background: #3b68af;
	width: 236px;
	padding-bottom: 1px;
}

	.boxWrapper.tabs.rounded {
		margin-top: 0px;
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
	}
	
		.boxWrapper.tabs .boxContent.roundedTop,
		.boxWrapper.tabs .boxContent.rounded {
			margin-top: 0px;
			-moz-border-radius-topleft: 0px;
			-webkit-border-top-left-radius: 0px;
		}
	
	.boxWrapper.doubleWidth {
		width: 484px;
	}
	
	.boxWrapper.tripleWidth {
		width: 732px;
	}
	
	.boxWrapper.quattroWidth {
		width: 980px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.boxWrapper.oneThirdWidth {
		width: 320px;
		margin: 5px;
	}
	
	.boxWrapper.twoThirdsWidth {
		width: 650px;
		margin: 5px;
	}
	
	.boxWrapper.footerWrapper {
		position: relative;
	}
	
	.boxWrapper.commercial {
		background: #ececec;
	}	
	
		.boxWrapper.commercial .googleAds {
			width: 210px;
			float: left;
		}
		
.boxWrapper .boxHeadline, 
.boxWrapper .boxHeadline h1,
.boxWrapper .boxHeadline h2 {
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
}

	.boxWrapper .boxHeadline h1,
	.boxWrapper .boxHeadline h2 { 
		font-size: 12px;
		margin: 0px;
	}

.boxContent {
	margin: 1px;
	margin-bottom: 0px;
	padding: 5px;
	background: #ffffff;
	height: 150px;
}

	.boxContent.adsense {
		height: 280px;
	}

.boxWrapper.commercial .boxContent {
	background: #ececec;
}

	.boxContent .listContent h2 {
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		color: #3b68af;
		background-color: #F0F8FF;
		padding-left: 24px;
	}

	.boxContent h1 {
		font-size: 20px;
		color: #3b68af;
	}
	
		.boxContent h1 span {
			float: right;
		}
	
	.boxContent h2,
	.boxContent h3 {
		margin-top: 20px;
		font-size: 12px;
		color: #3b68af;
	}
	
	.boxContent.padding {
		padding: 15px;
	}
		
	.boxContent.halfHeight {
		height: 75px;
	}
	
	.boxContent.oneAndAHalfHeight {
		height: 265px;
	}

	.boxContent.doubleHeight {
		height: 324px;
	}
	
	.boxContent.noHeight {
		height: auto;
	}
	
	.boxContent.blue {
		background-color: #f0f8ff;	
	}
	
	.boxContent.webId {
		height: 170px;
		background: url("/pictures/layout/webId_bg.jpg") no-repeat left bottom #f0f8ff;
	}
	
	.boxContent.catalogue {
		height: 170px;
		background: url("/pictures/layout/catalogue_bg.jpg") no-repeat left bottom #f0f8ff;
	}
	
		.boxContent.webId h2 {
			margin-top: 5px;
			font-weight: bold;
			font-size: 18px;
		}
	
		.boxContent.webId #webIdContent {
			float: right;
			width: 120px;
		}
		
			.boxContent.webId #webIdContent label {
				font-weight: bold;
			}	
			
			.boxContent.webId #webIdContent .input {
				width: 120px;
			}	
			
		.boxContent.catalogue #catalogueContent {
			float: right;
			width: 100px;
			margin-top: 15px;
		}
		
			.boxContent.catalogue #catalogueContent  a {
				font-size: 14px;
				font-weight: bold;
			}
		
	.boxContent.bottomBorder {
		margin-bottom: 5px;	
	}
	
	.boxContent.center {
		margin-left: 25%;
	}
	
	.boxContent.teaser {
		position: relative;
		float: left;
		width: 975px;
		height: 320px;
		padding: 1px;
	}
	
	.boxContent.footerContent {
		position: absolute;
		width: 958px;
		padding: 10px;
	}
	
	.boxContent#listContentWrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	
.boxFooter {
	line-height: 20px;
	padding-left: 5px;
	font-size: 11px;
}
	
.boxWrapper.leftAlign {
	margin-left: 0px;	
}

.boxWrapper.rightAlign {
	margin-right: 0px;	
}

.boxContent .inputField {
	width: 150px;
	margin-bottom: 10px;	
}

	.boxContent .inputField.small {
		width: 75px;
	}
	
	.mutlipleCheckboxChooser .inputField {
		width: 15px;
	}
	
	.boxContent .BasicTextareaField {
		width: 340px;
		height: 150px;
	}

.boxContent fieldset {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border: 0;
	border-bottom: 1px solid #cccccc; 	
}

	.boxContent fieldset.last {
		border-bottom: 0;
	}

.boxContent legend {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	text-transform: uppercase;
}

.boxContent label {
	font-size: 12px;
	color: #3B68AF;
	font-weight: bold;
}

.boxContent .mutlipleCheckboxChooser {
	margin-bottom: 5px;	
}

	.boxContent .row {
		clear: both;
	}

	.boxContent .col,
	.boxContent .labeledCheckBox {
		float: left;
		width: 180px;
	}
	
	.boxContent .col.doubleWidth {
		width: 360px;
	}
	
#modalDialog {
	z-index: 12000;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 530px;
	margin-left: -265px;
}

	#modalDialog .boxHeadline span {
		float: right;
	}
	
	#modalDialog .boxContent {
		padding: 15px;
	}
	
		#modalDialog .boxContent .boxContent {
			padding: 5px;
		}