
body
{
	text-align:center;
	margin:0;padding:0;
	font-family: calibri, Arial, Sans-Serif
}
#container
{
	position:relative;
	width:800px;
	height:300px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	text-align:left;
}
img {
	border:0;		
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
/*---------------- Logo ------------- */
h1
{
	position:relative;
	top:0px;
	left:0px;
	width:264px;
	height:94px;
	overflow:hidden;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top left;
	background-image: url('images/Mabix.png');
}
/*---------------- claim ------------- */
#claim
{
	font-size:22px;
	margin:0;
}
#claim b
{
	color:#333;
}
#claim var
{
	 font-style:normal;
	 font-weight:normal;
	 font-size:smaller;
}
#schnell
{
	position:absolute;
	top:0px;
	left:390px;
	height:18px;
	width:210px;
	padding-top:70px;
	padding-left:150px;
	background-color: transparent;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:14px;
	color:#555;
	background-image: url('images/schnell.png');
}
#schnell em{display:none}

/* --------------- RAD ---------------- */
ul#rad
{
	display:block;
	height:420px;
	width:420px;
	position:relative;
	margin:0;padding:0px;
	list-style-type:none;
	background-color:#fff;
	background-position:center center;
	background-image: url('images/rad.gif');
}
ul#rad li
{
	margin:0;padding:0px;
	display:block;
	outline:solid 0px red;
	position:absolute;
	color:#fff;
	font-size: 16px;
	font-family: calibri, Arial, Sans-Serif;
	font-weight:bold;
	background-color: transparent;
	background-position:center center;
	background-image: url('images/glanzRadKlein.png');
	height:102px;
	width:102px;
	line-height:102px;
	text-align:center;
	
}
ul#rad li#rBlack
{
	top:155px;
	left:147px;
	background-image: url('images/glanzRad.png');
	height:126px;
	width:126px;
	font-size: 20px;
	line-height:20px;
}
li#rBlack strong
{
	font-size: 56px;
	padding:24px 0 15px 0;
	display:block;
}
#rGreen
{
	top:46px;
	left:89px;
}
#tRed 
{
	top:46px;
	left:227px;
}
#rYellow
{
	top:167px;
	left:297px;
}
#rViolet 
{
	top:288px;
	left:227px;
}
#rOrange 
{
	top:290px;
	left:89px;
}
#rBlue 
{
	top:166px;
	left:20px;
}

/* ----------- CARD ----------*/
#card
{
	position:absolute;
	width:310px;
	height:95px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top left;
	background-image: url(images/card.jpg);
	font-size:12px;
	padding:75px 0 0 14px;
	top: 50%;
    left: 50%;
    margin-top: -95px;
    margin-left: -310px;
}
#card p
{
	margin:0px 0px 0px 12px
}
#card b
{
	color:#333;
	display:inline-block;
	width:50px;
}
/* -------- anruf --------------*/
#anruf
{
	outline:solid 0px red;
	overflow:hidden;
	position:absolute;
	top:430px;
	left:490px;
	height:135px;
	width:284px;
	background-color: transparent;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:10px;
	color:#555;
	text-indent:-600px;
	background-image: url('images/RufenSieAn.png');
}