* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

body {
	color: #444444;
	font-size: 75%;
	line-height: 1.4;
	background-color:#FFFFFF;
	text-align: center;
}

#wrapper {
    width: 760px;
    margin: 20px auto;
    text-align: left;
	background-color:#FFFFFF;
}


h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
}
form, input {
	margin: 0;
	padding: 0;
}
ul,ol,dl {
	margin: 0;
	padding: 0;
}
table {
	padding: 0;
	border: 0;
}
img {
	border: 0;
}

hr {
	border: 0 none;
	height: 1px;
	color: #CCCCCC; /* for WinIE */
	background-color: #CCCCCC; /* for Mozilla */
	margin: 10px 0;
	clear: both;
  }

.clearflow {
	clear:both;
}
a.allowC {
	color: #0F4D99;
	background: url(/images/common/allow01.gif) no-repeat 0 3px;
	padding: 2px 0px 2px 16px;
	display: inline-block;
	margin-top: 3px;
}

a.allowC:hover {
    color: #0099FF;
    text-decoration: underline;
}


a.allowB {
	color: #001E8B;
	background: url(/images/common/allow01.gif) no-repeat 0 3px;
	padding: 2px 0px 2px 16px;
	display: inline-block;
	margin-top: 3px;
}

a.allowB:hover {
    color: #01CC00;
    text-decoration: underline;
}

/*** „Margin SetUp ***/
.bottomMargin {
    margin-bottom: 10px;
}
/*** £Margin SetUp ***/



#containerTop {
	background: url(/404error/images/common/cookie_topbg.gif) no-repeat center top;
	padding: 20px 0px 0px 40px;
	overflow:hidden;
        height: 120px;
}

#containerTop h1 {
	float: left;
	width: 333px;
	margin: 0 15px 0px 0;
}
#container {
	clear: both;
	background: url(/404error/images/common/cookie_bottombg.gif) no-repeat center bottom;
	padding: 10px 40px 15px;
	margin: 0;
	
}


/******* „ ErrorPage Designate *******/
#btocerrBox {
	background: url(/404error/images/common/err_pointa.jpg) no-repeat right top;
	padding:0 170px 40px 0px;
	height: auto;
	margin: 40px 0 0px 0px;
	/*width: 560px;*/
}
#errComment {
	background: url(/404error/images/common/err_commentbg.gif) no-repeat left bottom;
	padding:0px 0px 50px 0px;
	margin:0;
	width: 500px;
}
#errComment p {
	margin-left: 80px;
	margin-top: 10px;
	width: 350px;
}
#errComment h2,#errComment p,#errComment dt,#errComment dd {
	margin: 0px 0px 0px 40px;
	width: 420px;
}
#errComment h2 {
	background: url(/images/common/icon_attention.gif) no-repeat left center;
	font-size: 134%;
	color: #FF0000;
	padding: 6px 0 5px 25px;
	margin-bottom: 10px;
}
#errComment dl {margin-top: 20px;}
#errComment dt {
	font-size: 120%;
	color: #2461AA;
	margin-bottom: 5px;
}

/**** BtoB ****/
#errComment2 {
	background: url(/404error/images/common/err_commentbg2.gif) no-repeat left bottom;
	padding:0px 0px 50px 0px;
	margin:0 auto;
	width: 550px;
}
#errComment2 p {
	margin-left: 80px;
	margin-top: 10px;
	width: 350px;
}
#errComment2 h2,#errComment2 p,#errComment2 dt,#errComment2 dd {
	margin: 0px 0px 0px 40px;
	width: 420px;
}
#errComment2 h2 {
	background: url(/images/common/icon_attention.gif) no-repeat left center;
	font-size: 134%;
	color: #FF0000;
	padding: 6px 0 5px 25px;
	margin-bottom: 10px;
}
#errComment2 dl {margin-top: 20px;}
#errComment2 dt {
	font-size: 120%;
	color: #2461AA;
	margin-bottom: 5px;
}





#container #bannerBox {
	display: block;
	width: 100%;
	clear:left;
}
#bannerBox .leftarea {
	float: left;
	width: 220px;
}
/*#bannerBox .rightarea {
	float: right;
}*/

#bannerBox p {margin-bottom: 10px;}

.copyright {
	text-align: right;
	display: block;
	clear: left;
	padding-top: 20px;
}

