/* ---------------------- CLEARFIX (Hoehenausgleich nach gefloateten Elementen) ---------------------------*/
.clearFix:after, #pBody:after, .boxContent:after, .grid_2col:after {
	content				:	".";
	line-height			:	1px;
	display				:	block;
	height				:	0;
	clear				:	both;
	visibility			:	hidden;
}
/* Hides from IE-mac \*/
* html .clearFix, * html #pBody, * html .boxContent, * html .grid_2col, * html #pSubNav {
	height				:	1%;
}
/* End hide from IE-mac */

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

/* --- FONTs --- */
.AIP, .AIP table, .AIP input, .AIP select, .AIP textarea {
	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				:	#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;
}


/* --- WERBUNG --- */
#adWrapper {
	width				:	800px;
}
#adBanner, #adMedium {
	text-align			:	center;
}
#adBannerTmp {
	display				:	none;
	padding				:	4px;
}
#adMediumTmp {
	display				:	none;
	background-color	:	#e8eef0;
	padding				:	10px;
	margin-bottom		:	10px;
}
#sky {
	position			:	absolute;
	top					:	98px;
	left				:	810px;
}


/* ---------------------- SEITENAUFBAU / SKIN ---------------------------*/
#pWrapper {
	width				:	800px;
}

/* HEADER */
#pHeader {
   position				:	relative;
   z-index				:	99;
}
#pHeader #pHead {
	background			:	url(../../i/r/css/bg_header.gif) top repeat-x;
	height				:	80px;
}
#arcorLogo {
	position			:	absolute;
	top					:	13px;
	left				:	14px;
	font-size			:	1px;
	line-height			:	1px;
}
#pSearch {
	position			:	absolute;
	top					:	8px;
	/*right				:	235px;*/
	/*right				:	124px;*/
	right				:	240px;
}
#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;
	position			:	relative;
	top					:	-1px;
}
#pShaddow p {
    background			:	url(../../i/r/css/bg_shaddow.gif) 0px -8px no-repeat;
	width				:	10px;
	height				:	8px;
	overflow			:	hidden;
}

/* 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;
}

/* META-NAVIGATION */
#pMetaNav li {
	display				:	inline;
	border-left			:	1px solid #566171;
	margin-left			:	6px;
	padding-left		:	9px;
}
#pMetaNav li.first {
	border-left			:	none;
}
#pMetaNav li a:link, #pMetaNav li a:active, #pMetaNav li a:visited, #pMetaNav li a:hover {
	color				:	#000;
}

/* TOP-NAVIGATION */
#pTopNav {
	background			:	url(../../i/r/css/bg_tn.gif) repeat-x bottom;
	height				:	31px;
	width				:	100%;
}
#pTopNav ul {
	margin-left			:	67px;
}
#pTopNav li {
	line-height			:	24px;
	float				:	left;
	text-align			:	center;
}
#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;
}
* html #pTopNav li a {
	width				:	100%;
}
#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 */
#shopDropNav .navDropDown {
	left				:	328px;
	width				:	146px;
}
#pDropNav .navDropDown {
	left				:	613px;
	width				:	120px;
}
.navDropDown {
	position			:	absolute;
	z-index				:	4;
	top					:	79px;
	background-color	:	#ed1c24;
}
.navDropDown ul {
	border-bottom		:	1px solid #fff;
}
.navDropDown ul li {
	display				:	inline;
}
.navDropDown ul li a:link, .navDropDown ul li a:active, .navDropDown ul li a:visited, .navDropDown ul li a:hover {
	color				:	#fff;
	text-decoration		:	none;
}
.navDropDown ul li a {
	display				:	block;
	line-height			:	24px;
	border-top			:	1px solid #fff;
	text-align			:	center;
	*width				:	100%;
}
.navDropDown ul li a:hover {
	background-color	:	#CC0202;
}

/* --- AIP-Satellit --- */
#pSubNav {
	text-align			:	left;
	margin-top			:	6px;
	padding-left		:	2px;
}
/* --- AIP-Header --- */
#pHeader #pSubNav,
#pBody #pSubNav {
	background-color	:	#a2b8d7;
	text-align			:	center;
	height				:	18px;
	margin-top			:	6px;
	position			:	relative;
	z-index				:	3;
}
#pSubNav li {
	display				:	inline;
	background			:	url(../../i/r/css/bg_trenner_subnav.gif) 0 2px no-repeat;
	height				:	18px;
	padding-left		:	7px;
	margin-right		:	2px;
}
* html #pSubNav li {
	margin-right		:	6px;
}
#pSubNav li.first {
	background			:	none;
}
#pSubNav li a {
	color				:	#000000;
}
#pSubNav li.selected a {
	font-weight			:	bold;
	color				:	#ed1c24;
}
#pSubNav.hideSubNav {
	display				:	none;
}

/* CONTENT-NAVIGATION-RECHTS */
#pContentNav {
	float				:	right;
	width				:	320px;
	margin-bottom		:	10px;
}
#pContentNav 		 		{ background:url(../../i/r/css/bg_box_nav_leftright.gif) repeat-y #e8eef0;}
#pContentNav .boxTop 		{ background:url(../../i/r/css/bg_box_nav_right.gif) top right no-repeat;}
#pContentNav .boxTop p 		{ background:url(../../i/r/css/bg_box_nav_left.gif) top left no-repeat;}
#pContentNav .boxBottom 	{ background:url(../../i/r/css/bg_box_nav_right.gif) bottom right no-repeat;}
#pContentNav .boxBottom p 	{ background:url(../../i/r/css/bg_box_nav_left.gif) bottom left no-repeat;}
#pContentNav .boxTop p,
#pContentNav .boxBottom p {
    font-size			:	1px;
	line-height			:	1px;
	height				:	7px;
}
#pContentNav .boxContent {
	background			:	url(../../i/r/css/bg_box_nav_leftright.gif) right repeat-y;
	padding				:	0 3px 3px 10px;
}
#pContentNav h1 {
	margin				:	0 0 8px 0 !important;
	color				:	#435058;
}
#pContentNav h2,
#pContentNav h3 {
	margin				:	15px 0px 5px 0px !important;
	color				:	#435058;
}
#pContentNav ul li {
	display				:	inline;
	margin-right		:	12px;
}
#pContentNav li a {
	white-space			:	nowrap;
}
#pContentNav li.selected a {
	color				:	#ed1c24;
}
.teaserArea #pContentNav {
	float				:	none;
}

/* 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;
}
/* CONTENT-HACK START */
.pBreadcrumb {
	padding				:	8px 0 0 0;
}
.pBreadcrumb, .pBreadcrumb a {
	font-size			:	10px;
}
/* CONTENT-HACK STOP */

/* CONTENT-RASTER */
#pBody #pBody, 
.grid_1col, .grid_2col {
	padding				:	0 0 0 10px;
}
.grid_1col .contentArea {
	width				:	100%;
}
.grid_2col .contentArea {
	width				:	460px;
	float				:	left;
}
.grid_2col .teaserArea {
	width				:	320px;
	float				:	right;
}

/* 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;
}

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


/* --- GOOGLE UND TELEGATE SUCHBOX --- */
.googlesearch {
	width:260px;
	height: 23px;
	background: #FFF url(../../i/r/suche/google_search.gif) top left no-repeat;
}

.googlesearch_blank {
	width:260px;
	height: 23px;
	padding: 3px;
	color:#445058;
	background: #FFF;
}

.telesearch_name {
	width:128px;
	height: 23px;
	background: #FFF url(../../i/r/suche/wen.gif) top left no-repeat;
}
.telesearch_ort {
	width:128px;
	height: 23px;
	background: #FFF url(../../i/r/suche/wo.gif) top left no-repeat;
}

.telesearch_blank {
	width:128px;
	height: 23px;
	padding: 3px;
	color:#445058;
	background: #FFF;
}

.hidden {
	display: none;
}
