body{
	font:14px/20px Calibri,Arial,Verdana,sans-serif;
	text-align:center;
	font-size-adjust:0.465;
	background:#E3E3D5;
}

#header{
	height:75px;
	float:right;
	width:740px;
	margin-bottom:15px;
}

#container{
	text-align:left;
	width:940px;
	padding:0 10px;
	margin:0 auto;
	background:url(../../layout/www.noordteater.be/body_bg.png) repeat-y top center
}

#content{
	float:right;
	width:680px;
	background:#800000;
	color:#fff;
	padding:20px;
	margin:0 10px;
	min-height:500px;
}

#footer{
	text-align:center;
	margin:0 auto;
	width:960px;
	min-height:30px;
	clear:both;
	padding:10px 0;
	background:#E3E3D5 url(../../layout/www.noordteater.be/footer_bg.png) no-repeat top center;
}

/* SIDEBAR
----------*/


#sidebar{
	background:#CDCDB5 url(../../layout/www.noordteater.be/logo.jpg) no-repeat top center;
	float:left;
	width:170px;
	padding:70px 15px 10px;
	margin:20px 0 0 0;
}
#sidebar a{
	color:#800000;
	font-weight:bold;
}
#sidebar li{
	padding:0 0 7px;
}
#sidebar li.first{
	padding-top:5px;
}
#sidebar li li{
	padding:0 0 5px 10px;
}
#sidebar li li a{
	font-weight:normal;
	text-decoration:none;
}
#sidebar li li li a{
	font-style:italic;
}

/* FOOTER
---------*/
#footer a{
	color:#800000;
}

/* ELEMENTS
-----------*/

#content p,#content ul,#content ol{
	margin:0 0 10px;
}
#content ul,#content ol{
	margin:0 0 10px;
	padding-left:15px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
a{
	color:#CDCDB5;
}
h2,h3,h4{
	margin:0 0 15px;
}
h2{font-size:24px;}
h3{
	font-size:18px;
	color:#CDCDB5;
}
h4{font-size:15px;}
td,th{
	padding:5px;
}
td p{
	margin:0;
}

/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:154px;
	width:154px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

/* FORMS
--------*/

input.text,textarea{
	width:200px;
	border:1px solid #CDCDB5;
	padding:3px;
	font:12px Calibri,Arial,Verdana,sans-serif;
}
input.submit{
	border:1px solid #fff;
	background:#CDCDB5;
	font-weight:bold;
	color:#800000;
	display:block;
	margin:0 auto;
	padding:3px 10px;
}


.error_message{
	border:1px solid #c00;
	background:#fdd url(/layout/exclamation.gif) no-repeat 15px 16px;
	padding:15px 15px 15px 37px;
	margin:10px 0;
	color:#c00;
}
#thanks{
	padding:15px;
	margin-bottom:30px;
	background:#CDCDB5;
	color:#555;
}

/* LAYOUTTABLE
--------------*/

.row0 td,.row0 th{
	background:#8D1A1A;
}
.row1 td,.row1 th{
	background:#993333;
}
.layouttable td{
	
}
.layouttable th{
	text-align:right;
	width:300px;
}

/* NEWS
-------*/

#module_news ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#module_news ul li h3{
	margin-bottom: 2px;
	margin-right: 20px;
	margin-top: 0;
	padding: 0;
}
#module_news ul li h4{
	clear: both;
	float: left;
	margin-top: 0;
	margin-right: 20px;
}
#module_news ul li .read_more{
	float: left;
}
#module_news ul li a{
	float: left;
}



