* {
	font-family:helvetica,arial,sans-serif;
 	margin:0px;
	padding:0px;
}

html {
	width: 100%;
	height:100%;
}

body {
	width: 100%;
	height:100%;
	margin:0px;
	margin-top:5px;
	background-image:url(/domains/theassistant.nl/images/body_top.png);
    background-repeat:repeat-x;
    background-position:top;
	background-attachment:fixed;
}

#container {
	width: 100%;
	height: auto;
	background-image:url(/domains/theassistant.nl/images/body_bottom.png);
    background-repeat:repeat-x;
    background-position:bottom;
	background-attachment:fixed;
}

#page {
	width: 859px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 859px;
	height:165px;
	background-image:url(/domains/theassistant.nl/images/header.png);
    background-repeat:no-repeat;
}
	#header h1 {
		display: none;
	}




#menu {
    position:relative;
    top:113px;
    left:28px;
    height: 20px;
}

	#menu ul {
		display: table;
		list-style-type: none;
		white-space: nowrap;
		height: 20px;
	}
	#menu li {
		position: static;
		height: 20px;
		display: table-cell;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: middle;
		border-right: 1px solid #000;
		cursor: pointer;
		color: #000;
		font-size:87%;
		font-weight:none;
	}
	#menu li:hover,#menu li.mainButtonOver,.mainButtonOver {
		background-color:#f90;
	}
	#menu li a {
		color: #000;
		text-decoration:none;
	}




#content {
	background-color:#fff;
	height:100%;
	width:859px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

	#content #left {
		width:176px;
		margin-left:2px;
		margin-right:2px;
		background-image:url(/domains/theassistant.nl/images/col_back.gif);
		background-repeat:repeat-y;
    	float:left;
	}
	#content #middle {
		width:475px;
    	float:left;
		padding-left:10px;
		padding-right:10px;
	}
	#content #right {
		width:176px;
		margin-left:2px;
		margin-right:2px;
		background-image:url(/domains/theassistant.nl/images/col_back.gif);
		background-repeat:repeat-y;
    	float:right;
	}

	/* used for left and right column */
	#content .col_top {
		width:176px;
		background-image:url(/domains/theassistant.nl/images/col_top.gif);
		background-repeat:no-repeat;
		background-position:top;
/* 		border-bottom:1px solid #9a9a9a; */
	}

	#content .col_top .article {
		border-bottom:1px solid #9a9a9a;
	}
	#content .col_top .article h1 {
    	padding:3px;
	}
	#content .col_top .article .content {
    	padding:3px;
	}

	#content .article {
		font-size:75%;
		line-height:150%;
		padding:3px;
		padding-bottom:20px;
	}

	#content .article h1 {
		font-size:140%;
		font-weight:bold;
		color:#426599;
		letter-spacing:-1px;
	}

	#content a {
    	color:#00f;
    	text-decoration:none;
	}


	#content .form {
		padding-right:10px;
	}
	#content .input {
		border:1px solid #9a9a9a;
    	background-color:#eee;
    	margin:2px;
    	padding:2px;
	}
	#content .submit {
		font-weight:bold;
		color:#9a9a9a;
    	background-color:#eee;
    	border:2px solid #9a9a9a;
	}

#footer {
	background-color:#000;
	width: 849px;
    height:13px;
    color: #fff;
	font-size:73%;
	vertical-align: middle;
	line-height:normal;
	padding:5px;
}
	#footer a {
		color: #fff;
		text-decoration:none;
	}
	#footer hr {
		display:none;
	}
	#footer .copyrights {
		float:left;
	}
	#footer .links {
		float:right;
	}

		/* BOTTOM MENU */
		#footer ul {
			display: inline;
			list-style-type: none;
			white-space: nowrap;
		}
		#footer li {
			display:inline;
			color: #fff;
		}
		#footer li:hover,#footer li.mainButtonOver {
		}
		#footer li a {
			color: #fff;
			text-decoration:none;
		}


.POLLwarning		{}
.POLLquestion		{}
.POLLanswer			{}
.POLLpercentage		{}
.POLLbarback		{height:10px;border:1px solid #9a9a9a;background-color:#cccccc;}
.POLLbarcolor		{height:10px;border:1px solid #9a9a9a;background-color:#f90;}
.POLLtotal			{font-weight:bold;}
/* .POLLsubmit			{font-family:verdana;color:#ff0000;} */
/* .POLLhistory a		{font-family:verdana;color:#ff0000;} */



.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
