body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: .7em;
	width: 960px;
}

body img {
	border-width: 0;
}

#login {
	float: right;
	width: 200px;
}

#login .login_box {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(/images/login-box.gif);
	background-repeat: no-repeat;
	width: 172px;
	height: 77px;
}

#login .details {
	
}

#login .details ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#login .details li {
	margin: 0;
	padding: 0;
	list-style-type: hyphen;
}

#login h2 {
	font-size: 1.1em;
	margin: 0;
	border-bottom: 1px solid black;
}

#login #signin_submit {
	clear: right;
	margin-top: 5px;
	background-image: url(/images/submit.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: white;
	padding-right: 20px;
	font-weight: bold;
	float: right;
	border: 0;
}

#login table td input {
	width: 100px;
}

#logo {
	padding: 30px 0 0 40px;
	float: left;
}

#menu1 {
	clear: both;
	height: 51px;
	background-image: url(/images/red-bar.gif);
	background-position: center;
	background-repeat: repeat-x;
}

#menu1 ul {
	list-style-type: none;
}

#menu1 li {
	text-align: center;
	padding-top: 18px;
	margin: 0 3em;
	float: left;
}

#menu1 a {
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

#menu1 .mainlevel_current {
	background-image: url(/images/activemenu.gif);
}

#menu1 .mainlevel_active {
	background-image: url(/images/activemenu.gif);
}
#bottom {
	margin-top: 1em;
	padding-top: .5em;
	clear: both;
	border-top: 1px solid #3aa3e9;
}

#center {
	overflow: hidden;
}


#menu2 {
	background-image: url(/images/blue-bar.gif);
	height: 16px;
	padding: 8px 15px;
	margin-bottom: .5em;
}

#menu2 ul {
	margin: 0;
	padding: 0;
}

#menu2 li {
	margin: 0 1px;
	padding: 0 1em;
	border-left: 1px solid white;
	border-right: 1px solid white;
	list-style-type: none;
	float: left;
}

#menu2 a {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

.moduletable_topmenu2 h3 {
	display: block;
	float: left;
	margin: 0 2em;
	padding-top: 7px;
	height: 32px;
}

.moduletable_topmenu2 ul {
	float: left;
	margin: 0;
	padding: 0;
}

.moduletable_topmenu2 li {
	display: block;
	float: left;
	height: 25px;
	padding: 7px 1em 0;
	border-left: 1px solid white;
}

.moduletable_topmenu2 a {
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.moduletable_topmenu2 .mainlevel_current a {
	text-decoration: underline;
}

.moduletable_topmenu2 .mainlevel_active a {
	text-decoration: underline;
}

.moduletable_topmenu_zoek {
	height: 39px;
	background-image: url(/images/blue-bar.gif);
	margin-bottom: 1em;
}

.search_topmenu_zoek {
	float: right;
	padding: 5px;
}

.search_topmenu_zoek .inputbox_topmenu_zoek {
	height: 14px;
	font-size: .9em;
	border: 0;
	margin-top: 4px;
	background-image: url(/images/input-bg.gif);
	padding: 0 0 0 5px;
}

.search_topmenu_zoek .button_topmenu_zoek {
	border: 0;
	font-size: .9em;
	background-image: url(/images/search-button.gif);
	width: 45px;
	height: 14px;
	margin: 0;
}

#right {
	float: right;
	width: 200px;
	padding-left: 5px;
	border-left: 1px solid #3aa3e9;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

#right h3 {
	color: white;
	background-image: url(/images/red-bar-small.gif);
	background-repeat: no-repeat;
	font-size: 1.2em;
	height: 25px;
	margin-bottom: 0;
	padding: 2px 0 0 1em;
}

.moduletable_lastpost ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.moduletable_lastpost li {
	padding: 0;
}

.moduletable_lastpost div.time {
	float: left;
	width: 2.5em;
}

.moduletable_lastpost div.title {
	margin-left: 2.8em;
}

.moduletable_lastpost a {
	color: #355EBA;
	text-decoration: none;
}

.moduletable_lastpost a:hover {
	text-decoration: underline;
}

#main {
	width: 740px;
}

/************* Content **************/

#content .submitbutton {
	background-image: url(/images/submit.png);
	height: 27px;
	width: 105px;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
}
#content .error_list {
	margin: 0;
	padding: 0;
}
#content .error_list li {
	margin: 0 0 0 1.5em;
	padding: 0;
	color: red;
}

#content #contact {
    border-left: 5px solid #4FB6FB;
}
#content #contact th {
    text-align: right;
    width: 100px;
}
#content #contact table input, #content #contact table select {
    border: 0;
    border-bottom: 1px solid #4FB6FB;
}
#content #contact table textarea {
    border: 1px solid #4FB6FB;
}

#content .search {
    border-left: 5px solid #4FB6FB;
    padding-bottom: 1em;
}
#content .search div {
    margin-left: 2em;
    border: 1px solid #4FB6FB; 
    padding: .5em;
    background-color: #E5F6F9;
}
#content .search div label {
    font-weight: bold;
}
#content .search table {
    margin-left: 5em;
    margin-bottom: 1em;
}
#content .search th {
    width: 100px;
    text-align: left;
}
#content .search table input, .search table select {
    border: 0;
    border-bottom: 1px solid #4FB6FB;
}
#content .search table select {
    width: 200px;
}

#content h2 {
	background-image: url(../images/section-bar.png);
	border: 1px solid #A1D3F5;
	height: 15px;
	color: #5C4A4E;
	font-size: 1.2em;
	padding: 5px 1em 5px;
}

#content table {
	width: 100%
}

#content #articles {
	float: left;
	width: 30%;
}

#content #articles h3 {
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

#content #articles .created_at {
	font-style: italic;
	border-bottom: 1px solid #53B5F6;
}

#content #articles .readon {
	text-align: right;
}

#content #articles .article {
	margin-bottom: 1em;
	border: 1px solid #C2E3F9;
}

#content #cat-head .name {
    background-color: #4FB6FB;
    color: white;
    font-size: 1.6em;
    padding: .5em .5em 0;
}
#content #cat-head {
    border-left: 5px solid #4FB6FB;
    border-bottom: 1px solid #4FB6FB;
}
#content #cat-head th {
    text-align: left;
}

#content #commercial_lists {
	float: left;
	width: 70%;
}

#content #commercial_lists .fp_commercial_list {
	float: left;
	width: 48%;
	margin-left: 10px;
}

#content .fp_commercial_list .list_commercial {
	height: 65px;
	clear: left;
	border-bottom: 1px solid #FF1010;
	margin-bottom: 5px;
}
#content .fp_commercial_list .list_commercial:last-child {
	border-bottom: none;
}
#content .fp_commercial_list .list_commercial .commercial_image {
	width: 80px;
	height: 60px;
	background-color: grey;
	float: left;
	margin-right: 5px;
	text-align: center;
}

#content .fp_commercial_list .list_commercial .commercial_image img {
	max-width: 80px;
	max-height: 60px;
	border: 0;
}

#content .fp_commercial_list .list_commercial .titel {
	font-weight: bold;
}

#content .commercial_list .list_commercial {
	margin-bottom: 1em;
	clear: left;
}


#content .commercial_list .screenshot img {
	float: left;
}

#content .commercial_list .screenshot img {
	max-width: 100px;
	padding-right: .5em;
}

#content .commercial_list .details {
	float: left;
	width: 250px;
	padding: 0 .5em;
}

#content .commercial_list .details th {
	text-align: left;
}

#content .commercial_list .description {
	float: left;
	padding-left: .5em;
}

#content #commercial .data { width: 270px; float: right; }
#content #commercial .unpublished { border: 1px solid black; padding: 3px 1em; background-color: #ffd700; }
#content #commercial .vote ul.radio_list { margin: 0; padding: 0; background-image: url(/images/vote.gif); width: 200px; height: 20px; }
#content #commercial .vote ul.radio_list li { width: 40px; font-weight: bold; margin: 0; padding: 0; list-style-type: none; float: left; }
#content #commercial .description { clear: both; margin-top: 1em; border: 1px solid black; border-width: 1px 0; padding: 1em; background-color: #eee; }
#content #commercial .muziek { margin-top: 1em; }

#content .datelist {
	float: left;
	border-left: 5px solid #4FB6FB;
	height: 100px;
	width: 150px;
	padding: 0 1em; 
}
#content .datelist h3 {
	font-size: 1em;
	color: #4FB6FB;
}
#content .datelist div {
	margin: 0 0 0 1em;
}
#content .datelist ul {
	float: left;
	width: 50px;
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}
#content .datelist li {
	list-style-type: none;
}
#content .datelist a {
    color: blue;
}

#content #profile th {
	text-align: left;
}

.avatar {
	width: 65px;
}

.avatar img {
	width: 60px;
	height: 60px;
	border: 2px outset;
}

#overlay {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.7;
}

#popup {
	display: none;
	padding: 1em;
	border: 1px solid #cecece;
	z-index: 1;
	position: fixed;
	width: 500px;
	height: 300px;
	background-color: white;
}