/*
############################## www.roth-online.at ################################### 

by Willi Erhart   
*/

/* ###################### Allgemeine Formatierungen ###################### */
html, body { 
	margin: 0px; 
	padding: 0px;  
    height: 100%; 
    background-image: url(../images/roth_bg.gif);  
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, textarea, select, td, div {
	font-family: arial, helvetica, verdana, sans-serif, geneva; 
	font-size: 12px; 
	text-align: left;
	color: #585656;
	/*    Scrollbarformatierung falls benötigt
	      scrollbar-base-color:			#ffffff;
		  scrollbar-3dlight-color:		#ffffff;
		  scrollbar-arrow-color:		#ffffff; 
		  scrollbar-darkshadow-color:	#ffffff;
		  scrollbar-face-color:			#ffffff;
		  scrollbar-highlight-color:	#ffffff;
		  scrollbar-shadow-color:		#ffffff; 
		  scrollbar-track-color:		#ffffff; 
	*/
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

div.clear {
	width: 100%;
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 1px;
}

img {
	border: 0;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ###################### Layoutformatierungen ###################### */

/* Zentrieren der Bühne */

table, td {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

#table-zent {
	width: 100%;
	height: 100%;
	border: 0px;
}

#td-zent {
	vertical-align: top;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container-center {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	width: 980px;
	background: #ffffff url(../images/body_bg.gif) repeat-y;
}

/* Navigation */

#navi {
	display: none;
	position: absolute;
	top: 359px;
	left: -1px;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	width: 960px;
}

#navi #nsta {
	background-image: url(../images/navi/back.gif);
	background-repeat: repeat-x;
	float: left;
	line-height: 32px;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 938px;
}

#navi ul li {
	display: inline;
	padding: 0;
}

#navi ul li a {
	color: #fff; /* need because it will use default link color */
	float: left;
	padding: 0 3px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration: none;
	font-weight: bold;
}

#navi ul li a span {
	display: block;
	float: none;
	padding: 0 10px 0 7px;
}

#navi a span img {
	border: none;
	margin: 8px 4px 0 0;
}

/* show picture when mouse over link */
#navi ul li a:hover,
#navi ul li:hover,
#navi li.sfhover,
#active{
	background: url(../images/navi/left.png) no-repeat left center;
}

#navi ul li a:hover span,
#navi ul li:hover span,
#navi li.sfhover span,
#active span {
	background: url(../images/navi/right.png) no-repeat right center;
}

#navi ul li a.right {
	position: absolute;
	top: 0px;
	right: 12px;
}

#navi a {
	display: block;	
}

#navi li {
	float: left;
	padding: 0;
}

#navi ul li ul li {
	float: left;
	padding: 0;
}

#navi li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	background-color: #9F9F9F;
}

#navi ul li ul li a {
	padding: 3px 5px 3px 5px;
	height: 15px;
	line-height: 15px;
	width: 157px;
}

#navi ul li ul li {
	margin: 0px;
	padding: 0px;
}

#navi ul li ul {
	padding: 3px;
	clear: both;
	margin-left: 1px;
}

#navi ul li ul li a:hover {
	background: none;	
}

#navi ul li ul li:hover,
#navi .active a {
	background: #C6C6C6;
}

#navi li:hover ul ul, 
#navi li.sfhover ul ul,
#navi li li li.sfhover ul,
#navi li li li:hover ul {
	left: -999em;
}

#navi li:hover ul, 
#navi li li:hover ul,  
#navi li.sfhover ul, 
#navi li li.sfhover ul,
#navi li.sfhover ul ul ul,
#navi li:hover ul ul ul {
	top: 31px;
	left: auto;
	z-index: 10000;
}
 
#navi li ul li.sfhover {
	background: #C6C6C6;
}

.umenust {
	background-image: none;
}

.umenust img {
	display: none;
}

.umenust span {
	background-image: none ! important;
}

.umenust #active {
	background-image: none ! important;
	background-color: #C6C6C6;
}

.umenust ul {
	background-image: none ! important;
}


/* Design */

#shadow-top  {
	display: none;
	background-image: url(../images/body_top.gif);	
	width: 980px;
	height: 13px;
}

#shadow-bottom {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/body_bottom.gif);	
	width: 980px;
	height: 13px;
}

#closebar {
	background-color: #363D42;	
	padding: 3px;
	text-align: right;
}

#layer-popup {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 300px;
	z-index: 11001;
}

#layer-popup-video {
	position: absolute;
	left: 50%;
	margin-left: -160px; /* negative Hälfte von width:700px */
	top: 0; 
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 320px;
	z-index: 11002;
	top: 100px; 
}


#layer-popup-abverkauf {
	position: absolute;
	left: 50%;
	margin-left: -400px; /* negative Hälfte von width:700px */
	top: 0; 
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 800px;
	z-index: 11003;
	top: 100px; 
}

#layer-popup-zentriert {
	position: absolute;
	left: 50%;
	margin-left: -150px; /* negative Hälfte von width:700px */
	top: 0; 
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 300px;
	z-index: 11004;
	top: 300px; 
}

#layer-popup-standort {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 640px;
	z-index: 11005;
	background-color: #fff;
}

#layer-popup-wegbeschreibung {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 640px;
	z-index: 11006;
}

#layer-popup-aussicht {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 10000;
	border: 1px solid #363D42;
	padding: 2px;
	width: 640px;
	z-index: 11007;
}

#header {
	display: none;
	padding-left: 11px;	
	z-index: 1000;
}

#toolbar {
	display: none;
	position: absolute;
	right: 30px;
	top: 410px;
	z-index: 200;	
}

#content {
	padding: 52px 30px 30px 30px;
	clear: both;	
}	

#content-start {
	padding: 28px 11px 12px 11px;
	clear: both;	
}

#jumpup {
	display: none;
	margin-top: 10px;	
}

#roth-logo-right {
	position: absolute;
	right: 27px;
	bottom: 30px;	
}

#videoplayer {

	float: right;
	margin: 0 0 15px 15px;	
}

#leistungen-menu {

	float: right;
	margin: 0 0 15px 15px;	
}

#leistungen-menu-box {
	border: 1px solid #DCDCDC; 
	background-color: #F9F8F8;
	padding: 10px;
	width: 180px;
}

#leistungen-menu ul {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 25px;
	list-style-image: url(../images/pf1.gif);
}

#leistungen-menu li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/pf1.gif);
}


#videoplayerStandorte {

	width: 410px;	
}

#flvplayer-help {
	font-size: 11px;
	text-align: center;	
}

.img-shadow {
  	clear: both;
  	float: left;
  	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  	background: url(../images/shadow.gif) no-repeat bottom right;
  	margin: 5px 0 0 16px ! important;
  	margin: 5px 0 0 8px;
}

.img-shadow img {
  	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}

#gallery {
	margin-left: -10px;
}

#references-teaser {
	color: #fff;
	padding: 4px;
	text-align: left;	
	background-color: #C52620;
	line-height: 13px;
	margin-left: 5px;
	width: 150px;
	float: right;

}

#references-teaser img {
	margin-right: 5px;	
}

#references {
	width: 930px;
	margin-left: -3px;
}

.pf187 {
	font-size: 15px;	
}

.p-shadow {
  	float: left;
  	background: url(../images/shadowAlpha.png) no-repeat bottom right ! important;
  	background: url(../images/shadow.gif) no-repeat bottom right;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
}

.p-shadow div {
  	background: none ! important;
  	background: url(../images/shadow2.gif) no-repeat left top;
  	padding: 0 !important;
  	padding: 0 6px 6px 0;
}

.p-shadow img {
	margin-right: 7px;	
}

.p-shadow .table-shadow {
	width: 451px;
 	background-color: #fff;
  	border: 1px solid #a9a9a9;
 	padding: 4px;
 	margin: -6px 6px 6px -6px ! important;
 	margin: 0;
}

.p-shadow .table-shadow2 {
	width: 449px;
 	background-color: #fff;
  	border: 1px solid #a9a9a9;
 	padding: 4px;
 	margin: -6px 6px 6px -6px ! important;
 	margin: 0;
}

.p-shadow strong {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #C52620;
	font-weight: bold;
	font-size: 14px;	
}

#startSeite {
	background-color: #C52620;
}

#roth-fachmarkt {
	padding: 60px 60px 60px 200px;
}

#roth-baumanagement {
	padding: 25px 0px 25px 25px;
}

.fachmarktUebersicht {
	float: left; 
	width: 210px; 
	text-align: center; 
	padding: 6px 6px 6px 6px; 
	margin-right: 6px; 
	margin-bottom: 6px; 
	background-color: #efefef; 
	border: 1px solid #DBDFE2;
}

.fachmarktUebersicht img {
	margin-bottom: 3px;
}

.baumanagementUebersicht {
	float: left; 
	width: 210px; 
	text-align: center; 
	padding: 6px 6px 6px 6px; 
	margin-right: 6px; 
	margin-bottom: 6px; 
	background-color: #efefef; 
	border: 1px solid #DBDFE2;
}

.baumanagementUebersicht img {
	margin-bottom: 3px;
}

.lcenter {
	text-align: center ! important;
	background-color: #efefef;
	padding: 4px;
}

.fright {
	float: right;
}	

.fleft {
	float: right;
}	

/* Überschriften */

h1 {
	margin: 0 0 10px 0;
	color: #C52620;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	margin: 15px 0 8px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	margin: 15px 0 8px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 14px;
}


/* Links */

a {
	color: #C52620;
	text-decoration: underline;	
}

a:hover {
	color: #363D42;
	text-decoration: none;	
}

.wielink {
	color: #C52620;
	text-decoration: underline;	
	cursor: hand;
	cursor: pointer;
}

.wielink:hover {
	color: #363D42;
	text-decoration: none;
}

a.jumpup-link {
	font-size: 11px;
	color: #C52620;
	text-decoration: underline;	
}

a:hover.jumpup-link {
	color: #363D42;
	text-decoration: none;	
}

#references-teaser a {
	color: #fff;	
}

/* Sonstiges */

#print-head {
		
}

#p1 {
	font-size: 26px;
	color: #C52620; 
	font-weight: bold;
}

#p2 {
	font-size: 12px;
	color: #585656; 
}

.datum {
	font-size: 10px;
	margin-bottom: 10px;	
}

/* Startseite News Scroller */

#roth-news {
	position: absolute;
	top: 391px;
	width: 310px;
	height: 280px;	
}

#roth-news {
     right: 11px;								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;	
     right: 11px;								/* sieht IE 6.x */
}

html>body #roth-news {
     right: -13px;								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

#roth-news a{
	color: #F5B0AF;
	text-decoration: none;	
}

#roth-news a:hover{
	color: #ffffff;
	text-decoration: none;	
}

#roth-news h2 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 16px;
}

.newsstartborder {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 11px 11px 12px 11px;
	width: 268px;
	border-bottom: none;
}

.newsstartborder td {
	border-bottom: 1px solid #ffffff;
}

#thumbs { 
	padding:0; 
	float:left; 
	margin:0;
	position:relative;
	top:0;
}

#roth-news { 
	clip: rect(0px, 295px, 252px, 0);
	overflow:hidden;   
	z-index: 10000;
}

#news-nav {
	z-index: 90000;
	position:absolute; 
	top:392px; 
	left:956px; 
}

#prevwork {

}

#nextwork {
	position: relative;
	top: 219px;
}

/* lightbox 2.02 */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 15000;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}
	
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 96px; float: right;  padding-bottom: 0.7em;	}	
#imageData #bottomNavClose img {
	width: 96px ! important;
	height: 22px ! important;	
}	
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 14000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
