/* --- GENERAL --- */
body, p, form, input, select, textarea, button, ul, ol, dl {
	margin				:	0;
	padding				:	0;
}
body {
	background			:	#fff;
}
img {
	border				:	0;
}

/* --- FONTs --- */
#pHeader {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#000;
}

/* --- FORMULARE --- */
input, select {
	vertical-align		:	middle;
}
textarea {
	vertical-align		:	top;
}
.check {
	width				:	14px;
	height				:	14px;
}
.radio {
	width				:	12px;
	height				:	12px;
}

/* --- DEFAULT-TEXTLINKs --- */
a:LINK, a:VISITED, a:ACTIVE { 
	/*color				:	#0039d2;*/
	color				:	#0a50be;
	text-decoration		:	none;
}
a:HOVER {
	text-decoration		:	underline;
}

/* --- BUTTONs --- */
a.button:LINK, a.button:VISITED, a.button:ACTIVE, a.button:HOVER, input.button, input.button_h,
a.button_disabled:LINK, a.button_disabled:VISITED, a.button_disabled:ACTIVE, a.button_disabled:HOVER, .button_disabled {
	background-image	:	url(../../i/r/css/bg_buttons.gif);
	background-repeat	:	no-repeat;
	text-decoration		:	none;
	font-size			:	11px !important;
	font-weight			:	bold;
	color				:	#0a50be;
	cursor				:	pointer;
	text-align			:	left;
	height				:	18px;
	vertical-align		:	middle;
	line-height			:	18px;
	border				:	1px solid #a8b4c0;
	-moz-border-radius	:	2px;
}
* html a.button:LINK, * html a.button:VISITED, * html a.button:ACTIVE, * html a.button:HOVER, * html input.button, * html input.button_h, 
* html a.button_disabled:LINK, * html a.button_disabled:VISITED, * html a.button_disabled:ACTIVE, * html a.button_disabled:HOVER, * html .button_disabled {
	line-height			:	13px;
	margin-bottom		:	1px;
}
/* ----- default ----- */
.button:HOVER,
.button_h {
	background-position	:	0px -20px !important;
}
.button, .button_disabled {
	background-position	:	0px 0px;
	padding				:	1px 9px 2px 17px;
}
input.button, input.button_h {
	padding				:	0 6px 2px 14px !important;
}
* html input.button, * html input.button_h {
	/*background-position	:	0 -1px !important;*/
	padding				:	0 7px 0 17px !important;
	background-color	:	#e5ecf1;
	overflow			:	visible;
}
/* ----- rot ----- */
.red:HOVER,
.red_h {
	background-position	:	0px -160px !important;
}
.red {
	background-position	:	0px -140px;
	color				:	#fff !important;
}
/* ----- up ----- */
.top:HOVER,
.top_h {
	background-position	:	0px -100px !important;
}
.top {
	background-position	:	0px -80px;
}
/* ----- back ----- */
.back:HOVER,
.back_h {
	background-position	:	0px -60px !important;
}
.back {
	background-position	:	0px -40px;
}
/* ----- disabled ----- */
a.button_disabled:LINK, a.button_disabled:VISITED, a.button_disabled:ACTIVE, a.button_disabled:HOVER, .button_disabled {
	background-position	:	0px -120px;
	color				:	#919293;
	cursor				:	default;
}

/* ---------------------- SEITENAUFBAU / SKIN ---------------------------*/
.KSC {
	width				:	980px;
}

/* HEADER */
#pHeader {
   position				:	relative;
}
#pHeader #pHead {
	background			:	url(../../i/r/css/bg_header.gif) top repeat-x;
	height				:	80px;
}
#pHeader #pHead {
	margin-bottom		:	6px;
}
#arcorLogo {
	position			:	absolute;
	top					:	13px;
	left				:	14px;
	font-size			:	1px;
	line-height			:	1px;
}
#vodafoneLogo {
	position			:	absolute;
	top					:	11px;
	left				:	27px;
	font-size			:	1px;
	line-height			:	1px;
}
#pSearch {
	position			:	absolute;
	top					:	8px;
	right				:	235px;
}
#pMetaNav {
    position			:	absolute;
	top					:	10px;
	right				:	10px;
}
#pTopNav {
    position			:	absolute;
	top					:	55px;
	left				:	0;
}
#logInOut {
    position			:	absolute;
	top					:	61px;
	right				:	10px;
}
#pShaddow {
    background			:	url(../../i/r/css/bg_shaddow.gif) top right no-repeat;
	height				:	8px;
	overflow			:	hidden;
	z-index				:	2;
}
#pShaddow p {
    background			:	url(../../i/r/css/bg_shaddow.gif) 0px -8px no-repeat;
	width				:	10px;
	height				:	8px;
	overflow			:	hidden;
}
#pShaddow {
    position			:	absolute;
	top					:	79px;
	width				:	100%;
}

/* POPUP */
#pPopHeader {
    background			:	url(../../i/r/css/bg_head_popup.gif) top repeat-x;
	height				:	60px;
}
#pPopBody {
	margin				:	0 10px 10px 10px;
}
* html #pPopBody {
	width				:	100%;
}


/* ---------------------- LISTEN / NAVIs ---------------------------*/

/* DEFAULT */
li {
	list-style-type		:	none;
}

/* DEFAULT CONTENT LIST */
.pointList li {
	background			:	url(../../i/r/css/ic_point_list.gif) no-repeat 0 5px;
	padding-left		:	9px;
}

/* TOP-NAVIGATION */
#pTopNav {
	height				:	24px;
	overflow			:	hidden;
	width				:	100%;
}
#pTopNav ul {
	margin-left			:	142px;
}
#pTopNav li {
	line-height			:	24px;
	float				:	left;
}
#pTopNav li.first a {
	background			:	url(../../i/r/css/bg_tn_first.gif) no-repeat top left;
	border-left			:	none;
}
#pTopNav li.last a {
	background			:	url(../../i/r/css/bg_tn_last.gif) no-repeat top right;
}
#pTopNav li.blue-selected {
	background			:	url(../../i/r/css/bg_tn_blue_selected.gif) no-repeat bottom center;
}
#pTopNav li.red-selected {
	background			:	url(../../i/r/css/bg_tn_red_selected.gif) no-repeat bottom center;
}
#pTopNav li a {
	font-weight			:	bold;
	display				:	block;
	border-left			:	1px solid #ffffff;
	margin				:	0 0 7px 0;
	padding				:	0 12px 0 12px;
}
#pTopNav li.blue a {
	background-color	:	#002f7f;
}
#pTopNav li.red a {
	background-color	:	#ed1c24;
}
#pTopNav li.blue-selected a, #pTopNav li.blue a:hover {
	background-color	:	#001b43;
}
#pTopNav li.red-selected a, #pTopNav li.red a:hover {
	background-color	:	#CC0202;
}
#pTopNav li a:link, #pTopNav li a:active, #pTopNav li a:visited, #pTopNav li a:hover {
	color				:	#ffffff;
	text-decoration		:	none;
}
/* TOP-NAVIGATION-AUSKLAPPER */
#pDropNav {
	position			:	absolute;
	z-index				:	4;
	top					:	78px;
	left				:	556px;
	width				:	120px;
	height				:	46px;
	background-color	:	#ed1c24;
}
#pDropNav ul li {
	display				:	inline;
}
#pDropNav ul li a {
	color				:	#fff;
	display				:	block;
	padding				:	0 0 0 12px;
	line-height			:	24px;
}
#pDropNav ul li a:hover {
	background-color	:	#CC0202;
	text-decoration		:	none;
}

/* KSC-CONTENT-NAVIGATION-LINKS */
#navigation ul#pksc {
	margin				:	0;
	padding-bottom		:	150px;
	background			:	url(../../i/hilfe/dienste/bg_nav.gif) bottom repeat-x;
}
#navigation #pksc li {
	border-bottom		:	1px solid #fff;
	padding				:	4px 2px 5px 20px;
}
#navigation #pksc li.header {
	display				:	none;
}
#navigation #pksc li.level0#selected {
	background			:	url(../../i/hilfe/dienste/p_zu.gif) no-repeat 9px 8px;
}
#navigation #pksc li.level0#active, #navigation #pksc li.hasChild#selected {
	background			:	url(../../i/hilfe/dienste/p_auf.gif) no-repeat 5px 10px;
}
#navigation #pksc li.level1 {
	background			:	url(../../i/hilfe/dienste/q.gif) no-repeat 20px 10px #E6ECF1;
	padding-left		:	31px;
}
#navigation #pksc li.level2 {
	background			:	url(../../i/hilfe/dienste/nav_haken.gif) no-repeat 32px 7px #E6ECF1;
	padding-left		:	56px;
}
#navigation #pksc li.level0, #navigation #pksc li.level0#active {
	background-color	:	#CDD8E2;
}
#navigation #pksc li#selected {
	background-color	:	#fff;
}
#navigation #pksc li a, #navigation #pksc li {
	color				:	#000;
}

/* BREADCRUMB */
#pBreadcrumb {
	padding				:	8px 0 9px 10px;
	font-size			:	10px;
}
#pBreadcrumb li {
	display				:	inline;
	color				:	#ed1c24;
}
#pBreadcrumb li a {
	background			:	url(../../i/r/css/ic_breadcrumb.gif) no-repeat right;
	padding-right		:	15px;
	margin-right		:	5px;
}

/* FOOTER */
#pFooter {
	height				:	55px;
	clear				:	both;
	text-align			:	center;
}
#pFooter ul {
	padding-top			:	27px;
}
#pFooter li {
	display				:	inline;
	border-left			:	1px solid #333333;
	margin-left			:	6px;
	padding-left		:	9px;
}
#pFooter li.first {
	border-left			:	none;
}
#pFooter li a {
	color				:	#000000;
}
.KSC #pFooter {
	font-size			:	11px;
}

/* SICHBARKEIT */
.show {
	display				:	block;
}
.hide {
	display				:	none;
}


/* ---------------------- BOX-REITERNAVIGATION ---------------------------*/

/* ----- allgemein ----- */
.boxNav {
	background			:	url(../../i/r/css/bg_tab_bg.gif) no-repeat top right;
	height				:	37px;
	margin-top			:	-10px;
	overflow			:	hidden;
}
.boxNav a:link, .boxNav a:visited, .boxNav a:active, .boxNav a:hover {
	font-size			:	10px;
	text-transform		:	uppercase;
	text-decoration		:	none;
	color				:	#000;
}
.boxNav a:hover {
	color				:	#ed1c24;
}
.boxNav li {
	background			:	url(../../i/r/css/bg_tab.gif) no-repeat 10px -111px;
	float				:	left;
	margin				:	0px 0px 0px -11px !important;
}
.boxNav li a {
	background			:	url(../../i/r/css/bg_tab.gif) no-repeat bottom right;
	display				:	block;
	line-height			:	27px;
	padding				:	0px 16px 0px 6px;
	margin-left			:	20px;
}

/* ----- erstes + letztes besonders ----- */
.boxNav li.first {
	background			:	url(../../i/r/css/bg_tab.gif) no-repeat 0px -111px;
	margin-left			:	0px !important;
	padding-left		:	10px;
}
.boxNav li.first a {
	margin-left			:	0px;
}

/* ----- active: allgemein ----- */
.boxNav li.on   {
	background			:	url(../../i/r/css/bg_tab.gif) no-repeat 10px -61px;
}
.boxNav li.on a {
	background			:	url(../../i/r/css/bg_tab.gif) no-repeat top right;
}
.boxNav li.on a:hover {
	cursor				:	default;
	color				:	#000;
}

/* ----- active: erstes + letztes besonders ----- */
.boxNav li.on-first {
	background			:	url(../../i/r/css/bg_tab.gif) no-repeat 0px -61px;
}

/* ----- disabled ----- */
.boxNav li.disabled a, .boxNav li.disabled a:hover {
	color				:	#b2b2b2 !important;
	cursor				:	default;
	text-decoration		:	none;
}