/* Autodealers.nl CSS voor de dealerwebsite */
/***********************************************
** POPUP STYLE *********************************
***********************************************/
#apopup-popup > div {
    height: 300px;
    width: 830px;
}

#apopup-popup.Standaard {
  background: url('//svl.autodealers.nl/upload/3017_popup_zondertekst.jpg') center center no-repeat #000;
  color: #ff0000;
}
#apopup-popup.Standaard div#apopup-title strong {
  color: transparent;
}
#apopup-popup.Standaard a#apopup-close {
    font-size: 30px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}


#apopup-popup.Hemelvaart {
  background: url('//svl.autodealers.nl/images/hemelvaart.jpg') center center no-repeat #000;
  background-size: 100%;
}

#apopup-popup.Hemelvaart .popup-text {
    text-align: center;
    font-size: 50px;
    background: rgba(0,0,0,0.5);
}


#apopup-popup.Kerst {
  background: url('//svl.autodealers.nl/upload/3017_popup_kerst.jpg') center center no-repeat #000;
  color: #ff0000;
}




div#apopup-popup.Pasen {
    background-image: url("/images/actie_popups/pasen.jpg");
}
#apopup-popup.Pasen > div {
    height: 208px;
    width: 670px;
}
#apopup-popup.Pasen .popup-text{
	background-color:green;padding:3px;border-radius:5px
}

#apopup-title {
  color: #000;
}

.Kerst .popup-text {
    margin-top: 140px;
    padding-left: 20px;
  	font-size: 22px;
    color: #fff;
}

.Standaard .popup-text {
    margin-top: 210px;
    font-size: 22px;
    color: #000;
  	padding-left: 20px;
}
/***********************************************
*********** END OF POPUP STYLE *****************
***********************************************/


* { 
	padding: 0; 
	margin: 0; 
	border: none; 
	outline: none; 
} 
 
.clear { 
	clear: both; /* Clearen na een float */ 
} 
 
html>body #header { 
	z-index: 10; /* Prevent certain problems with form controls */ 
} 
 
html>body #footer { 
	z-index: 10; /* Prevent certain problems with form controls */ 
} 
h1 { 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
} 
 
h2 { 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
} 
 
h3 { 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
} 
 
h6 {  
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFF; 
} 
 
	h6 a { 
		color: #ef0101; 
		text-decoration: none; 
	} 
 
	h6 a:hover {  
		text-decoration: underline; 
	} 
 
a { 
	text-decoration: none; 
	color: #ef0101; 
} 
 
a:hover { 
	text-decoration: underline; 
} 
 
html { 
	margin: 0; 
	padding: 0; 
} 
 
body {	 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: normal; 
	font-style: normal; 
	color: #FFF; 
	background: url("/upload/3017_bg_body.jpg") repeat-x #020202; 
} 
 
 
 
#pagewrap { 
	margin: 0 auto; 
	position: relative; 
	width: 1000px; 
} 
 
#header { 
	width: 1000px; 
	height: 70px; 
	overflow: hidden; 
	background: url("/upload/3017_bg_header.jpg") no-repeat top left; 
	position: relative; 
} 
 
	#header h1 { 
		position: absolute; 
		text-indent: -9999px; 
	} 
	
	#adresgegevens {
	float: right;
	margin-top: 39px;
	letter-spacing: -1px;
	}
	
	#adresgegevens p {
		margin-right: 6px;
		float:left;
	}
 
#gallery {
    line-height: 17px!important;
}

#homepagetrigger{
position: absolute;
bottom: 6px;
left: 15px;
font-size: 21px;
color: red;
font-style: italic;
text-shadow: 1px 1px 1px black;
}



table#openingstijden {
    float: right;
    width: 200px;
}

table#openingstijden > tbody > tr > td:first-child {
    font-weight: bold;
    padding-right: 15px;
    width: 95px;
}


#container {
	height: 240px;
	width: 1000px;
	background: url(/upload/3017_bg_container.jpg) no-repeat top center;
} 
 
	#sidebar { 
		width: 110px; /* breedte van je sidebar */ 
		display: block; 
		float: left; 
  		position: relative;		
	} 

#sidebar2 {
    display: block;
    float: right;
    line-height: 16px;
    padding-top: 20px;
    text-align: right;
    width: 275px;
}
 
		/* Verticale navigatie */ 
		ul#navigatie { 
			display: block; 
			width: 110px; /* breedte van button */ 
			margin: 20px 0px 0px 0px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */ 
		} 
 
			ul#navigatie li { 
				overflow: hidden; 
				line-height: 0; 
				display: inline; /* Fix voor IE6 */ 
			} 
 
				ul#navigatie li a { 
					display: block; 
					line-height: 22px; /* hoogte van button */ 
					width: 110px; /* breedte van button */ 
					text-indent: 13px;
					text-decoration: none; 
					
					font-size: 15px; 
					color: #FFFFFF; 
				} 
 
				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */ 
					background: url(/upload/3017_nav_menu.png) no-repeat 0px 6px; 
					color: #ef0101; 
				} 
 
#content { 
	width: 1000px; 
	position: relative; 
} 
 
	#contenttext { 
		width: 1000px; 
		padding-top: 20px; 
		padding-bottom:20px;
		background: url("/upload/3017_bg_cttext.jpg") no-repeat bottom center; 
		line-height: 20px; 
		min-height: 450px;
	} 
 
		#contenttext_left { 
			width: 598px; 
			float: left; 
			text-align: left; 
		} 
 
		#contenttext_right { 
			width: 322px; 
			float: right; 
			text-align: right; 
		} 
		
		.trigger1 {
    background-color: #991E20;
    border: 1px solid;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px;
}
 
#gallery { 
			text-align: left; 
			position: relative; 
			width: 320px; 
			height: 240px; 
			border: 1px solid #000000; 
			overflow: hidden; 
			line-height: 17px;
		}
 
			#gallery a { 
				float: left; 
				position: absolute; 
			}
 
				#gallery a img { 
					width: 320px; 
					height: 240px; 
				}
 
				#gallery a.show { 
					z-index: 500; 
				}
 
			#gallery .caption { 
				z-index: 600;  
				background-color: #a12a2f;  
				color: #FFFFFF; 
				width: 320px;  
				position: absolute; 
				bottom: 0px; 
			}
 
				#gallery .caption .content { 
					margin: 5px; 
					color: #FFFFFF; 
				}
 
					#gallery .caption .content h3 { 
						margin: 0px; 
						padding: 0px; 
						color: #FFFFFF; 
					} 
 
#footer { 
	width: 1000px; 
	height: 30px; 
	line-height: 30px; /* Hoogte van footer */ 
	overflow: hidden; 
	text-align: center;  
	position: relative;  
}  


 