* {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img{
	border: none;
	}

a:link, a:active, a:visited{
	text-decoration: none;
}

body {
	background-image: url(../images/pattern_yellow.jpg);
}

body#tariff {
	background: none;
}

.clearer{
	clear:  both;
}

/* Überschriften */
h3{
	font-size: 18px;
	font-weight:normal;
}

.tafel{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
}
#rahmen{
	width: 970px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;

}

/* Navigation
------------------------------------------------------------*/
#mainNavi{
	position: absolute;
	top: 40px;
	left: 55px;
	z-index: 4;
}

#authNavi{
	position: absolute;
	top: 40px;
	right: 55px;
	z-index: 6;
}

#authNavi li{
	display: inline;
	list-style: none;
	padding-left: 0 2pt 0 8pt;
	margin-right: 5px;
}

#authNavi li a{
	padding-left: 12px;
	background-position: center left;
	background-repeat: no-repeat;
}

#authNavi li.login a{
	margin-right: 20px;
	background: none;
}

#authNavi li.login a:hover, body#login li.login a,
#authNavi li.call a:hover, body#call li.call a,
#authNavi li.addressbook a:hover, body#addressbook li.addressbook a,
#authNavi li.logout a:hover, #authNavi li.profile a:hover, body#profile li.profile a,
#authNavi li.calls a:hover, body#calls li.calls a,
#authNavi li.togo a:hover, body#togo li.togo a
{
	color: #ff9900;
}

#authNavi li.call a{
	background-image: url(../images/phone-9x10.gif);
}

#authNavi li.calls a{
	background-image: url(../images/phone2.gif);
}
#authNavi li.calls a:hover, body#calls li.calls a{
	background-image: url(../images/phone2_active.gif);
}

#authNavi li.togo a{
	background-image: url(../images/togo.gif);
}
#authNavi li.togo a:hover, body#togo li.togo a{
	background-image: url(../images/togo_active.gif);
}

#authNavi li.addressbook a{
	background-image: url(../images/adressbuch-9x10.gif);
}

#authNavi li.call a:hover{
	background-image: url(../images/phone_active.gif);
}

#authNavi li.addressbook a:hover{
	background-image: url(../images/adressbuch_active.gif);
}
body#addressbook #authNavi li.addressbook a{
	background-image: url(../images/adressbuch_active.gif);
}

body#call #authNavi li.call a{
	background-image: url(../images/phone_active.gif);
}

#authNavi li.logout a{
	background-image: url(../images/logout-9x10.gif);
}
#authNavi li.logout a:hover{
	background-image: url(../images/logout_active.gif);
}

#authNavi li.profile a{
	background-image: url(../images/profil-9x10.gif);
}
#authNavi li.profile a:hover{
	background-image: url(../images/profil_active.gif);
}

body#profile #authNavi li.profile a{
	background-image: url(../images/profil_active.gif);
}
#authNavi li a{
	font-size: 10px;
}
#mainNavi li{
	display: inline;
	list-style: none;
}
li#location{
	font-size: 10px;
	}
#mainNavi li a{
	font-size: 10px;
	padding-left: 6pt;
	padding-top: 0pt;
	padding-right: 2pt;
	border-left: 1px solid #666666;
}
#mainNavi li.support{
	margin-right: 15px;
}

body#register #mainNavi li.register a:link, body#register #mainNavi li.register a:visited,
body#home #mainNavi li.home a:link, body#home #mainNavi li.home a:visited,
body#addressbook #authNavi li.addressbook a:link, body#addressbook #authNavi li.addressbook a:visited,
body#profile #authNavi li.profile a:link, body#profile #authNavi li.profile a:visited,
body#call #authNavi li.call a:link, body#call #authNavi li.call a:visited,
#mainNavi li a:hover
{
	color: #ff9900;
	border-color: #ff9900;
}

#mainNavi .home{
		text-transform: uppercase;
}

/* Flaggen */

#mainNavi .flag a{
	border-left: none;
	padding: 0 0 0 3px;
}
#mainNavi .flag img {
	width: 16px;
	height: 11px;
	border: none;
}
#authNavi .login a{
	font-weight: bold;
	font-size: 12px;
	color: #ff9900;
}


/* Header
----------------------------------------------------------------------------*/

#header{
	position: absolute;
	top: 70px;
	left: 35px;
	width: 834px;
	height: 186px;
	margin-left: 25px;
	background: url(../images/headerimage_3.jpg) no-repeat;
	display:block;
	overflow: hidden;
	z-index: 3;
}

#addon{
	width: 779px;
	height: 226px;
	margin-left: 15px;
	z-index: 100;
	display:block;
}

body#home #header{
	background: url(../images/headerimage_1.jpg) no-repeat;
	height: 258px;
}

#header p{
	position: absolute;
	top: 120px;
	left: 380px;
  	width: 260px;
  	color: #666666;
  	text-align: left;
	font-size: 11px;
	line-height: 150%;
	font-weight: 600;
}

body#home #header p{
	top: 140px;
	left: 380px;
}

.youcallLogo{
	position: relative;
	top: -150px;
	left: 360px;
}

body#home .youcallLogo{
	top: -200px;
}

.logo_small{
	margin-top: 10px;
	/*z-index: 20;*/
	width: 166px;
	height: 166px;
	margin-left: 620px;
}

.logo_big{
	margin-top: 10px;
	/*z-index: 20;*/
	width: 219px;
	height: 219px;
	margin-left: 620px;
}
body#home .logo{
	width: 218px;
	height: 218px;
}

#headerSecure{
	position: absolute;
	top: 70px;
	left: 35px;
	width: 839px;
	height: 259px;
	margin-left: 25px;
	display:block;
	overflow: hidden;
	z-index: 3;
	background: url(../images/headerimage_2.jpg) no-repeat;
}

#headerSecure p{
	position: absolute;
	top: 120px;
	left: 380px;
  width: 260px;
  color: #666666;
  text-align: left;
	font-size: 12px;
	line-height: 200%;
	font-weight: 600;
}

#headerSecure .youcallLogo{
	top: -200px;
}

.userName{
	text-transform: uppercase;
	color: #32639e;
	font-size: 14px;
	font-weight: bold;
}

.headerLink{
	background: url(../images/arrow-7x7.gif) left center no-repeat;
	padding: 10px;
}
/* Footer
---------------------------------------------------------------*/
#footer{
	position: absolute;
	bottom: 50px;
	background: url(../images/fusstrenner.gif) 0px 0px repeat-x;
	z-index: 6;
  width: 820px;
  margin-left:85px;
  padding-top: 10px;
	font-size: 10px;
	text-align: center;
}
/* main content */
#mainContent
{
	position: absolute;
	top: 300px;
	position: relative;
	width: 830px;
	margin-left: 70px;
	margin-right: 35px;
	z-index: 7;
}

#mainContentSecure{
	position: absolute;
	top: 350px;
	position: relative;
	width: 830px;
	margin-left: 70px;
	margin-right: 35px;
	z-index: 7;
}
body#register #mainContent{
	top: 285px;
}
body#home #mainContent{
	top: 350px;

}
div#indicator
{
  position: absolute;
  width: 100px;
  height: 40px;
  right: 180px;
  top: 290px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

.upper{
	text-transform: uppercase;
}
.highlite, #header .highlite{
	color: #ff9900;
}
.normal{
	color: #666;
}
h4{
	font-size: 13px;
}

.pageHeader{
	margin-bottom: 20px;
}

.slogan{
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
.slogan a:link, .slogan a:visited {
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
}

#leftPanel{
	width: 50%;
	float: left;
}

body#addressbook #leftPanel{
	width: 60%;
}

#rightPanel{
	width: 45%;
	float: right;
}

body#addressbook #rightPanel{
	width: 35%;
}

.error a:link, .error a:active, .error a:visited{
	color: #cc3333;
	font-weight: bold;
}
.error{
	color: #cc3333;
}

.label{
	width: 30%;
	float: left;
	color: #666666;
	font-weight: bold;
	font-size: 13px;

}
.value{
	width: 65%;
	float: right;
}

#showProfile{
	line-height: 200%;
	background-image: url(../images/vertical-seperation.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;

}

.list_table{
	width: 90%;
	border-collapse: collapse;
}

.list_table th{
	text-align: left;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #cccccc;
}

.list_table th, .list_table td{
	padding: 0.5em 1em;
}

#mainContent .arrow{
	position: absolute;
	top: 50px;
	left: 640px;
	border: 0px solid #ffffff;
	width: 100px;
	height: 120px;
	padding: 0;
	margin:0;
}

.button, .form-row .button{
	background: url(../images/callbutton_mid_1x25.gif) 0% 100% repeat-x;
	height: 25px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	text-align: center;
}

.error_div{
	width: 100%;
	margin-bottom: 10px;
	color: #cc3333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.notice{
	width: 100%;
	margin-bottom: 10px;
	color: #06b52c;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

body#home .notice, body#home .error_div{
	margin-bottom: 0px;
}

.alert{
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.link_center{
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#tariffs{
	position: absolute;
	top: 80px;
	left: 70px;
	width: 230px;
	height: 230px;
	background-color: #ffffff;
	z-index: 99;
	display: none;
	cursor: move;
	border: 3px solid #ff9900;
	font-size: 11px;
}

#tariffs .tariff_header{
	background: url(../images/verlauf.gif) 0% 0% repeat-x;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	height: 15px;
}

#tariffs .country_select{
	width: 190px;
	}
#price{
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
	color: #ff9900;
}

#tariffs .price{
	text-align: center;
}
#tariff_form .rb_label{
	display: inline;
	width: 4em;
	float: none;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 11px;
}


.number{
	font-size: 20px;
}
.call_arrow{
	position: relative;
	top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#banner{
	text-align: center;
	margin-top: 70px;
	widht: 100%;
	background: url(../images/fusstrenner.gif) 0 0 repeat-x;
	padding-top: 40px;
}
.call_hint{
	color: #cfcfcf;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.option_icon{
	width: 9px;
	height: 9px;
	border: none;
}


/** =YouCall to go
*/
body#togo #mainContentSecure{
	margin-left: 100px;
	margin-right: 140px;
}

body#togo p {
	margin-top: 10px;
	line-height: 150%;
}

#togo_list{
	line-height: 150%;
	margin-left: 40px;
}

#togo_list li{
	margin-top: 5px;
}
#tariffs img.closeImg{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	right: 0px;
	z-index: 100;
	cursor: default;
}

.ad div{
display: inline;
}