
ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

h1 {
	font-size:14px;
	color:#666;
	font-weight:bold;
}

.nieuws h1 {
	font-size:12px;
	color:#666;
	font-weight:bold;
}

.nieuws h2 {
	font-size:10px;
	color:#000;
	
}

.datumtijd {
	display:inline;
	float: right; 
	font-size:10px;
	font-style:italic;
	color:#C6C3C6;

}

.balk_home {
	background-image:url(http://www.cabaretmagazine.nl/images/balk1.jpg);
	background-repeat:no-repeat;
	padding: 5px 15px;
}

.balk_home div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

#profile {
	margin:inherit;
}

#profile ul{
	padding-top: -5px;
}

#profile li {
	list-style-image: url("../images/ico.jpg"); 
	list-style-position:outside;
	
	padding-right: 5px;
	padding-top: 5px;
	height: 40px;
	border-bottom-color:#FFFFF;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-top-color:#FFFFF;
	border-top-width:1px;
	border-top-style:dashed;
	margin-left:-5px;
	margin-top:5px;
}

.login {
	background-color:#E6E6E6;
	border:1px solid #ccc;
	padding-top:1px solid #fff;
	font-size:1em;
	padding:4px 8px 4px 8px;
}
#menu_tussen {
	background-image:url(../images/template/2009/boven.jpg);
	height:40px;
	width:54px;
}

#menu_tussen2 {
	background-color:#E3F1FE;
	height:40px;
	width:54px;
}

#menu_tussen3 {
	background-color:#E3F1FE;
	height:40px;
	width:54px;
}

.zoeken {
	width:250px;
	background-color: #B2CCE5;
	padding-left:20px;
	height:40px;
}

.menu1 {
	background-color:#E3F1FE;
	height:40px;
	overflow:hidden;
	padding-right: 5px;
}

.menu1_eind {
	background-color:#E3F1FE;
	width:250px;
	height:40px;
	overflow:hidden;
	
}

.kleine_avator {
	float: left;
	border: 1px dashed #999; 
	margin: 2px 2px 2px 2px;
	padding: 4px;
	text-align: center;
}

.rechts {
	float: right;
}

.links {
	float: left;
}

.balk_titel {
	background-color:#E3F1FE;
	border: 1px solid #B2CCE5;
	margin: 0px;
	padding: 4px;
	width:100%;
	text-align: center;
	font-weight:bold;
}

.balk_ondertitel {
	border: 1px dotted #B2CCE5;
	margin: 0px;
	padding: 4px;
	font-weight:bold;
}


.menu2 {
	background-color:#E3F1FE;
	height:40px;
	overflow:hidden;
}


 
/* Main Navigational Menu */

#mainnav {
	width: 775px;
	height: 55px;
	float: left;
	
}

#mainnav ul {
	height: 40px;
	border-bottom: #fff 1px solid;
}

#mainnav li {
	height: 40px;
	float: left;
	border-left: #fff 1px solid;
	display:block;
	
}

#mainnav li a {
	margin: 7px 5px 0px 6px;
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display:block;
	display:inline-block;
	
}

li#mainnav_01 a { /* Alle */ 
	margin-left: 10px;
	margin-right: 10px;
	display:block;
	display:inline-block;
}


/* Einde Navigational Menu */


.online {
	height:40px;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#000000;
}







.dock {
 position:absolute;left:140px;top:40px;width:200px;height:240px;background-Color:#FFCC66;border: solid black 1px;font-Size:12px;text-Align:left;
}

.item {
 left:10px;top:10px;width:180px;height:50px;background-Color:#FFFFCC;border: solid black 1px;margin-Top:10px;text-Align:center;cursor:move;
}

.image {
 left:70px;top:10px;width:50px;height:30px;border-Width:0px;margin-Top:10px;margin-Left:0px;cursor:move;
}

.move {
 position:relative;
}

.title {
 position:relative;left:0px;top:0px;height:15px;background-Color:#FFCC33;border-Bottom: solid black 1px;text-Align:left;padding-Left:10px;
}

.blank {
 position:relative;left:0px;top:0px;width:180px;height:20px;background-Color:#FFFFCC;border: solid black 1px;margin-Top:10px;
}

#content1 INPUT {
 position:absolute;left:400px;top:10px;width:100px;background-Color:#FFCC66;font-Size:12px;
}


/* LOGIN DIV OVERLAYER */
	/* CSS for the demo. CSS needed for the scripts are loaded dynamically by the scripts */
	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		text-align:left;
		
	}
	
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}

	
	
	.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
/* EINDE LOGIN DIV OVERLAYER */