html {
margin:0;
padding:0;
}
body {
background-color:#E1DDD9;
color:#000;
font-family:Verdana,Arial,SunSans-Regular,Sans-Ser;
font-size:11px;
margin:0;
padding:0;
text-align:center;
background:url(../images/website_bg.gif) top repeat-x #9b0149;
line-height:18px;
}
p, pre, h1 {
margin:0 10px 10px;
}
h1 {
background-color:transparent;
color:#a91057;
font-size:14px;
padding-top:10px;
text-transform:uppercase;
font-weight:bold;
}

h2 {
background-color:transparent;
color:#a91057;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
padding:0px;
margin:0 0 0 15px;;
}
a {
background-color:transparent;
color:#a91057;
text-decoration:none;
	font-weight:bold;
}

a:hover {
background-color:transparent;
color:#a91057;
text-decoration:underline;
}
pre {
background-color:transparent;
color:#564B47;
font-family:Courier,Monaco,Monospace;
font-size:11px;
}
#box {
margin:0 auto;
padding:0;
text-align:left;
width:892px;
background-color:#FFFFFF;
}

#content {
background-color:#FFFFFF;
float:left;
padding:0;
width:670px;
padding
}

#content_inside {
	margin-left:10px;
	margin-top:10px;
	padding-bottom:20px;
}
#left {
float:left;
padding:0;
width:212px;
}

#left_inside{
	background-color:#f2f2f2;
}

#left h1{
	padding-left:10px;
	padding-top:20px;
}

#left p{
	padding-left:10px;
	padding-bottom:20px;
	color:#a91057;
	font-size:10px;
}
#head {
background-color:transparent;
}

.top_header{
	margin-left:10px;
}

.logo{
	background:url(../images/top_header.jpg) top left no-repeat;
	height:173px;
}
#head h1 {
background-color:#90897A;
color:#a91057;
font-size:11px;
margin:0px;
padding:5px 15px;
text-align:right;
text-transform:uppercase;
}
#head p {
margin:0;
padding:10px;
}

#bottom{
	background-color:#dddddd;
	height:24px;

}

#bottom h1{
	padding:6px 10px 0 10px;;
	font-size:10px;
	color:#000;
	margin:0px;
	text-transform:none;

}

/*****************************************/
/* CONTENT PAGE*/
/*****************************************/

.party_news{
	border-top:1px dotted #9c034a;
	margin-left:10px;
	padding-top:15px;
	float:left;
}

.party_news_image{
	float:left;
	width:148px;
	height:148px;
}

.party_news_content{
	width:480px;
	float:left;
}

.party_news_content p{
	padding:0px;
	margin:0px;
	margin-left:15px;
}

.party_button{
	float:right;
}


/*****************************************/
/* PROJECTEN*/
/*****************************************/

/* Projects
-----------------------------------------------------------------------------*/
.project {
  width: 650px;
  margin-bottom: 15px;
  float:left;
  border-bottom:1px dotted #A91057;
  
}

.project .pics {
  float: left;
  width: 300px;
  overflow: hidden;
  padding: 8px;
  text-align: center;
  height: 200px;
}

.project .thumb {
  float: right;
  width: 148px;
  overflow: hidden;
  text-align: center;
  height: 148px;
  margin-bottom:15px;
}
.project .titel {
  color: #A91057;
  font-weight: bold;
  font-size: 16px;
}
.project .tekst1, .project .tekst2 {
  color: #000000;
  font-size: 12px;
}
.project .tekst1 {
  padding-top: 5px;
  padding-bottom:15px;
}

.project .tekst1 a{
	font-weight:bold;
}

.project .tekst2 {
padding: 8px 0px 15px 0px;
line-height: 1.6em;
color:#000000;
}

.titelnieuws{
	font-weight:bold;		
}

#left_inside .tekstnieuws p{
	margin:0px;
	padding:0px;
	padding-left:20px;
	color:#000;
}

.tekstnieuws p{
	margin:0px;
	padding:0px;
	padding-top:10px;	
}

.header{
	font-weight:bold;	
}

.tekst p{
	margin:0px;
	padding:0px;
	padding-top:10px;
	
}

.project .container {
float: left;
width: 480px;
}

#left_inside .titelnieuws{
	font-weight:bold;
	color: #A91057;
	padding-left:20px;
}


/*****************************************/
/* MAIN MENU*/
/*****************************************/

.menu{
	background:url(../images/menu_bg.jpg) top left repeat-x;
	padding-left:10px;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
height:41px;
}

#nav a{
display:block;
background:url(../images/menu_border_right.jpg) top right no-repeat;
padding:12px 10px;
color:#fff;
text-decoration:none;
font-size:11px;

}

#nav a:hover{
background-color:#fff;
color:#333;

}

#nav li{
float:left;
position:relative;
background-image:tranparant;
}

#nav ul {
position:absolute;
display:none;
width:11em;
top:3.5em;
background-color:#fff;
}

#nav li ul a{
width:10em;
height:auto;
float:left;
background-color:#dadada;
color:#000000;
background-image:none;

}

#nav li ul a:hover{
background-color:#bcbcbc;

}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:11em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
