*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:15px;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/bg_login.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#container {
	text-align:center;
	position:absolute;
	left:50%;
	width:700px;
	top:160px;
	margin-left:-360px;
	}

.textBold {
	font-weight:bold;
}

#conLogin {
	position:absolute;
	margin-top:350px;
	left:50%;
	margin-left:-200px;
	width:280px;
}

#conAnmelden {
	position:absolute;
	margin-top:353px;
	left:50%;
	margin-left:60px;
	width:170px;
}

#haendlerbox {
	position:absolute;
	margin-top:333px;
	left:50%;
	margin-left:-370px;
	width:170px;
}

#conLogos {
	text-align:left;
	position:absolute;
	left:50%;
	width:620px;
	height:77px;
	top:490px;
	margin-left:-310px;
}

#conLogosLogin {
	text-align:left;
	position:absolute;
	left:50%;
	width:620px;
	height:77px;
	top:550px;
	margin-left:-310px;
}

.textBox {
	background-color: #ffffff;
	width: 140px;
	font-size: 8pt;
	border: #5B5B5B thin solid 1px;
}

#footer {
	position:absolute;
	width:760px;
	height:15px;
	margin-left:-389px;
	left:50%;
	background-color:#666666;
	bottom:0px;

}

#logos {
	margin-right:35px;
}


/*-------------links-------------*/
	
a:link
	{
	font-size: 8pt;
	color: #666666;
	text-decoration:none;
	}

a:visited
	{
	font-size: 8pt;
	color: #666666;
	}

a:active
	{
	font-size: 8pt;
	color: #666666;
	}

a:hover
	{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	}
	
/*-------------end links--------------*/
