body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background:#333132 url(../Layout/Img/bg_repeat.gif) fixed center bottom repeat-x;
}
.linkNews {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.tekstveld {
	height: 10px;
	width: 100px;
	font-size: 10px;
}
.SystemWide {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.Titelform {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
form {
	margin: 0px;
}

.SolidFull {
	border: 1px solid #FFFFFF;
	padding: 0px;
}
.BackNav {
	background-color: #333132;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px;
	height: 20px;
}
.BackSubNav {
	background-color: #999898;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.BackTD {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 120px;
}
#Titel {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.OmtrekImg {
	border: 1px solid #8D8D8D;
}

.KopTekst {
	font-size: 18px;
	color: #999898;
}
.KopTekstZwart {
	font-size: 18px;
	color: #000000;
}
.DateTekst {
	font-size: 9px;
	color: #999898;
}
.muis {
cursor:pointer;
cursor:hand;
}
.muis:hover 
{
    text-decoration:underline;
}

.tdform {
padding-top:5px; 
padding-bottom:5px; 
padding-left:5px
}
.TekstProj {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.LinkProj {
	font-size: 11px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TekstProject {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.BackProject {
	background-image: url(../Layout/stippel_hor.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.BackProjectVert {
	background-image: url(../Layout/stippel_vert.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.ProjectActief {
	background-image: url(../Layout/vergrootglas_actief.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor:pointer;
	cursor:hand;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px;
	padding-left: 0px;
	font-weight: bold;
}
.ProjectInActief {
	background-image: url(../Layout/vergrootglas_inactief.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor:pointer;
	cursor:hand;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding-left: 0px;
	font-weight: bold;
}
.Project {
	background-image: url(../Layout/vergrootglas.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor:pointer;
	cursor:hand;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding-left: 0px;
	font-weight: bold;
}
.TekstItalian {
	font-style: italic;
}

#twitter_follow 
{
    background-image: url(../Layout/img/twitter_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:40px;
	padding:0px 0px 0px 40px;
	margin:20px 0px 0px 0px;
}
#twitter_follow a 
{
    color:#A2A091;
    }

ul#twitter_update_list {
	list-style:none;
	padding: 0px 0px;
	margin:0px 0px;
}
ul#twitter_update_list li {
	list-style:none;
	list-style-type: none;
	list-style-position: inherit;
	padding: 0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	.margin:0px 0px 10px 5px;
}
#twitter_update_list li a:link, #twitter_update_list li a:visited {
	color:#A2A091;
	list-style:none;
	list-style-type: none;
	list-style-position: inside;
}
#twitter_update_list li a:hover{
	color:#A2A091;
}

div.home {}
#dialog-overlay {
    width:100%; 
    height:100%;
    filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5; 
    background:#000; 
    position:absolute; 
    top:0; left:0; 
    z-index:3000; 
}
 
 
#dialog-box {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     
    background:#eee;
    margin: 150px 0 0 0;
	position:absolute; 
    width:328px; 
    z-index:5000; 
	}
 
#dialog-box .dialog-content {
    text-align:left; 
    padding:10px; 
    margin:13px;
    color:#666; 
    font-family:arial;
    font-size:11px; 
}
 
a.button {
	cursor: pointer;
    display: block;
    margin:10px auto 0 auto;
    padding: 5px;
    text-align:center;
    width:auto;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
     
    background-color: #72BF44;
     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
     
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
     
}
a.button img{
	border: none medium;
	margin: 0 5px 0 0;
} 
a.button:hover {
    background-color: #72BF44;  
}
 
/* extra styling */
#dialog-box .dialog-content p {
    font-weight:700; 
	margin:0;
}
 
