/* cmsms stylesheet: Layout_De_Zwiebels modified: vrijdag 25 juli 2025 10:35:30 */
html, body {
	margin: 0;
height: 100%;
}

body {
	background-color: #000;
	font-family: Verdana;
	font-size: 80%;
	line-height: 20px;
	/*background-image: url('images/bg.png');*/
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	min-height: 100%;
	width: 980px;
	margin: 0px auto;
	background-color: #000;
	border: 1px solid #000;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#header {
	height: 85px;
	background-color: #e1d516;
	margin-bottom: 5px;
line-height: 140px;
text-align: center;
font-size: 220%;
overflow: hidden;
}

#c_l {
	width: 190px;
	float: left;
	padding: 5px 10px 5px 0px;
}

#c_r {
	padding: 5px 0px 5px 0px;
        
	margin-left: 200px;
}

#c_m {
	padding: 5px 0px 5px 0px;
        float: left;
        width: 580px;
}

#c_r2 {
	padding: 5px 0px 5px 0px;
        float: left;
        width: 190px;
margin-left: 10px;
}

.block {
	background-color: #000;
	border: 1px solid #FFF600;
	margin-bottom: 10px;
	border-width: 1px;
	color: #FFF600;
}

.block .title {
	color: #000;
	background-color: #FFF600/*#e4d92e*/;
	padding: 4px;
	font-weight: bold;
}

.block .content {
	padding: 5px;
	margin: 0;
}




.menublock {
	background-color: #000;
	border: 1px solid #FFF600;
	margin-bottom: 10px;
	border-width: 1px 1px 1px 1px;
	color: #FFF600;
}

.menublock .title {
	color: #000;
	background-color: #FFF600;
	padding: 4px;
	font-weight: bold;
}

.menublock .content {
	padding: 5px;
	margin: 0;
}

a { 
	color: #ffff99;
	text-decoration: none;
}

a:hover {
color: yellow;
	text-decoration: underline;
}

p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }

#footer {
	height: 30px;
	width: 960px;
	margin: -30px auto 0px auto;
	padding: 0px 10px;
	background-color: #00;
	line-height: 30px;
	color: #6f6712;
	font-size: 85%;
	text-align: right;
}

#footer a { text-decoration: underline; color: #957b31; }

#c_r .block:last-child { margin-bottom: 35px; }
/* cmsms stylesheet: Menu modified: vrijdag 25 juli 2025 10:35:30 */
/**************** menu coding *****************/
#menu {
width: 188px;;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding: 2px 3px;
}

#menu ul ul ul { 
border: 1px solid #FFF600;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #FFF600;
background: #000;
padding: 3px;
text-decoration: none;
background-image: url('images/bullet.png');
background-repeat: no-repeat;
padding-left: 27px;
background-position: 2px 1px;
}

#menu a:hover {
color: #000;
background: #FFF600;
background-image: url('images/bullet2.png');
background-repeat: no-repeat;
background-position: 2px 1px;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
