@CHARSET "ISO-8859-1";

/* Containers
===============================================*/
#siteContainer {
	
	width: 947px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 947px;
	height: 404px;
	background-image: url("../images/layout/header.jpg");
	position:relative;
}

#contentContainer {
	float: left;
	background-color: #1f292e;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
/*	padding-left: 26px;*/
/*	padding-right: 27px;*/
	/*width:947px;*/
}

#contentContainer h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #ffffff;
	max-width:330px;
}

#contentContainer h2 {
	font-size: 20pt;
	font-weight: normal;
	max-width:330px;
	/*color: #ff8f3d;*/
}

/* Menu
===============================================*/
#headerMenu {
	line-height: 1.1;
	padding-top: 70px;
	padding-left: 40px;
}

#headerMenu ul {
	font-size: 9pt;
	color: #8ea49e;
	list-style: none;
	padding-bottom: 12px;
}

#headerMenu ul li a {
	color: #8ea49e; /* blau-gruen */
}

#headerMenu ul li.headline {
	font-size: 9pt;
	color: #ffffff;
	list-style-image: url("../images/layout/headerMenu_bullet.png");
}

#headerMenu ul li.headline a {
	color: #ffffff;
}

#headerMenu ul li a:hover {
	color: #ffffff;
}

#headerMenu ul li.headline a:hover {
	color: #ffffff;
}

/* Content Templates
===============================================*/
.contentTemplate {
	float: left;
	width: 867px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #000000;
	position: relative;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
}

.columns {
	padding-bottom: 0px;
	height:100%;
}

.contentTemplate .upArrow {
	position: absolute;
	right: 12px;
	bottom: 12px;
}

.contentTemplate .min-height
{
	float: left;
	height: 350px;
	width: 1px;
}

/* Content Corners
===============================================*/
.leftTopCorner {
	position: absolute;
	width:7px;
	height:7px;
	background-image: url("../images/layout/corner_top_left.png");
	background-repeat:no-repeat;
	left: 0px;
	top: 0px;
}

.rightTopCorner {
	position: absolute;
	width:7px;
	height:7px;
	background-image: url("../images/layout/corner_top_right.png");
	background-repeat:no-repeat;
	right: 0px;
	top: 0px;
}

.contentTemplate .leftBottomCorner {
	position: absolute;
	width:7px;
	height:7px;
	background-image: url("../images/layout/corner_bottom_left.png");
	background-repeat:no-repeat;
	left: 0px;
	bottom: 0px;
}

.contentTemplate .rightBottomCorner {
	position: absolute;
	width:7px;
	height:7px;
	background-image: url("../images/layout/corner_bottom_right.png");
	background-repeat:no-repeat;
	right: 0px;
	bottom: 0px;
}

.contentTemplate .content {
	float: left;
}

.contentTemplate .content p {
	padding-top: 50px;
	font-size: 9pt;
	color: #ffffff;
	width: 250px;
	line-height: 1.5;
}


.contentTemplate .content p a{
	color: #B4CFC8;
}

.contentTemplate .content p a:hover{
	color: #ffffff;
}


/* Content-Columns */ /* Container */
.contentTemplate .contentColumns {
	width: 100%;
	float: left;
	margin-top: 30px;
	height:100%;
}

/* colum4bg*/
.column4bg
{
    background-image: url("../images/layout/4_column_bg.png");
	background-repeat:repeat-y;
	background-position:-48px 0;
}

.column3bg
{
    background-image: url("../images/layout/3_column_bg.png");
	background-repeat:repeat-y;
	background-position:-40px 0;
}

.contentTemplate .contentColumns h3 {
/*	color: #ff8f3d; */
	font-size: 10pt;
	line-height: 1.2;
}

.contentTemplate .contentColumns p {
	margin-top:5px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
}

/* Column Layouts
===============================================*/
.contentTemplate .contentColumns .column {
	float: left;
	/*width:214px;*/
	/*border-right: 1px solid #1b1e1f;*/
	min-height: 100%;		/* Min height for modern Browser */
	height: auto !important;	/* !important-Rule for modern Browser */
	height: 100%;			/* Min heigh for IE (<7) */
	padding-bottom: 40px;
}

.contentTemplate .contentColumns .columnNoBorder {
	float: left;
	/*min-height: 300px;*/
	padding-bottom: 40px;
}

/* 4 Columns */
.column4First {
	width: 199px;
}

.column4 {
	width: 229px;
}

.column4Last {
	width: 200px;
}

/* 3 Columns */
.column3First {
	width: 275px;
}

.column3 {
	width: 306px;
}

.column3Last {
	width: 275px;
}

/* 2 Columns */
.column2Spacer {
	width: 286px;
	border: none;
}

.column2First {
	width: 286px;
	border: none;
}

.column2Last {
	width: 285px;
	border: none;
}

.contentTemplate .contentColumns .columnFirst {
	float: left;
	/*border-right: 1px solid #1b1e1f;*/
	/*min-height: 300px;*/
	padding-bottom: 40px;
}

.contentTemplate .contentColumns .columnLast {
	float: left;
	/*min-height: 300px;*/
	padding-bottom: 40px;
}

/* inner column container */
.contentTemplate .contentColumns * .innerFirst {
	padding-left: 0px;
	padding-right: 30px;
}

.contentTemplate .contentColumns * .inner {
	padding-left: 30px;
	padding-right: 30px;
}

.contentTemplate .contentColumns * .innerLast {
	padding-left: 30px;
	padding-right: 0px;
}

.pageHref {
	line-height: 0;
	float: left;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

/* HTML.php rendered Fonts
===============================================*/
#redefiningContainer
{
	position:absolute;
	left: 381px;
	top: 69px;	
	max-width:350px;
}
#redefining
{
	/*
	position:absolute;
	left: 381px;
	top: 101px;
	*/
	color: #95d8d4;
	font-size:20pt;
	margin-bottom:20px;
}

#redefiningText
{
	/*
	position:absolute;
	left: 381px;
	top: 143px;	
	*/
	color: #ffffff;
	font-size:10pt;
	max-width:300px;
	line-height:1.2;
}


/* Footer
===============================================*/
#footerContainer {
	position:relative;
	background-color: #000000;
/*	padding-left: 30px; */
/*	*padding-right: 20px;*/ 
	padding-bottom: 5px;
	padding-top: 8px;
	font-size: 8pt;
	width:100%;
	color: #f4f6f5;
	float: left;
	vertical-align: middle;
	line-height: 20px;
	

}


#footerContainer .left {
	float: left;
	padding-left:30px;
}

#footerContainer .right {
	float: right;
	padding-right: 20px;
}

#footerContainer a {
	text-decoration: none;
	color: #f4f6f5;
	background: #000000;
}

#footerContainer a:hover,#footerContainer a:active {
	text-decoration: none;
	color: #ffffff;
}