@CHARSET "ISO-8859-1";

.contentContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 720px;
}

/* TODO: replace this class with the next class */
div.headContentTypeOne {
	float: left;
	margin-bottom: 10px;
	width: 720px;
	min-height: 400px;
	height: 400px;
	max-width: 720px;
}


div#headContentTypeOne {
	float: left;
	margin-bottom: 10px;
	width: 720px;
	min-height: 400px;
	max-width: 720px;
	height: 400px;
}

.headContentTypeTwo {
	float: left;
	margin-bottom: 10px;
	width: 720px;
	min-height: 240px;
	max-width: 720px;
}

.headContentTypeThree {
	float: left;
	width: 720px;
	max-width: 720px;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 10px;
	background-color: black;
}

.headContentTypeThree div.imageLeft {
	float: left;
}

.headContentTypeThree div.imageRight {
	float: right;
}

.headContentTypeThree img {
	float: left;
}

.headContentTypeThree img.medium {
	float: left;
	border: 9px;
	border-color: black;
	border-style: solid;
	width: 334px;
	height: 180px;
}

.headContentTypeThree div.h2 {
	margin-top: 60px;
	margin-left: 10px;
}

.headContentTypeFour {
	float: left;
	margin-bottom: 10px;
	width: 720px;
	min-height: 150px;
	max-width: 720px;
}

.headContentTypeFour div.h1 {
	line-height: 48px;
}
.headContentInnerTypeTwo span.h1 {
	line-height: 49px;
}

.headContentTypeFour div.caseImage {
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #d4d4d4;
	width: 141px;
	max-width: 141px;
	min-width: 141px;
	height: 141px;
	max-height: 141px;
}

.headContentTypeFour div.caseImage img {
	width: inherit;
	cursor: pointer;
}

.headContentTypeFour div.caseImage div.readmore {
	text-indent: 10px;
	background-image: url("../image/contextmenu/submenu_arrow_over.png");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}



/* head content inner types */
.headContentInnerTypeTwoContainer {
	float: left;
	width: 352px;
	max-width: 352px;
	height: 241px;
}

.headContentInnerTypeTwo {
	margin-left: 9px;
	margin-right: 9px;
}

.headContentInnerTypeThreeLeftContainer {
	float: left;
	width: 220px;
}
.headContentInnerTypeThreeRightContainer {
	float: left;
	width: 490px;
}
.headContentInnerTypeThree {
	margin-left: 9px;
	margin-right: 9px;
}

.headContentInnerTypeThreeLeftContainer img {
	margin-top: 51px;
	margin-left: 10px;	
}

/* super headline */
.superHeadLineContainer {
	-moz-opacity: 0.9;
	width: 344px;
	height: 80px;
	opacity: 0.9;
	background-color: black;
	margin-top: 320px;
	margin-left: 375px;
	margin-right: 5px;
	color: white;
}

.superHeadLineContainerText {
	float: left;
	width: 345px;
	margin-top: 5px;
	margin-left: 5px;
}

.superHeadLine {
	font-size: 36px;
	line-height: 36px;
}

.superHeadLineText {
	float: left;
	width: 55px;	
}

.superHeadLinePlayer {
	float: left;
	margin-left: 30px;
}

.superHeadLinePlayer img.play{
	cursor: pointer;
}

.superHeadLinePlayer img.pause{
	cursor: pointer;
	display: none;
	margin-top: 3px;
}

.superHeadLineArrow img {
	cursor: pointer;
}

/* Headcontent dividers */
.headContentDividerTypeOne {
	width: 15px;
	float: left;
	background-image: url("../image/spacer.gif");
	background-repeat: repeat-y;
	background-position: center;
}

.headContentDividerTypeTwo {
	float: left;
	background-image: url("../image/spacer.gif");
	background-position: center;
	background-repeat: repeat-y;
	width: 37px;
}

.headContentDividerTypeThree {
	float: left;
	background-image: url("../image/grey-dot.png");
	background-position: center;
	background-repeat: repeat-y;
	width: 10px;
	height: 700px;
}
