/**
 * monetos.de Basic Styles
 * @layout 2010
 * @author: Chris Zepernick <chris@swift-lizard.com>
 */

/** Basic Layout settings **/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2d2d;
	background: #C4CFDA url('../img/page_bg.png') repeat-x top left;
}

p{
	margin: 0px 0px 6px 0px;
}

h1{
	color: #13235b;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

h2{
	color: #111111;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #003a71;
	font-size: 12px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

a{
	color: #13235b;
	text-decoration: none;
}

.more a{
	color: #a3a3a3;
}

.clear{
	clear:both;
	font-size: 0.1%;
	line-height: 0.1%;
	height: 0.1%;
}

.testSpace{
	height: 500px;
}

img {
	border: none;
}

/**
 * Page BG settings
 */

.pageContainer{
	background: url('../img/header_bg.png') no-repeat top center;
	text-align: center;
}
.page_bg{
	background: url('../img/stars_bg.png') no-repeat top center;
}

.page{
	width: 1000px;
	margin: 0px auto 130px auto;
}

/**
 * head config
 */
.page .header{
	position: relative;
	height: 180px;
	text-align: left;
}

.page .header .logo{
	position: absolute;
}

.page .header .logo img{
	border: none;
}

.page .header .languageSwitch{
	position: absolute;
	top: 50px;
	left: 780px;
	width: 220px;
}

.page .header .languageSwitch img{
	border: none;
}

.page .header .languageSwitch h4{
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.page .header .languageSwitch ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page .header .languageSwitch ul li{
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
}

/**
 * main Navigation
 */
.page .header .mainNavi{
	position: absolute;
	top: 104px;
	left: 15px;
	z-index: 100;
}

.page .header .mainNavi ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page .header .mainNavi ol li{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
}

.page .header .mainNavi ol li a{
	display: block;
	line-height: 40px;
	width: 120px;
	text-align: center;
	padding: 0px 0px 9px 0px;
	color: #f9f9f9;
	background: url('../img/naviSeperator.png') top left no-repeat;
}

.page .header .mainNavi ol li.home a{
	background: none;
}

.page .header .mainNavi ol li:hover a,
.page .header .mainNavi ol li.act a{
	background: url('../img/navi_over_bg.png') no-repeat;
	color: #00356b;
}

.page .header .mainNavi ol li ol{
	display: none;
	position: absolute;
	top: 49px;
	padding: 0px 0px 7px 0px;
	background: url('../img/menu_bottom_bg.png') bottom no-repeat;
}

.page .header .mainNavi ol li:hover ol{
	display: block;
}

.page .header .mainNavi ol li ol li{
	display: block;
	width: 242px;
	line-height: 22px;
	padding: 0px;
	float: none;
	background:url('../img/menuItem_bg.png') repeat-y;
}

.page .header .mainNavi ol li:hover ol li a{
	background: none;
	width: 194px;
	line-height: 22px;
	text-align: left;
	margin-right: 25px;
	padding: 6px 0px 6px 26px;
	border-bottom: 1px solid #DEDEDE;
	color: #737272;
}

.page .header .mainNavi ol li ol li.last a{
	border-bottom: none;
}

.page .header .mainNavi ol li:hover ol li:hover a,
.page .header .mainNavi ol li:hover ol li.act a{
	color: #00356b;
	background: url('../img/navi_over_arrow.png') no-repeat 0px 6px;
}


/**
 * content config
 */
.page .content{
	background: url('../img/content_bg.png') repeat-y;
	margin: 0px 0px 0px -4px;
	text-align: left;
}

.page .content .leftCol{
	float: left;
	width: 570px;
}

.page .content .leftCol .mainHeadline{
	width:540px;
	margin: 0px 0px 0px 30px;
}

.page .content .leftCol .colContent{
	width:540px;
	margin: 0px 0px 0px 30px;
}

.page .content .leftCol .colContent a {
	text-decoration: underline;
}

.page .content .leftCol .colContent .contentElement.twoCols .leftCol{
	width: 265px;
}

.page .content .leftCol .colContent .contentElement.twoCols .rightCol{
	width: 265px;
	margin-right: 0px;
	background: none;
}

.page .content .leftCol .colContent .contentElement.twoCols .leftCol .colContent,
.page .content .leftCol .colContent .contentElement.twoCols .rightCol .colContent{
	width: auto;
	margin: 0px;
}

.page .content .leftCol .colContent .contentElement.twoCols .colContent .contentElement{
	background: url('../img/contentSeperator_small.png') no-repeat bottom;
	margin: 0px;
}

.page .content .leftCol .colContent .contentElement{
	/*background: url('../img/contentSeperator_big.png') no-repeat bottom;*/
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.page .content .leftCol .colContent .twoCols{
	background: none;
}

.page .content .leftCol .colContent .contentElement .teaserImg{
	margin-bottom: 15px;
}

.page .content .leftCol .colContent .contentElement.topThema .teaserImg{
	margin-bottom: 0px;
}

.page .content .leftCol .colContent .contentElement .text{
	margin: 0px 10px 0px 10px;
}

.page .content .leftCol .colContent .contentElement .text .links{
	margin-top: 14px;
	margin-bottom: 22px;
	height: 16px;
}

.page .content .leftCol .colContent .contentElement .text .links ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page .content .leftCol .colContent .contentElement .text .links ul li{
	display: block;
	float: left;
	padding: 0px 6px 0px 0px; 
}

.page .content .leftCol .colContent .contentElement .text .links ul li.more{
	padding: 0px 0px 0px 6px; 
	background: url('../img/trenner_grey.png') no-repeat left 3px;
}

.page .content .leftCol .colContent .contentElement .text .links ul li a{
	font-size: 10px;
}

.page .content .leftCol .colContent .contentElement.imageLeft .teaserImg{
	float: left;
	width: 220px;
}

.page .content .leftCol .colContent .contentElement.imageLeft .text{
	float: left;
	width: 300px;
}

.page .content .rightCol{
	float: right;
	margin-right: 15px;
	width: 382px;
	background: url('../img/colRight_bg.png') no-repeat top right;
}

.page .content .rightCol .colContent{
	width:368px;
	margin: 0px 14px 0px 0px;
}

/**
 * teaser col config
 */
.page .content .teaserCol{
	margin: 0px;
	padding-left: 30px;
	background: url('../img/bottom_border_big.png') bottom no-repeat;
}

.page .content .teaserCol h3{
	padding: 0px 10px 0px 10px;
}

.page .contentElement.fourCols{
	
}

.page .contentElement.fourCols .col1,
.page .contentElement.fourCols .col2,
.page .contentElement.fourCols .col3,
.page .contentElement.fourCols .col4{
	float: left;
	width: 220px;
	margin-right: 15px;
}

.page .contentElement.fourCols .contentElement .text{
	padding: 10px;
}

.page .contentElement.fourCols .contentElement .text .links{
	margin-top: 14px;
	margin-bottom: 22px;
	height: 16px;
}

.page .contentElement.fourCols .contentElement .text .links ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page .contentElement.fourCols .contentElement .text .links ul li{
	display: block;
	float: left;
	padding: 0px 6px 0px 0px; 
}

.page .contentElement.fourCols .contentElement .text .links ul li.more{
	padding: 0px 0px 0px 6px; 
	background: url('../img/trenner_grey.png') no-repeat left 3px;
}

.page .contentElement.fourCols .contentElement .text .links ul li a{
	font-size: 10px;
}


/**
 * footer config
 */
.page .footer{
	position: relative;
	height: 221px;
	text-align: left;
	background: url('../img/footer_bg.png') no-repeat -4px bottom;
}

.page .footer .logo{
	position:absolute;
	top: 30px;
	left: 30px;
}

.page .footer .countrys{
	position:absolute;
	top: 30px;
	left: 340px;
}

.page .footer .topics{
	position:absolute;
	top: 30px;
	left: 442px;
}

.page .footer .about{
	position:absolute;
	top: 30px;
	left: 542px;
}

.page .footer .seperator{
	position:absolute;
	top: 30px;
	left: 784px;
	width: 1px;
	height: 115px;
	background: url('../img/footer_seperator.png') no-repeat;
}

.page .footer .service{
	position:absolute;
	top: 30px;
	left: 794px;
}

.page .footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page .footer ul li a{
	color: #FFFFFF;
	line-height: 150%;
}

.page .footer ul li a:hover{
	color: #fff;
}

/**
 * accordion right side
 */

.page .content .rightCol .colContent .rightSideMenu{
	width: 369px;
}

.page .content .rightCol .colContent .rightSideMenu ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page .content .rightCol .colContent .rightSideMenu ol li{
	display: block;
	line-height: 24px;
	width: 368px;
	background: #484848 url('../img/leftSideMenu_no.png') no-repeat;
}

.page .content .rightCol .colContent .rightSideMenu ol li.act{
	background: #fff url('../img/rightSideMenu_act.png') no-repeat;
}

.page .content .rightCol .colContent .rightSideMenu ol li a{
	color: #a6a6a6;
	text-decoration:none;
	font-size: 14px;
	width: 368px;
	margin-left: 10px;
}

.page .content .rightCol .colContent .rightSideMenu ol li ol{
	display: none;
	margin-bottom: -1px;
}

.page .content .rightCol .colContent .rightSideMenu ol li.act ol{
	display: block;
	margin-bottom: -1px;
}

.page .content .rightCol .colContent .rightSideMenu ol li ol li,
.page .content .rightCol .colContent .rightSideMenu ol li ol li.act {
	line-height: 22px;
	background: url('../img/leftSideSub.png') no-repeat;
}

.page .content .rightCol .colContent .rightSideMenu ol li ol li a{
	color: #737272;
	margin-left: 25px;
}

.page .content .rightCol .colContent .rightSideMenu ol li ol li:hover a,
.page .content .rightCol .colContent .rightSideMenu ol li ol li.act a {
	color: #002e65;
}

.page .content .rightCol .colContent .rightSideMenu ol.thirdLevel,
.page .content .rightCol .colContent .rightSideMenu ol.fourthLevel,
.page .content .rightCol .colContent .rightSideMenu ol.fifthLevel,
.page .content .rightCol .colContent .rightSideMenu ol.sixthLevel {
	margin-left: 15px;
}
.page .content .rightCol .colContent .rightSideMenu ol.thirdLevel li {
	width: 353px;
}
.page .content .rightCol .colContent .rightSideMenu ol.fourthLevel li {
	width: 328px;
}
.page .content .rightCol .colContent .rightSideMenu ol.fifthLevel li {
	width: 303px;
}
.page .content .rightCol .colContent .rightSideMenu ol.sixthLevel li {
	width: 288px;
}

div.tx-jppageteaser-pi1-list {
	width: 368px;
	background: url(../img/sidebarSeperator.png) no-repeat center 3px;
	margin: 5px 0 10px;
}
	.tx-jppageteaser-pi1-list-head {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #003A71;
		padding: 15px 15px 12px 15px;
	}
	.tx-jppageteaser-pi1-list-entry {
		padding: 0 15px 6px 15px;
	}
	.tx-jppageteaser-pi1-list-entry-text a {
		padding: 0 0 0 18px;
		background: url(../img/iconPage.png) no-repeat left top;
		display: inline-block;
	}

div.tx-mmforum-box-latest-wide {
	width: 368px;
	background: url(../img/sidebarSeperator.png) no-repeat center 3px;
	margin: 5px 0 10px;
}
	div.tx-mmforum-box-latest-wide-head {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #003A71;
		padding: 15px 15px 12px 15px;
	}
	div.tx-mmforum-box-latest-wide-date {
		padding: 0 5px 0 15px;
		margin: 0 0 6px 0;
		float: left;
	}
	div.tx-mmforum-pi1-listtopic-lastpost-user {
		display: none;	
	}
	div.tx-mmforum-box-latest-wide-desc {
		float: left;
		padding: 0;
		width: 240px;
		margin: 0 0 10px 0;
	}
	div.tx-mmforum-box-latest-wide-topic {
		clear: left;
		padding: 0 15px;		
	}
		div.tx-mmforum-box-latest-wide-topic a {
		
		}
		
		
.containerWide {
	background: url('../img/contentSeperator_big.png') no-repeat bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.colContent .containerWide .containerHeadline {
	color: #003a71;
	font-size: 12px;
	margin: 10px 0px 6px 0px;
	padding: 0px;
}
.colContent .containerWide .content{
	background: none;
	margin: 0;
}
.colContent .containerWide .footer{
	width: 100%;
	height: 1px;
}
