/* screen.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for pappas

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #eeeff0 url(/static/img/body_pappas_bg.gif) left top repeat-x;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}



/* Seitencontainer 
--------------------------------------------------------------------- */

#backcontainer {
	width: 100%;
	height: 54px;
	position: relative;
	background: url(/static/img/header_bg.jpg) center top no-repeat;
}


#container {
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 20;
}

#container #site {
	width:1000px;
	overflow: hidden;
	overflow: visible;
	margin: 0 auto;
	position:relative !important;
}


/* Hauptnavigation (Tabs)
--------------------------------------------------------------------- */

#site #metanav {
	width:800px;
	height:54px;
	overflow: visible;
	margin: 0;
	padding: 0;
	position: absolute !important;
	top: 0 !important;
	left: 200px !important;
	z-index: 500 !important;
}

#site #metanav .search {
	width:780px;
	height:20px;
	overflow: hidden;
	padding: 5px 20px 0 0;
	
}

#site #metanav .search form {
	background: url(/static/img/search_bg.gif) left top no-repeat;
	width:139px;
	height:20px;
	overflow: hidden;
	padding: 0;
	float: right;
}


#site #metanav .search form input {
	width:103px;
	height:14px;
	overflow: hidden;
	padding: 3px 5px 3px 10px;
	float: left;
	margin-right: 1px;
	color: #8c9196;
	border: none;
	background: none;
}

#site #metanav .search form input.submit {
	width:20px;
	height:20px;
	overflow: hidden;
	padding: 0;
	float: left;
	margin:0;
	border: none;
}

/* Navigation*/

#meta {
	list-style: none;
	padding-left: 19px;
	padding-top: 1px;
}

#meta li {
	float: left;
	display: block;
	position: relative;
	
}


/* Ebene 2 (Aufklappen darunter)*/
#meta li.sfhover ul {
	left:0;
}

#meta li#last.sfhover ul {
	left:-49px;
}

#meta li ul {
	position: absolute;
	top: 28px;
	left: -999em;
	overflow: visible;
	width: 180px;
	padding: 0;
	border-top: 8px solid #fff;
}

#meta li ul li {
	overflow: visible;
	width: 180px;
	position: relative;
	padding:0;
	margin: 0;
}

#meta li ul li.listend {
	overflow: hidden;
	width: 180px;
	height: 2px;
	position: relative;
	padding:0;
	margin: 0;
	background: url(/static/img/nav_bottomshadow.png) left top repeat;
	/*behavior: url(/static/js/iepngfix.htc);*/
}

#meta li ul li span {
	background: url(/static/img/navbg.png) left top repeat;
	display:block;
	width:180px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}

#meta li ul li span.first {
	background: url(/static/img/navbg_top.png) left top repeat;
	display:block;
	width:180px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}

#meta li.sfhover ul li a {
	overflow: hidden;
	width: 130px;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


#meta li.sfhover ul li a.more {
	background: url(/static/img/arrow_nav.gif) 160px 7px no-repeat;
	overflow: hidden;
	width: 130px;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
}

#meta li.sfhover ul li.sfhover a {
	background: #2882b9;
	cursor: pointer;
}

#meta li.sfhover ul li.sfhover a.more {
	background: #2882b9 url(/static/img/arrow_nav.gif) 160px 7px no-repeat;
}

/* Ebene 3 (Aufklappen rechts) */

#meta li.sfhover ul li.sfhover ul {
	left:180px !important;
}

#meta li#last.sfhover ul li.sfhover ul {
	left:-180px !important;
}

#meta li ul li ul {
	overflow: hidden;
	width: 180px;
	position: absolute;
	top: 0;
	left: -999em !important;
	padding: 0;
	border-top: none;
}

#meta li ul li ul li {
	overflow: visible;
	width: 180px;
	position: relative;
	padding:0;
	margin: 0;
}

#meta li ul li ul li.listend {
	overflow: hidden;
	width: 180px;
	height: 2px;
	position: relative;
	padding:0;
	margin: 0;
	background: url(/static/img/nav_bottomshadow.png) left top repeat;
	/*behavior: url(/static/js/iepngfix.htc);*/
}

#meta li ul li ul li span {
	background: url(/static/img/navbg_shadow.png) left top repeat;
	display:block;
	width:180px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}

#meta li#last ul li ul li span {
	background: url(/static/img/navbg_last.png) right top repeat;
	display:block;
	width:180px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}



#meta li.sfhover ul li.sfhover ul li a {
	overflow: hidden;
	width: 130px;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	background: none;
}

#meta li.sfhover ul li.sfhover ul li.sfhover a {
	background: #2882b9;
	
	overflow: hidden;
	width: 130px;
	position: relative;
	padding: 3px 30px 3px 18px;
	margin: 0 0 0 2px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#meta li#last.sfhover ul li.sfhover ul li.sfhover a {
	background: #2882b9;
	
	overflow: hidden;
	width: 130px;
	position: relative;
	padding: 3px 28px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
}




/* Sidebar Navigation
--------------------------------------------------------------------- */

#site .navigation {
	width:200px;
	overflow: visible;
	margin: 0;
	padding: 0;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 1000 !important;
}

#site .navigation img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#site .navigation .brand {
	width:200px;
	height: 63px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

#site .navigation .brand img {
	/*behavior: url(/static/js/iepngfix.htc);*/
	padding: 0;
	border: 0;
	margin: 0;
}

#sidenav {
	overflow: visible;
	width: 200px;
	padding: 0;
	float: left;
}

#sidenav ul {
	list-style: none;
	overflow: visible;
	width: 200px;
	padding: 0;
	float: left;
}

#sidenav li {
	overflow: visible;
	width: 200px;
	position: relative;
	padding:0 !important;
	margin: 0 !important;
	
	float: left;
}

#sidenav li.listend {
	overflow: hidden;
	width: 200px;
	height: 2px;
	position: relative;
	padding:0;
	margin: 0;
	float: left;
	background: url(/static/img/nav_bottomshadow.png) left top repeat;
	/*behavior: url(/static/js/iepngfix.htc);*/
	
}

#sidenav li span {
	background: url(/static/img/navbg.png) left top repeat;
	display:block;
	width:200px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}

#sidenav li a {
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


#sidenav li a.more {
	background: url(/static/img/arrow_nav.gif) 180px 7px no-repeat;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
}

#sidenav li.sfhover a {
	background: #2882b9;
	cursor: pointer;
}

#sidenav li.sfhover a.more {
	background: #2882b9 url(/static/img/arrow_nav.gif) 180px 7px no-repeat;
}



#sidenav li.sfhover ul {
	left:200px !important;
}

#sidenav li ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: -999em !important;
	overflow: visible;
	width: 200px;
	padding: 0;
	z-index: 400;
}

#sidenav li.sfhover.modelle ul {
	top: -63px;
}

#sidenav li.sfhover.mercedes ul {
	top: -63px;
}

#sidenav li ul li {
	overflow: visible;
	width: 200px;
	position: relative;
	padding:0;
	margin: 0;
}

#sidenav li ul li.listend {
	overflow: hidden;
	width: 200px;
	height: 2px;
	position: relative;
	padding:0;
	margin: 0;
	background: url(/static/img/nav_bottomshadow.png) left top repeat;
	/*behavior: url(/static/js/iepngfix.htc);*/
}

#sidenav li.active ul li.listend {
display:none;
}

#sidenav li ul li span {
	background: url(/static/img/navbg_shadow.png) left top repeat;
	display:block;
	width:200px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}

#sidenav li ul li span.first {
	background: url(/static/img/navbg_top_shadow.png) left top repeat;
	display:block;
	width:200px;
	/*behavior: url(/static/js/iepngfix.htc);*/
	margin: 0;
	padding: 1px 0 0 0;
	
}

#sidenav li.sfhover ul li a {
	overflow: hidden;
	width: 150px !important;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background: none;
}


#sidenav li.sfhover ul li a.more {
	background: url(/static/img/arrow_nav.gif) 180px 7px no-repeat;
	overflow: hidden;
	width: 150px !important;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
}

#sidenav li.sfhover ul li.sfhover a {
	background: #2882b9 !important;
	cursor: pointer;
	padding: 3px 30px 3px 18px !important;
	margin: 0 0 0 2px !important;
}

#sidenav li.sfhover ul li.sfhover a.more {
	background: #2882b9 url(/static/img/arrow_nav.gif) 178px 7px no-repeat !important;
	padding: 3px 30px 3px 18px;
	margin: 0 0 0 2px;
}


/* Fahrzeug Detail*/

#sidenav li.sfhover ul li.sfhover ul {
	left:200px !important;
	display: block;
}

#sidenav li ul li ul {
	list-style: none;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 200px;
	padding: 0;
	display: none;
	
	border-top: 1px solid #bfbfbf;
}

#sidenav li ul li ul li {
	overflow: visible;
	width: 160px;
	position: relative;
	padding: 0 20px !important;
	margin: 0;
	background: #fff url(/static/img/sidenav_car_bg.gif) left top repeat-y;
}


#sidenav li ul li ul li.listend {
	overflow: hidden;
	width: 200px;
	height: 2px;
	position: relative;
	padding:0;
	margin: 0;
	background: url(/static/img/nav_bottomshadow.png) left top repeat;
	/*behavior: url(/static/js/iepngfix.htc);*/
}

#sidenav li ul li ul li.typeimage {
	overflow: hidden;
	width: 200px;
	height: 145px;
	position: relative;
	padding:0 10px !important;
	margin: 0;
	background: #fff url(/static/img/sidenav_car_bg.gif) left top repeat-y;
}

#sidenav li ul li ul li span {
	background: none;
	display:block;
	width: 160px;
	margin: 0;
	padding: 1px 0 0 0;
	border-bottom: 1px solid #bfbfbf;
	
}

#sidenav li.sfhover ul li.sfhover ul li a {
	overflow: hidden;
	width: 160px !important;
	position: relative;
	padding: 3px 0 !important;
	margin: 0 !important;
	color: #003c64;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background: none !important;
}


#sidenav li.sfhover ul li.sfhover ul li.sfhover a {
	background: #fff !important;
	cursor: pointer;
	padding: 3px 0 !important;
	margin: 0 !important;
}



/* Aktiver Punkt*/
#sidenav li.active {
	overflow: visible;
	width: 200px;
	position: relative;
	padding:0 !important;
	margin: 0 !important;
	float: left;
	border-top: 1px solid #5e8aa3;
	background: #0a5078; 
}

#sidenav li.active span {
	background: none !important;
}

#sidenav li.active a {
	background: url(/static/img/arrow_nav_active.gif) 176px 8px no-repeat;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 3px 30px 2px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}


#sidenav li.active.noinclude a {
	background: none;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 3px 30px 3px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}


/* Aktiv Subeinträge*/
#sidenav li.active ul {
	width: 180px;
	float: left;
	overflow: hidden;
	padding: 5px 0 5px 20px;
	position: relative;
	left: 0 !important;
}

#sidenav li.active.sfhover ul {
	left: 0;
}

#sidenav li.active ul li {
	overflow: hidden;
	width: 180px;
	position: relative;
	padding:0;
	margin: 0;
	border-top: none;
	background: none;
}

#sidenav li.active ul li a {
	background: url(/static/img/arrow_white.gif) left 4px no-repeat;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 0 5px 0 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}

#sidenav li.active ul li.sfhover a {
	background: url(/static/img/arrow_sub_nav.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0 !important;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}


#sidenav li.active ul li.active a, #sidenav li.active.sfhover ul li.active.sfhover a {
	background: url(/static/img/arrow_sub_nav.gif) left 4px no-repeat;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding: 0 5px 0 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}


/*SubSubpunkte Aktiv */

#sidenav li.active ul li.active ul {
	width: 155px;
	float: left;
	overflow: hidden;
	padding: 5px 0 5px 10px;
	position: relative;
	left: 0 !important;
	
	display:block;
	border-top: none;
}

#sidenav li.active.sfhover ul li.active.sfhover ul {
	left: 0;
}

#sidenav li.active ul li.active ul li {
	overflow: hidden;
	width: 145px !important;
	position: relative;
	padding:0 !important;
	margin: 0;
	border-top: none;
	background: none;
}

#sidenav li.active ul li.active ul li span {
	background: none;
	display:block;
	width: 145px;
	margin: 0;
	padding: 0;
	border-bottom: none;
}


#sidenav li.active ul li.active ul li a {
	background: url(/static/img/arrow_white.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 145px !important;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}

#sidenav li.active ul li.active ul li.sfhover a {
	background: url(/static/img/arrow_sub_nav.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 145px !important;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0 !important;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}

#sidenav li.active ul li.active ul li.active a, #sidenav li.active ul li.active ul li.active.sfhover a {
	background: url(/static/img/arrow_sub_nav.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 145px !important;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0 !important;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}


/*SubSubSubpunkte Aktiv (4) */

#sidenav li.active ul li.active ul li.active ul {
	width: 145px;
	float: left;
	overflow: hidden;
	padding: 5px 0 5px 10px;
	position: relative;
	left: 0 !important;
	
	display: block;
	border-top: none;
}

#sidenav li.active.sfhover ul li.active.sfhover ul li.active.sfhover ul {
	left: 0;
}

#sidenav li.active ul li.active ul li.active ul li {
	overflow: hidden;
	width: 135px !important;
	position: relative;
	padding:0 !important;
	margin: 0;
	border-top: none;
	background: none;
}

#sidenav li.active ul li.active ul li.active ul li span {
	background: none;
	display:block;
	width: 145px;
	margin: 0;
	padding: 0;
	border-bottom: none;
}


#sidenav li.active ul li.active ul li.active ul li a {
	background: url(/static/img/arrow_white.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 135px !important;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}

#sidenav li.active ul li.active ul li.active.sfhover ul li a {
	background: url(/static/img/arrow_white.gif) left 4px no-repeat !important;
}

#sidenav li.active ul li.active ul li.active ul li.sfhover a {
	background: url(/static/img/arrow_sub_nav.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 135px !important;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0 !important;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}

#sidenav li.active ul li.active ul li.active ul li.active a, #sidenav li.active ul li.active ul li.active ul li.active.sfhover a {
	background: url(/static/img/arrow_sub_nav.gif) left 4px no-repeat !important;
	overflow: hidden;
	width: 145px !important;
	position: relative;
	padding: 0 5px 0 10px !important;
	margin: 0 !important;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: normal;
}






/* Footer 
--------------------------------------------------------------------- */

#site .footer {
width:1000px;
height: 100px;
overflow: hidden;
margin: 0;
}

#site .footer .top {
background: url(/static/img/dot_footer.gif) left bottom repeat-x;
width:1000px;
height: 50px;
overflow: hidden;
margin: 8px 0 0 0;
padding: 0 0 0 0;
float: left;
}

#site .footer .top .selectbox {
width:180px;
height: 41px;
overflow: hidden;
margin: 0;
padding: 9px 0 0 20px;
float: left;
position: relative;
}

#site .footer .top .selectbox .actualselect {
width:130px;
height: 16px;
overflow: hidden;
background: #fff;
border: 1px solid #b9bbbd;
border-right: none;
color: #333;
margin: 0;
padding: 2px 0 0 9px;
float: left;
}

#site .footer .top .selectbox .selectbutton {
background: url(/static/img/selectbutton.gif) left  top no-repeat;
width:20px;
height: 20px;
overflow: hidden;
margin: 0;
padding: 0;
float: left;
cursor: pointer;
}

#site #footerselect {
background: #fff;
width: 158px;
overflow: hidden;
border: 1px solid #b9bbbd;
border-bottom: none;
position: absolute;
left: 20px;
bottom: 82px;
z-index: 2000;
clear: both;
}

#site #footerselect a {
display: block;
width: 140px;
overflow: hidden;
margin: 0;
padding: 2px 9px;
text-decoration: none;
color: #333;
border-bottom: 1px solid #b9bbbd;
}

#site #footerselect.hu {
background: #fff;
width: 158px;
overflow: hidden;
border: 1px solid #b9bbbd;
border-bottom: none;
position: absolute;
left: 20px;
bottom: 36px;
z-index: 2000;
clear: both;
}

#site #footerselect.hu a {
display: block;
width: 140px;
overflow: hidden;
margin: 0;
padding: 2px 9px;
text-decoration: none;
color: #333;
border-bottom: 1px solid #b9bbbd;
}


#site .footer .bottom .selectbox {
width:180px;
height: 21px;
overflow: hidden;
margin: -3px 0 0 0;
padding: 0 0 0 0px;
float: left;
position: relative;
}

#site .footer .bottom .selectbox .actualselect {
width:130px;
height: 16px;
overflow: hidden;
background: #fff;
border: 1px solid #b9bbbd;
border-right: none;
color: #333;
margin: 0;
padding: 2px 0 0 9px;
float: left;
}

#site .footer .bottom .selectbox .selectbutton {
background: url(/static/img/selectbutton.gif) left  top no-repeat;
width:20px;
height: 20px;
overflow: hidden;
margin: 0;
padding: 0;
float: left;
cursor: pointer;
}

#site .footer .brands {
	text-align: right;
	margin: 0 20px 0 0;
}
#site .footer .brands.hu {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#site .footer .brands a {
	margin: 0 0 0 0;
}

#site .footer .brands img.space {
	margin: 0 10px 0 10px;
}

#site .footer .brands.at img.space {
	margin: 0 18px 0 18px;
}
#site .footer .brands.de img.space {
	margin: 0 18px 0 18px;
}
#site .footer .brands.hu img.space {
	margin: 0 8px 0 8px;
}

#site .footer .brands a img.active {
filter:alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
}

#site .footer .brands a img {
filter:alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
}
#site .footer .brands a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1;
}
#site .footer .brands a.active img {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1;
}

#site .footer .top img {
}

#site .footer .left {
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 8px 0 8px 20px;
	float: left;
	color: #8c8e90;
}

#site .footer .right {
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 8px 20px 8px 0;
	float: right;
}

#site .footer .right a {
	background: url(/static/img/footer_link_line.gif) left 2px no-repeat;
	overflow: hidden;
	margin: 0 0 0 8px;
	padding: 0 0 0 9px;
	float: left;
	text-decoration: none;
	color: #8c8e90;
}

#site .footer .right a.first {
	background: none;
	margin: 0;
}





#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}


#lightbox img { 
	width: auto; 
	height: auto;
}

#lightbox a img { 
	border: none; 
}

#lb_outerImageContainer { 
	position: relative !important; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#lb_outerImageContainer #lightbox_close {	
	position: absolute !important;	
	right: 20px;
	top: 20px; 
	width: 19px;
	height: 19px; 
	z-index: 100;
	cursor: pointer;
}

#imageContainer{ 
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

#lightbox_caption { 
	height: 30px;
	overflow: visible;
	padding: 0 20px;
	background: #fff;
}

#lightbox_caption #lightbox_captiontext { 
	overflow: hidden;
	padding: 14px 10px 0 0;
	float: left;
	color: #5a646e;
	font-size: 11px;
	line-height: 14px;
	width:300px;
}


#lightbox_caption #lightbox_imagenav { 
	height: 30px;
	overflow: hidden;
	float: right;
	padding:0;
	position: relative;
}

#lightbox_caption #lightbox_imagenav #lb_pages { 
	height: 20px;
	overflow: hidden;
	float: left;
	padding: 0 6px 0 10px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 10;
}

#lightbox_caption #lightbox_imagenav #lb_pages a {
	width: 18px;
	height: 14px;
	line-height: 14px !important;
	border: 1px solid #b9bbbd;
	overflow: hidden !important;
	float: left;
	margin: 0 4px 0 0 !important;
	padding: 2px 0 !important;
	text-align: center;
	text-decoration: none;
	color: #333;
}

#lightbox_caption #lightbox_imagenav #lb_pages a:hover {
	text-decoration: none;
	border: 1px solid #1e6491;
} 

#lightbox_caption #lightbox_imagenav #lb_pages a.active {
	background: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	color: #1e6491;
}


#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#lb_prevLink, #lb_nextLink{ 
	width: 20px; 
	height: 20px; 
	overflow: hidden;
	position: absolute;

	/* Trick IE into showing hover */ 
	/*display: block; */
}

#lb_prevLink { 
	background: url(/static/img/lightbox/prev.gif) left top no-repeat;
	left: 0;
	top: 10px;
	z-index: 5;
}

#lb_nextLink { 
	background: url(/static/img/lightbox/next.gif) left top no-repeat;
	right: 0;
	top: 10px;
	z-index: 20;
}

#lb_prevLink:hover, #lb_prevLink:visited:hover { 
	background: url(/static/img/lightbox/prev_hover.gif) left top no-repeat;
}
#lb_nextLink:hover, #lb_nextLink:visited:hover { 
	background: url(/static/img/lightbox/next_hover.gif) left top no-repeat;
}


#lightbox_overlay{ 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}



/* agenturnet.css
------------------------------------------------------------------------
CSS Styles der alten Seite fuer importierte News

Author: elements.at 
--------------------------------------------------------------------- */



/* Spezielle Klassen fuer alte Importierte NEWS*/

#site .content .textarea .contentblock #legacyStandardArticle {
	width: 560px;
	overflow: hidden;
	padding: 0;
}

#site .content .textarea .contentblock #legacyStandardArticle img {
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}

#site .content .textarea .contentblock #legacyStandardArticle p {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#site .content .textarea .contentblock #legacyStandardArticle table.Standard {
	border-collapse: collapse;
	padding: 0;
	margin: 1px 0 0 1px;
	border: 1px solid #d2d4d6;
}

#site .content .textarea .contentblock #legacyStandardArticle table th {
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	background: #f6f7f8;
	border: 1px solid #d2d4d6;
}

#site .content .textarea .contentblock #legacyStandardArticle table td {
	border-collapse: collapse;
	padding: 2px 5px;
	margin: 0;
	border: 1px solid #d2d4d6;
}



