/** Henkel Loctite 												**/
/** copyright  2006 WOB                               **/
/** info@wob.ag                                       **/
/** ================================================= **/

/* -- Standardwerte setzen -- */

body,h1,h2,h3,p,table,td,th,ul,li,dl,dt,dd,span{
	margin:0;
	padding:0;
	background:transparent;
	background-image:none;
}

table, tr, td, p, b, ul, li, div{
	margin:0;
	padding:0;
}

table, tr, td{
	vertical-align:top;
}

sup{
	text-decoration:none;
	font-size:80%;
	position:relative;
	left:-1px;
	top:2px;
}
a {
	text-decoration:none;
}




/* -- Allgemeines -- */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(/oem/customer/_gfx/bg.gif) 0 0;
	margin-top:48px;
	padding-top:0;
	text-align:center;
}




/* -- Grundelemente wie Header, Container und Footer -- */

/* -- Container -- */
#container{
	width:718px;
	margin:0 auto;
	padding:0;
	background:#FFF;
	text-align:left;

}
#toplogo {
	height: 79px;
	padding-left:10px;
}
#inhalt{
	margin: 0;
	padding: 0;
	border-left: 16px solid #FFF;
	border-right: 16px solid #FFF;
	background: #E6E7EB;
}
#content {
	padding: 10px 84px 20px 84px;
	
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#7C8187;
	margin:0;
	padding:5px 18px;
	text-align:left;
}
h2{
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
}
.campaignline {
	width:100%;
	height:108px;
	background:#CECECE;
	border-top:2px solid white;
}
.campaignline.fc{
	border-top: 0;
}
.campaignline img {
	float:right;
}
.campaignline .campaignname {
	font-size:16px;
	font-weight:bold;
	color: #fff;
	padding-top:40px;
	padding-left:9px;
}
a:hover .campaignline {
	background:#7C8187;
}
a:hover {	/* IE6 workaround */
	border-style:none;
	cursor:pointer;
}

select,input {
	background:#fff;
	border: 1px solid #7C8187;
	margin-bottom:5px;
}

p {
	font-size:12px;
	color:#000;
}
p a {
	color:#000;
}

#footer {
	width:100%;
	height:60px;
}
#footertext {
	font-size:11px;
	color:#333;
	margin-right:16px;
	margin-top: 20px;
	float:right;
}
#footertext a {
	margin-left: 3px;
	color:#333;
}
#footertext a:hover {
	color:#000;
}
#footerlogo {
	float:left;
	padding:16px 16px;
}


