/* CSS Document */
/*********************************
Hoochwoert Website
Auteur: Barend Emmerzaal
Organisatie: MVIC
Versie: 1.0.1
/*********************************
Auteur: Keston Pollard
Organisatie: MVIC
Versie: 1.0.2

/********************************/


/********** ALGEMEEN **********/
body {
	margin			: 0px;
	padding			: 0px;
	background-image: url('/assets/images/layout/bg-2.gif');
	background-repeat: repeat-y;
	background-position: center top;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
}

html>/**/body {
	margin			: 0px;
	padding			: 0px;
	background-image: url('/assets/images/layout/bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
}
p, td {
	font-size		: 11px;
}
.contentHolderMain {
	/*background-color: #5c041c;*/	
}
.titleWinkels {
	font-size		: 14px;
	font-weight		: bold;
	color			: #c41e55;
}
h1 {
	font-size		: 14px;
	font-weight		: bold;
	color			: #c41e55;
}
h4 {
	font-size		: 12px;
	font-weight		: bold;
	color			: #e93c35;
}
a:link, a:visited {
	color			: #c41e55;
	text-decoration	: underline;
}

.images_h2{
	width: 300px;
	margin: 5px;
	float: right;
}
.images_h2 image{
	width: 300px;
}
.images{
	width: 300px;
	border: none;
	margin: 5px;
	float: right;
	text-align: right;
}
.images image{
	width: auto;
}
.title {
	font-weight		: bold;
	color			: #c41e55;
}
.verplicht{
	color			: #e93c35;
}
/********************************
ALGEMENE OPMAAK ARTICLES (nm.asp)
********************************/
.articleUrl, a.articleUrl:link, a.articleUrl:visited {
	font-weight		: bold;
	color			: #c41e55;
	text-decoration	: none;
}
a.articleUrl:hover {
	text-decoration	: underline;
}
.articleDate {
	color			: #666666;
}
.readMore, a.readMore:link, a.readMore:visited {
	color			: #5c041c;
	font-size		: 10px;
}

/********************************
MENU START 
********************************/
.menuPane1 {
padding-top: 10px;
}
html>/**/body .menuPane1 {
padding-top: 0px;
}
td.menuPane1 {
width: 202px;
}


.menuPane1 ul{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-transform	: uppercase;
	line-height		: 33px;
	list-style-type	: none;
	letter-spacing: 1px;
	margin-top: -7px;
}
html>/**/body .menuPane1 ul{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-transform	: uppercase;
	line-height		: 33px;
	list-style-type	: none;
	letter-spacing: 1px;
	margin-top: 3px;
}


.menuPane1 ul ul{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-transform	: lowercase;
	line-height		: 15px;
	list-style-type	: none;
	letter-spacing: normal;
	margin-left: 16px;
	margin-top: -5px;
	margin-bottom: 10px;
}
html>/**/body .menuPane1 ul ul{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-transform	: lowercase;
	line-height		: 15px;
	list-style-type	: none;
	letter-spacing: normal;
	margin-left: -24px;
	margin-top: -5px;
	margin-bottom: 10px;
}


.menuPane1 ul li a:link, .menuPane1 ul li a:visited {
	color			: #d0b6c0;
	text-decoration	: none;
	list-style-type	: none;
	padding-left:15px;
}
.menuPane1 ul li a:hover {
	color			: #FFFFFF;
	text-decoration	: underline;
	padding-left:15px;
}
.menuPane1 ul ul li a:hover {
	color			: #FFFFFF;
	text-decoration	: none;
}
.menuPane1 ul li.submenu {
	background-image:url(/assets/images/opsomming/mainMenu3.gif);
	background-repeat:no-repeat;
}

/********************************
MENU EIND 
********************************/
/********************************
SUBMENU START 
********************************/
.menuPane2 {
padding-top: 8px;
background-color: #f5eff2;
}
.menuPane2 img {
	padding-left: 25px;
}
html>/**/body .menuPane2 {
padding-top: 0px;
}


td.menuPane2{
width: 201px;
background-color: #f5eff2;
}


ul.blauw{
margin-left: 25px;
margin-top: 0px;
padding-top: 0px;
}
ul.blauw li {
color: #666666;
}
.blauw li a:link, .blauw li a:visited {
color: #c41e55;
}
html>/**/body ul.blauw{
margin-left: -15px;
}

ul.roze{
margin-left: 25px;
margin-top: 0px;
padding-top: 0px;
}
ul.roze li {
color: #666666;
}
.menuPane2 a.roze:link, .menuPane2 a.roze:visited {
color: #c41e55;
}
html>/**/body ul.roze{
margin-left: -15px;
}


.menuPane2 ul {
	font-family		: Verdana, helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	color			: #590322;
	list-style-type	: none;
	line-height		: 14px;

}
.menuPane2 ul li a:link, .menuPane2 ul li a:visited {
	color			: #590322;
	text-decoration	: none;
}
.menuPane2 ul li a:hover, .menuPane2 ul li a.selected:link {
	color			: #590322;
	text-decoration	: underline;
}
/********************************
SUBMENU EIND 
********************************/
td.tussenPane{
width: 18px;
background-color: #eae0e4;
}


.contentPane {
padding-top: 10px;
background-color: #eae0e4;
}
html>/**/body .contentPane{
padding-top: 0px;
padding-left: 5px;
}
td.contentPane{
width: 560px;
}
html>/**/body td.contentPane{
width: 555px;
}



td.tussenPane2{
width: 9px;
background-color: #eae0e4;
}



