/* @override http://typodev2.kandesign.com/fileadmin/interfaces/css/consc.css */

body {
	background: #330000;
	color: #666666;
	font: normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #cc6600;
	line-height: 1.5em;
}

a {
	text-decoration: underline;
	color: #cc6600;
}

a:hover {
	text-decoration: none;
	color: #cc6600;
}

#header {
	display: none;
}


#center {
	position: relative;
	left: 50%;
	margin-left: -361px;
	width: 782px;
	background-color: white;
}

#content {
	min-height: 418px;
	_height: 418px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#text {
	margin-left: 210px;
	margin-right: 20px;
}

#text img {
}

#logo {
	width: 782px;
	height: 177px;
	background-image: url(../images/consciencebuurt.jpg);
}
	
#menu {
	font: bold 12px/2.25em Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	min-height: 150px;
	position: relative;
	padding-left: 0;
	margin-left: -20px;
	margin-top: -10px;
	float: left;
}
#menu a {
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .current {
	font-weight: bold;
}

#menu ul li.on a {
	color: #cc6600;
}
#menu ul li {
	list-style-type: none;
	left: 10px;
}

#menu ul ul li a {
	color: #9c9c9c;
	margin-left: -30px;
}



#balk {
	width: 782px;
	height: 12px;
	background-image: url(../images/balk.jpg);
}
#footer {
	font-size: 10px;
	color: white;
	height: 25px;
	background-color: #330000;
	text-align: center;
	padding-top: 5px;
}

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

