body{
	font-family: verdana, sans-serif, helvetica;
	font-size:11px;
	color:#555555;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	behavior:url("css/csshover.htc");
	/*background-image:url(../img/default/backgrounds/bg_bodyHeader.gif);*/
	
	background-repeat:repeat-x;
	/*background-position:top center;*/
	
	background-image:url(../img/default/backgrounds/topLevelNavigation/bg_tlNavigationMain.gif);
	background-position: 0Px -245Px;
}

.mainStage{
	width:960px;
	margin:auto;
}

.headerFrame{
	height:111px;
	position:relative;
}

.headerFrame .languageSelect{
	width: 125px;
	text-align: left;
}


.contentFrame{
	width:930px;
	margin-top:30px;
	overflow:hidden;
	margin-left:31px;
}

	.contentFrame div.left{
		width:158px;
		float:left;
	}

	.contentFrame div.left.home{
		overflow:hidden;
		width:726px;
		margin-right:10px;
		padding-left:30px;
	}

	.contentFrame div.center{
		width:588px;
		margin-left:10px;
		margin-right:10px;
		float:left;
	}

	.contentFrame div.right{
		width:158px;
		float:left;
	}


.footerFrame{
	text-align:center;
	padding-top:10px;
}

	.footerFrame p, .footerFrame a{
		text-align:center;
		margin-bottom:5px;
		color:#999999;
	}


h1{
	font-weight:bold;
	font-size:11px;
}


h2{
	font-weight:bold;
	font-size:11px;
}


p{
	line-height:15px;
	margin:0px;
	padding:0px;
}


a{
	color:#555555;
	text-decoration:underline;
}

a.stdDownloadLink{
	background:url(../img/default/nav/download.gif) top left no-repeat;
	height:16px;
	display:block;
	padding-left:23px;
	margin-bottom: 3Px;
	vertical-align:middle;
}

a.largeDownloadLink{
	background:url(../img/default/icons/btnBigDownload.jpg) top left no-repeat;
	height:57px;
	line-height:60px;
	display:block;
	padding-left:60px;
	margin-bottom: 3Px;
	vertical-align:middle;
	font-size: 13Px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.themeLayouts  a.largeDownloadLink{
	background:url(../img/default/icons/btnDownload.jpg) top left no-repeat;
	height:37px;
	line-height:35px;
	display:block;
	padding-left:42px;
	margin-bottom: 2Px;
	vertical-align:middle;
	font-size: 12Px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 4Px;
}

.themeLayouts  a.largePreviewLink{
	background:url(../img/default/icons/btnPreview.jpg) top left no-repeat;
	height:37px;
	line-height:37px;
	display:block;
	padding-left:42px;
	margin-bottom: 2Px;
	vertical-align:middle;
	font-size: 12Px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}



a.stdViewLink{
	background:url(../img/default/nav/preview.gif) top left no-repeat;
	height:16px;
	display:block;
	padding-left:23px;
	margin-bottom: 3Px;
	vertical-align:middle;
}


a:hover{
	color:#555555;
	text-decoration: none;
}

.themeLayouts a.largeDownloadLink:hover,
.themeLayouts  a.largePreviewLink:hover{
	color:#666666;
	text-decoration: underline;
}
a.largeDownloadLink:hover{
	color:#990000;
	text-decoration: underline;
}

img{
	border:0px;
}


form{
	margin:0px;
	padding:0px;
}


input, select, textarea{
	margin:0px;
	padding:0px;
	font-size:11px;
	border:1px solid #D6D6D6;
}


hr{
	display:none;
}

.hide{
	display:none;
}

.stdErrMsg{
	color:#9D0B0D;
}

.stdSuccMsg{
	color:#65AD20;
}

/*-- info box --*/
/*.infoBoxContainer{
	border:1px solid #dcdcdc;
	background-color:#eeeeee;
	position:absolute;
	top:325px;
	left:350px;
	width:300px;
	z-index:2;
}

.infoBoxHeader{
	line-height:20px;
	padding-left:10px;
	border-bottom:1px solid #dcdcdc;
	font-weight:bold;
}

.infoBoxContent{
	margin-left:10px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
}*/

	
input.login{
	margin:0px;
	padding:0px;
	font-size:11px;
	border:1px solid #D6D6D6;
	width: 120Px;
}

	
	
/* default infobox-config */
#cookieframe_container ,
.infoBoxContainer{
	display: none; 
	background-color: #FFFFFF; 
	border: solid 2Px #B3B3B3; 
	position:absolute; 
	z-index: 42; 
	top: 100Px; 
	left: 100Px;
	margin: 0Px;
	padding: 0Px 0Px 0Px 0Px;
}


.infoBoxBackPanel{
	position: fixed; 
	left: 0Px; 
	top: 0Px; 
	/*width: 100%; 
	height: 100%; */
	background-color: #FFFFFF;
	z-index:41;	
	filter: Alpha(opacity=70);	
	opacity: 0.7;	
	-moz-opacity: 0.7;

}

#cookieframe_container h2,
.infoBoxContainer h2 {
	margin: 0Px;
	padding: 10Px;
	background-color: #B3B3B3; 
}

#cookieframe_container p,
.infoBoxContainer p {
	margin: 0Px;
	padding: 10Px;
}

.infoBoxContainer .infoBoxButtons{
	vertical-align:bottom;
	height:21px;
	clear:left;
	padding-bottom:0px;
	margin-left:0px;
	text-align: center;
	
	margin-left:10px;
	position: absolute;
	bottom: 20px;
}

.infoBoxContainer ul {
	margin: 0Px;
	padding: 10Px;
	list-style-type: none;
}
	
.infoBoxContainer ul li.buttonBox,
.infoBoxContainer .infoBoxButtons .buttonBox {
	background-image: url(../img/default/backgrounds/buttons/bg_editButton2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20Px;
	width: 128Px;
	text-align: center;
	margin-bottom: 5Px;
}
.infoBoxContainer .infoBoxButtons .buttonBox {
	float: left;
	margin-right:5px;
}

.infoBoxContainer .infoBoxButtons .buttonBox a {
	text-decoration: none;
	display: block;
	width: 128Px;
}	
	
.infoBoxContainer .infoBoxButtons .buttonBox a:hover {
	text-decoration: underline;
}		


/* specialized infobox = advicebox */
.infoBoxAdvice .infoBoxButtons{
	bottom: 80px;
	margin-left: 20px;
	height:45px;
}

.infoBoxAdvice .infoBoxButtons .buttonBox{
	float: none;
}





.infoBoxCloser {
	padding-top: 8Px;
}

.infoBoxCloser a{
		text-decoration:none;
		color:#3a3a3a;
	}
	
	
	
	
	
	
	
	
#error_background {
	position: absolute; 
	left: 0Px; 
	top: 0Px; 
	width: 100%; 
	height: 100%; 
	background-color: #000000;
	z-index:90;	
	filter: Alpha(opacity=50);	
	opacity: 0.5;	
	-moz-opacity: 0.5;
}
