/* 

Eleven66 v2.0
By Noud Kessels
http://www.noudkessels.nl

*/

* {
	padding: 0;
	margin: 0
}
html {
	background: url(images/bgtotal.jpg);
}
body .normal {
	margin:0px 0;
	padding:0;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.3em;
	background : url(images/bg.jpg) no-repeat top center;
}
.normal #header {
	background: url(images/header.jpg) no-repeat;
	width: 910px;
	height: 443px;
}
.normal #hotlinks {
	width: 241px;
	height: 60px;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-left: 310px;
}
.normal #hotlinks img {
	padding: 0px;
	border: 0px;
}
.normal #hotlinks a {
	border: 0px;
}

/* HOTLINKS */

.hotlink1 {
	padding: 0px;
	background: url(images/hotlink1.jpg) no-repeat;
	height: 41px;
	width: 44px;
}

.hotlink1:hover {
	background: url(images/hotlink1hover.jpg) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.hotlink2 {
	padding: 0px;
	background: url(images/hotlink2.jpg) no-repeat;
	height: 34px;
	width: 89px;
}

.hotlink2:hover {
	background: url(images/hotlink2hover.jpg) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.hotlink3 {
	padding: 0px;
	background: url(images/hotlink3.jpg) no-repeat;
	height: 37px;
	width: 108px;
}

.hotlink3:hover {
	background: url(images/hotlink3hover.jpg) no-repeat;
	cursor: pointer;
	cursor: hand;
}




.normal #main {
	background: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 910px;
	min-height: 400px;
	margin: 0;
	padding: 0;
}
.content {
	color: #020200;
	margin: 0 auto;
	padding: 0;
	width: 910px;
	background: url(images/bg2.jpg) repeat-y top;
}
#main .center {
	width: 530px;
	float: right;
	padding: 5px 90px 0px 35px;
}
#main h2 {
	color: #020200;
	line-height: 1.2em;
}
#main h3 {
	color: #020200;
	font-weight: bold;
}
#main .center li {
	background-image: url(images/reddot.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 12px;
}
.leftmenu {
	width: 220px;
	float: left;
	padding: 0px 5px 0px 0px;
	margin-left: 25px;
}
img {
	padding:5px;
}

.nav img {
padding: 0px;
margin: 0px;
}


/* FOOTER */
#footer {
	background: url(images/footer.jpg) no-repeat;
	color: #210000;
	font-size: 10px;
	height: 172px;
	max-height: 161px;
	text-align: left;
	clear: both;
	padding: 0;
	margin: 0;
	line-height:1.2em;
}
#footer a {
	color: #210000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
	color: #210000;
}

#footer table {
margin-left: 65px;
}
#footer #firstrow {
width: 200px;
vertical-align:top;
padding-top: 45px;
}

#footer #secondrow {
padding-left:340px;
width: 200px;
vertical-align:top;
padding-top: 80px;
text-align: right;
} 


/* MENU */
.nav { clear: both; text-align: left; color: #e8e8e8; padding: 95px 0 0 20px; font-family: tahoma;}
.nav li { font-weight: normal; margin: 0 0 5px 0; padding: 0 0 0 10px; font-size:32px; line-height: 1.2em;}
.nav li li { font-weight: normal; margin: 0 0 5px 0; padding: 0 0 0 10px; font-size:25px; line-height: 1.2em;}
.nav li li li { font-weight: normal; margin: 0 0 5px 0; padding: 0 0 0 10px; font-size:18px; line-height: 1.2em;}
.nav li a { color: #e8e8e8; text-decoration: none;  }
.nav li a:hover { color: #210000; text-decoration: none;  }



p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #020200;
	background: inherit;
}
hr {
	border: 0;
	height: 1px;
	color: #020200;
	background-color: #020200;
}
a {
	color: #9c1300;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	padding:0;
	margin-bottom:20px;
	color: #020200;
	font-family: tahoma;
	font-size:40px;
	font-weight:normal;
}
h2 {
	color:#8fafbf;
	font-size:18px;
	font-weight:normal;
	margin: 10px 0 10px 0;
	padding:0;
}

li {
	list-style-type: none;
	color: #020200;
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
}
li a {
	color: #9c1300;
	text-decoration:none;
}
li a:hover {
	color: #9c1300;
	text-decoration:underline;
}

.hiddenPic {display:none;}
