﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #8b8b8b;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}

			a {
				color: #000;
			}
						
			a:hover {
				color: #727272;
			}
								
img { border: 0px; }								
									
			#container {
                min-height: 600px;
                _height: 100%;
                margin: 0 auto;
                background: #eaeaea;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 963px;
			}
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: auto;
				height: 300px;
				background: #fff;
				color: #000;
				position: relative;
				margin-top: -1px;
			}
			

			p {
				padding: 10px;
				font-size: 12px;
				line-height: 20px;
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			.pos25 {
				width: 208px;
				height: 434px;
				float: left;
				background: #eaeaea url("http://www.hennesautomobielen.nl/images/menubg.jpg") top no-repeat;
			}


			.pos75 {
				width: 75%;
				min-height: 400px;
				height: auto;
				float: left;
				background: #eaeaea url("http://www.hennesautomobielen.nl/images/contentbg.jpg") top no-repeat;
			}

			.pos752 {
				width: 75%;
				min-height: 700px;
				height: auto;
				float: left;
				background: #eaeaea url("http://www.hennesautomobielen.nl/images/contentbg.jpg") top no-repeat;
			}

						
			.menu {
				text-align: right;
				margin-right: 20px;
				margin-top: 20px;
			}

			.titelbalk {
				text-align: left;
				margin-left: 15px;
				margin-top: 30px;
			}

			.content {
				text-align: left;
				margin-left: 10px;
				margin-top: 10px;
				width: 700px;
			}

			.contentpresentatie {
				text-align: left;
				margin-left: 10px;
				margin-top: 10px;
				width: 700px;
				height: 440px;
			}

			
			.tekstvlak {
				width: 350px;	
				float: left;
			}

			.fotovlak {
				width: 345px;	
				float: left;
				text-align: right;
			}
			
			.fotopositionering {
				margin-top: 10px;
				margin-right: 0px;
			}

						
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				height: 35px;
				width: 900px;
				margin: 0 auto;
				background: #eaeaea;
				border-top: 1px solid #016bb5;
			}
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding-top: 6px;
			}
			
			
			
			
			
			
			
			
			
/* Breite beschrÃ¤nken */
div.limiter {
	text-align: left;
	width: 100%;
	max-width: 69.23em;

}


ul {
	margin-bottom: 2em;
}


/* Listen */
ul#news {
	border: 1px solid #ccc;

	background:  #fffeb8;
}

ul#portfolio li img{

}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


/**** noscript-Hinweis ****/

div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 100%;
}

div#att p{
	background: transparent url(../images/att.png) no-repeat 0 46%;
	margin: 0;
	display: inline;

}
	
			