/** All Generell Stuff **/

body {
	text-align:			left;
	min-width:			950px;
	font-family:		"Trebuchet MS", Helvetica, arial, verdana, "sans serif";
	color:				#6B797F;
	font-size:			12px;
	margin:				0;
	padding:			0;
	line-height:		18px;
	background-image:	url(../images/layout/frontend/body_back.jpg);
	background-repeat:	repeat-x;
	background-color:	#E6E6E6;
}

a {
	text-decoration:	none;
	color:				#82277A;
}

img {
	border:				0;	
}

div.cleaner {
	clear:				both;	
}


/** Layout Style **/

div.wrapper {
	width: 				960px;
	position: 			relative;
	left: 				50%;
	margin-left:		-483px;
	margin-top:			30px;
}

div.branding {
	width:				960px;
	display:			block;
	height:				130px;
	border:				10px solid #ffffff;
	background-image:	url(../images/layout/frontend/head_back.jpg);
	background-repeat:	repeat-x;
}

div.logo {
	position:			absolute;
	top:				15px;
	left:				20px;
}

div.eyecatcher {
	position:			absolute;
	top:				3px;
	left:				357px;
	z-index:			2;
}


/** Branding Navigation **/

div.brandingNavi {
	position:			absolute;
	top:				105px;
	width:				960px;
}

div.brandingNavi ul {
	padding:			0;
	margin:				0;
	list-style:			none;
	height:				30px;
	line-height:		30px;	
}

div.brandingNavi li {
	margin-right:		15px;
	margin-left:		15px;
	font-size:			16px;
	float:				right;
}

div.brandingNavi li a {
	color:				#82277A;
}


/** Top Navigation **/

div.topNavi {
	width:				220px;
	font-size:			12px;
	float:				left;
	margin-top:			5px;
}

div.topNavi ul {
	margin:				0;
	padding:			0;
	list-style:			none;	
}

div.topNavi ul li {
	border:				10px solid #ffffff;
	margin-bottom:		5px;
	height:				25px;
	line-height:		25px;
	text-indent:		5px;
	font-size:			15px;
}

div.topNavi ul li a {
	color:				#82277A;
}

div.topNavi ul li.naviSecond {
	border:				0px;
	margin-bottom:		5px;
	height:				25px;
	line-height:		25px;
	text-indent:		30px;
	font-size:			15px;
	background-image:	url(../images/layout/frontend/navi_eck.gif);
	background-repeat:	no-repeat;
	background-position:10px;
}

div.topNavi ul li.naviSecondSelected {
	border:				0px;
	margin-bottom:		5px;
	height:				25px;
	line-height:		25px;
	text-indent:		30px;
	font-size:			15px;
	background-image:	url(../images/layout/frontend/navi_eck.gif);
	background-repeat:	no-repeat;
	background-position:10px;
	font-weight:		bold;
}

div.topNavi ul li.naviSelected {
	font-weight:		bold;	
}



/** Content Format **/

div.content {
	display:			block;
	margin-top:			5px;
	width:				980px;
}

div.mainContent {
	display:			block;
	float:				left;
	width:				710px;
	position:			relative;
	left:				10px;
	top:				5px;
	border:				10px solid #ffffff;
	padding:			10px;
	background-color:	#E6E6E6;
}

div.secondaryContent {
	display:			none;
	width:				240px;
	float:				right;
}

div.footer {
	height:				45px;
	clear:				both;
}

/* IE 6 */
* html div.footer {
   background-position:0px 45px;
}

/* IE 7 */
*+ html div.footer {
   background-position:0px 46px;
}

div.footer div {
	width:				980px;
	text-align:			right;
	margin-top:			15px;
	border-top:			1px dotted #ffffff;
	height:				30px;
	line-height:		35px;
	color:				#8B9292;
	font-size:			11px;
}

/* IE 6 */
* html div.footer div {
	height:				40px;
}

/* IE 7 */
*+ html div.footer {
	height:				50px;
}

div.footer div a {
	color:				#6B797F;
	line-height:		25px;
	padding:			3px;
	font-weight:		normal;
}



div.sprachBox {
	display:			none;
	position:			absolute;
	top:				20px;
	left:				860px;
	width:				100px;
	text-align:			right;
	z-index:			2;	
}

/*
div.sprachBox a {
	display:			block;
	float:				right;
}
*/

div.sprachBox a img {
	padding-right:		8px;
	padding-left:		10px;
	border-left:		1px solid #6B797F;
}

div.sprachBox a img.first {
	border-left:		0px;
}
