@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

A:link, :link {text-decoration: none; color:#000000; }
A:visited, :link, :visited, :link:focus, :visited:focus {text-decoration: none; color:#000000;}
A:active, :link:active, :visited:active {text-decoration: none; color:#666666;}
A:hover, :link:hover, :visited:hover {text-decoration: none; color:#000000;}


/* Layout */
.header{
	width:1180px;
	height:100px;
	padding:30px;
	padding-bottom:0px;
	display:block;
}
.title{
	font-size:40px;
	font-weight:bold;
}

.container{
	width:1180px;
	padding-right:30px;
	padding-left:30px;
	display:block;
}
.beheer_container{
	width:1520px;
	padding-right:30px;
	padding-left:30px;
	display:block;
}

.project{
	margin-bottom:40px;
}

.projectcolumn {
	margin-top: 0px;
	margin-right: 20px;
	width:820px;
	float:left;
	overflow:hidden;
}

.column {
	margin-top: 0px;
	margin-right: 20px;
	width:400px;
	float:left;
	overflow:hidden;
}

.small_column {
	margin-top: 0px;
        margin-right: 20px;
	float:left;
	width:300px;
	overflow:hidden;
}

.project_content{
	width:790px;
	font-size:12px;
}

.project_content A:link,
.project_content A:visited,
.project_content A:hover
{
	 text-decoration: underline;
}

A:link, :link {text-decoration: none; color:#000000; }
A:visited, :link, :visited, :link:focus, :visited:focus {text-decoration: none; color:#000000;}
A:active, :link:active, :visited:active {text-decoration: none; color:#666666;}
A:hover, :link:hover, :visited:hover {text-decoration: none; color:#000000;}

.menuLink {
    font-size:18px;
    font-weight: bold;
    text-decoration: underline;
	float:left;
	margin-right:75px;    
}

.address{
	font-size:9px;
	float:left;
	margin-right:20px;
}



/* layout CMS*/

.EditProject{
	border-top:2px dotted #000000;
	border-bottom:2px dotted #000000;
	padding-top:5px;
}

#productionList, #assignmentList, #blogList, #pagesList{
      list-style-type:none;
      margin:0;
      padding:0;
}

.logoff{
	float:right;
	display:inline;
	font-size:12px;
	text-transform:uppercase;
}


/* end layout CMS*/


/* End layout */

/* Images*/
img {
	border:0px;
}
/* End images*/



/* Text */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
h3 {
	margin:0px;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
h4 {
	margin:0px;
	margin-bottom:5px;	
	font-size:11px;
	font-weight:normal;
}

h5 {
	margin:0px;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

.link {
	text-decoration: underline ; 
	margin-bottom:10px;
}
.projectlink{
	border-bottom:1px solid #666666; 
}

.textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.width_200{
	width:210px;
}
.width_300{
	width:300px;
}
.overviewimage{
	margin-top:10px;
	margin-bottom:20px;
}
.subtitle_gray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7a7a;
	margin-bottom:20px;
}
/* End text */


