/* 
Title:		Aisle-Master.nl main stylesheet
Auteur:		Richard Jaspars | bitbloxx.nl | info@bitbloxx.nl
Updated:	25 januari 2007
*/

/* import stylesheets and hide from ie/mac \*/
@import url("lb.css");
@import url("ie.css");
/* end import/hide */


/*========== colors ===========================
orange: #FF9900
yellow: #FFF200
===============================================*/

/*========== general styles ============================*/

* {margin: 0; padding: 0;}

body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #646464 url(../graphics/index/mainback.jpg) top center repeat-y;
	}

body#home #bloka1 a:link, body#home #bloka1 a:visited, body#contact #bloka1 a:link, body#contact #bloka1 a:visited {
	color: #151515;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #151515;
	}

body#home #bloka1 a:hover, body#contact #bloka1 a:hover {
	color: #FFF200;
	font-weight: bold;
	border-bottom: 1px solid #000;
	background: #000; 
	}

a:link, a:visited, a:hover { 
	color: #151515;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none; }


/*========== page structure ============================*/

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background: #303030;
	border-top: 5px solid #000;
	}
	
#secwrap {
	width: 850px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	}

#logo {
	margin: 0 auto;
	}
	
#logo h1 {
	width: 848px;
	height: 98px;
	background: url(../graphics/index/logo.png) center center no-repeat;
	text-indent: -9999px;
	border: 1px solid #151515;
	}

#branding h2 {
	margin: 0 auto;
	width: 850px;
	height: 290px;
	background: #303030 url(../graphics/index/am_branding2.png) center center no-repeat;
	text-indent: -9999px;
	}

#bloka {
	float: left;
	width: 850px;
	margin: 0 auto;
	background: #242424 url(../graphics/index/bg1.jpg) repeat-y top left;
	border: solid 1px #151515;
	}

#bloka1 {width:590px; float:left; color:#242424;}

#bloka2, #blokb2 {
	width: 250px;
	float: right;
	}

/*========== navigation ============================*/

#nav {
	width: 850px;
	height: 50px;
	background: #151515 url(../graphics/index/bgnav.jpg) left top repeat-x;
	margin: 0 auto;
	}

#nav ul {
	width: 830px;
	list-style: none;
	display: block;
	padding: 0 0 0 20px;
	}

#nav ul li {
	float: left;
	}

#nav ul li.navright {
	float: right;
	padding: 0 20px 0 0;
	}

#nav ul li.navright a {
	color: #FFF200;
	border-bottom: none;
	}

#nav ul li.navright a:hover {
	color: #151515;
	border-bottom: none;
	}

#nav ul a {
	display: block;
	margin: 0 0 0 0.5em;
	padding: 0 1em;
	line-height: 2em;
	text-decoration: none;
	color: #fff;
	background: #4e4e4e url(../graphics/index/bg2.jpg) left top repeat-x;
	font-weight: bold;
	border-bottom: none;
	}

#nav ul a:hover {
	background: #f5f5f5 url(../graphics/index/bghov.jpg) left top repeat-x;
	color: #242424;
	font-weight: bold;
	border-bottom: none;
	}

#nav #active a {
	background: #f5f5f5 url(../graphics/index/bg3.jpg) left top repeat-x;
	color: #242424;
	}

/*========== content ============================*/
	
#blokb2 {
	text-align: center;
	}

#blokb2 a:link, #blokb2 a:visited {
	color: #f5f5f5;
	}
	
#blokb2 a:hover {
	color: #f5f5f5;
	}

#bloka2 a:link, bloka2 a:visited {
	background: #4e4e4e;
	}

h3.heading3a {
	padding: 5px 10px;
	margin: 20px 20px 10px 20px; 
	color: #FFF200;
	font-weight: normal;
	background: #151515;
	}
	
h4.heading4a {
	padding: 0 0 0 20px;
	color:#151515;
	}

.sidehead {
	color:#f5f5f5;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 5px 0;
	}

.uitspraak {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

.uitspraak img {
	margin: 0 0 20px 20px;
	}
	
p.uitspraak {
	padding: 10px 20px;
	line-height: 1.5em;
	}

p.uitspraak strong{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
	letter-spacing: 1px;
	font-size: 12px;
	}

p.uitspraak a:link,
p.uitspraak a:visited,
p.uitspraak a:active {
	color: #FFF200;
	text-decoration: none;
	border-bottom: 1px dashed #FFF200;
	}

p.uitspraak a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}

p.uitspraak a:link.imgnoborder,
p.uitspraak a:visited.imgnoborder,
p.uitspraak a:active.imgnoborder {
	border-bottom: none;
	}

p.uitspraak a.imgnoborder:hover {
	border-bottom: none;
	}

h3.uitspraak {
	padding: 20px 5px 5px 20px;
	color:#FFF200;
	font-size: 14px;
	}

p.regular {
	padding: 10px 20px;
	line-height: 1.5em;
	}

.smallertxt {
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
	}

.frame {
	padding: 5px;
	background: #ccc;
	border: 1px solid #151515;
	}

.framefloatleft {
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #000;
	border: 1px solid #151515;
	float: left;
	}
	
.frame2 {
	padding: 5px;
	background: #ccc;
	border: 1px solid #151515;
	margin-left:15px;
	}

.frame3 {
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #151515;
	}

.frame4 {
	padding: 5px;
	background: #ccc;
	border: 1px solid #151515;
	margin: 0 10px 0 0;
	}

/*========== footer / clearer ============================*/

#footer {
	float: left;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: #151515 url(../graphics/index/bgnav.jpg) left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	}

#footerleft {
	float: left;
	width: 590px;
	text-align: center;
	}

#footerright {
	float: right;
	width: 250px;
	text-align: center;
	}

#footer p {
	padding: 20px 0px 20px 0px;
	}

#footerleft a, #footerright a {
	text-decoration: none;
	color: #999;
	background: #151515;
	}
	
#footerright a { font-weight: normal; color: #444; }

#footerleft a:hover {
	color: #fff;
	border-bottom: 1px solid #FF6600;
	}

#clearer {
	clear: both;
	}


