/* Start of CMSMS style sheet 'layout' */
* {
	margin: 0;
	padding: 0;
}

body {
        background: #004b8d url(uploads/images/background.jpg) no-repeat center;
        color: #616161;
	font-family: Arial;
	font-size: 12px;
}

#frame {
	background:  url(uploads/images/backgroundshadow.png) no-repeat;
	width: 790px;
	height: 530px;
	margin-left: auto;
             margin-top: 25px;
	margin-right: auto;
             padding-top: 25px;
}

#subframe {
	width: 740px;
	height: 470px;
	background: #6a6a6a url(images/subframe.gif) no-repeat;
        padding-top: 10px;
        margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 740px;
	height: 25px;
	color: #c8c8c8;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
             margin-left: auto;
             margin-right: auto;
	padding: 4px 4px 4px 4px;
}

#menu {
             margin-left: 10px;
	width: 180px;
	height: 460px;
	background: #fff url(uploads/images/menunieuw.gif) no-repeat;
	float: left;
}

#menu ul {
	margin-top: 185px;
	list-style-type: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

#menu ul li {
	margin-top: 5px;
	padding-left: 10px;
	height: 25px;
	background-color: #c8c8c8;
}

#menu ul li a {
	text-decoration: none;
	color: #363636;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #004b8d;
}

#menu ul li:hover {
	background-color: #fff;
}

#content {
	width: 510px;
	height: 420px;
	float: right;
	margin-right: 10px;
}

h1 {
        color: #004b8d;
	font-family: Times;
	font-size: 30px;
}

p {
        color: #616161;
	font-family: Arial;
	font-size: 13px;
}

#footer p {
        color: #c8c8c8;
	font-family: Arial;
	font-size: 12px;
}

#footer a {
        color: #c8c8c8;
}

#footer a:hover {
        color: #004b8d;
}

a {
        color: #004b8d;
}

a:hover {
        color: #006bc2;
}

img {
        margin: 0px 0px 30px 0px ;
}

#text {
        width: 280px;
	margin-top: 20px;
        padding-right: 30px;
        float: left;
        height: 440px;
        overflow-x: hidden;
        overflow-y: scroll;
}

#image {
        float: right;
        width:200px;


}

#menu ul li:active {
	background-color: #fff;
}

#menu ul li a:active {
	text-decoration: none;
	color: #004b8d;
}
/* End of 'layout' */

