/*algemene css*/
* {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:16px;
    margin:0;
    border:0;
    padding:0;
}
td {
    vertical-align:top;
    text-align:left;
}

input, textarea {
width:300px;
background-color:#FAFAFA;
border-right:1px solid #D6D6D6;
border-bottom:1px solid #D6D6D6;
border-top:1px solid #BFBFBF;
border-left:1px solid #BFBFBF;
margin-bottom:5px;
margin-left:10px;
}

button {
width:150px;
font-size:11px;
font-weight:bold;
cursor:pointer;
background-color:#D3D3D3;
border-top:1px solid #D6D6D6;
border-left:1px solid #D6D6D6;
border-right:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
margin-bottom:5px;
margin-left:10px;
}

select {
width:300px;
background-color:#FAFAFA;
border-right:1px solid #D6D6D6;
border-bottom:1px solid #D6D6D6;
border-top:1px solid #BFBFBF;
border-left:1px solid #BFBFBF;
}

option {
background-color:#FAFAFA;
}

textarea {
width:300px;
height:150px;
border:0;
background-color:#FAFAFA;
border-right:1px solid #D6D6D6;
border-bottom:1px solid #D6D6D6;
border-top:1px solid #BFBFBF;
border-left:1px solid #BFBFBF;
}

input.radio {
background-image:none;
width:20px;
border:0;
}

input.checkbox {
background-image:none;
width:20px;
border:0;
}


a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

body {
background-color:#9CAA6F;
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
text-align:left;
margin:0;
height: 100%;
}
/* ----link images-----*/	
a[href^="http:"] {
    background: url(/images/ext.gif) no-repeat left center;
    padding-left: 21px;
}
a[href^="mailto:"] {
    background: url(/images/email.gif) no-repeat    left center;
    padding-left: 21px;
}
a[href^="http://maps.google.nl"] {
    background: url(/images/map.gif) no-repeat left center;
    padding-left: 21px;
}
a[href^="http://www.wijkraadzuidoostenschede.nl"], 
a[href^="http://wijkraadzuidoostenschede.nl"],
a[href^="javascript"],
a[href^="http://wzoe.siteworks.nl"] {
background-image: none;
padding-left: 0px;
}
a[href^="http://maps.google.nl/maps"] {
    background: url(/images/map.gif) no-repeat left center;
    padding-left: 21px;
}
a[href$=".pdf"] {
    background: url(/images/pdf.gif) no-repeat left center;
    padding-left: 21px;
}
a[href$=".doc"], a[href$=".docx"] {
    background: url(/images/doc.gif) no-repeat left center;
    padding-left: 21px;
}
a[href$=".ppt"], a[href$=".pptx"], a[href$=".pps"], a[href$=".ppsx"] {
    background: url(/images/ppt.gif) no-repeat left center;
    padding-left: 21px;
}
a[href$=".xls"], a[href$=".xlsx"] {
    background: url(/images/xls.gif) no-repeat left center;
    padding-left: 21px;
}
a[href$=".zip"], a[href$=".rar"] {
    background: url(/images/zip.gif) no-repeat  left center;
    padding-left: 21px;
}	
a[href$=".avi"], a[href$=".wmv"] {
    background: url(/images/mov.gif) no-repeat  left center;
    padding-left: 21px;
}
.img-noborder {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.wrap_outer .body .contentwrap .content_l .view-col-1 .img-noborder {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


p {
text-align:justify;
}


h1 {
color:#000000;
font-family:"Trebuchet MS", verdana, arial;
font-size:22px;
letter-spacing:0;
line-height:22px;
margin-bottom:3px;
text-transform:none;
margin-top:5px;
}

h2 {
color:#EE1C25;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:15px;
font-weight:bold;
margin-bottom:6px;
text-transform:none;
line-height:16px;
}

h3 {
    color:#ED1C24;
    font-family:"Trebuchet MS", verdana, arial;
    font-size:15px;
    margin-bottom:6px;
    line-height:15px;
    text-align:justify;
    font-style: italic;
    font-weight: normal;
}
h4 {
color:#036;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin-bottom:3px;
text-transform:uppercase;
line-height:14px;
}
h5 {
font-size:12px;
margin-bottom:5px;
}

/*bestaande css*/
.alsosee {
    float:left;
    width:143px;
    height:auto;
    background-color:#C7E2AD;
    margin-top:20px;
    margin-left: 13px;
    padding: 5px;
    color: #006600;
    background-image: url(/images/alsosee.jpg);
    background-repeat: no-repeat;
}

.alsosee h4 {
    text-transform:none;
    color:#003300;
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
    font-family: "Trebuchet MS", verdana, arial;
    font-style: italic;
}

.alsosee li {
    color:#003300;
    list-style-type:none;
    background-image:url(/images/bullet-white.gif);
    background-repeat:no-repeat;
    background-position:2px 4px;
    padding-left:10px;
    line-height:14px;
    margin-bottom:8px;
    margin-top: 8px;
}

.alsosee li a {
text-decoration:none;
color:#006600;
}

.alsosee li a:hover {
text-decoration:underline;
color:#009900;
}

.alsosee p {
    color:#003300;
    padding-right: 5px;
    text-align: left;
}

.alsosee p a {
    color:#009900;
    text-decoration:none;
    font-weight:bold;
}
.alsosee p a:hover {
color:#006600;
}

.body {
text-align:left;
width:935px;
margin-top:0;
background-color:#FFFFFF;
}

.clear {
clear:both;
font-size:1px;
height:1px;
width:160px;
}

.content_cart {
color:#666;
float:left;
padding-left:10px;
padding-right:0;
width:675px;
}

.content_cart #amount {
font-size:11px;
line-height:10px;
height:16px;
width:30px;
background-color:#FFF;
}

.content_cart a {
text-decoration:none;
font-weight:700;
}

.content_cart h5 {
font-weight:400;
text-transform:uppercase;
color:#999;
text-decoration:none;
font-size:10px;
font-family:Tahoma, Helvetica, Arial, sans-serif;
}

.content_home {
color:#333;
float:left;
padding-left:10px;
padding-right:0;
width:675px;
}

.content_l {
color:#333;
float:right;
width:735px;
min-height:300px;
padding:10px 14px 10px 0;
}
.content_l h4 {
    display: block;
    padding: 8px;
    background-color: #E4EECC;
    border: 1px solid #C7E2AD;
    background-image: url(/images/h4.jpg);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS", verdana, arial;
    font-style: italic;
    color: #006600;
    text-transform: none;
}
.contentwrap .content_l h4 a {
    color: #339900;
}




.content_l img {
    margin-right:15px;
    float:left;
    margin-left:0;
    margin-bottom: 10px;
}

.content_l ul {
    margin-bottom: 8px;
}

.content_l a {
    font-weight:bold;
    color:#ED1C24;
    text-decoration:none;
    font-style: italic;
}

.content_l a:hover {
    font-weight:bold;
    color:#006600;
    text-decoration:none;
    font-style: italic;
}

.content_l li {
    list-style-type:none;
    line-height:18px;
    list-style-image:none;
    background-image: url(/images/bullet-rood.gif);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    padding-left: 14px;
    list-style-position: outside;
}

.content_l p {
    color:#003300;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
}

.content_l ul {
    list-style-type:none;
    margin-left:15px;
    margin-top: 8px;
}
ul.lijst li {
    display: block;   
    font-weight:bold;
    background-color: #F3F7E8;
    border: 1px solid #FFFFFF;    
    font-weight:bold;
}


.content_mainimg {
    float:right;
    width:750px;
    overflow:hidden;
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:#ED1C24;
    height: auto;
    padding-top: 15px;
}

.content_min-height {
float:left;
height:405px;
width:1px;
}

.content_r {
float:right;
padding-left:6px;
padding-right:10px;
width:200px;
}


.content_wide {
color:#666;
float:left;
padding-left:24px;
padding-right:10px;
width:580px;
}

.contentwrap {
float:right;
min-height:250px;
width:750px;
}

.contentwrap hr {
    color:#999999;
    height:0;
    margin-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #9CAA6F;
}

.contentwraphome {
float:right;
min-height:250px;
width:935px;
}

.crumb {
color:#999;
font-size:10px;
height:16px;
padding-top:2px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#EEE;
width:935px;
text-align:left;
padding-bottom:2px;
clear:both;
text-indent:68px;
text-transform:uppercase;
}

.crumb a {
font-size:10px;
padding-left:15px;
text-decoration:none;
color:#7F9BB9;
}

.crumb a:hover {
text-decoration:underline;
color:#036;
}

.footer {
clear:both;
width:935px;
height:14px;
margin-right:auto;
margin-left:auto;
padding-top:2px;
background-color:#FFFFFF;
border-top-width:1px;
border-top-style:solid;
border-top-color:#9CAA6F;
padding-bottom:2px;
}

.footer p {
font-size:9px;
text-transform:uppercase;
text-align:center;
color:#555;
}

.footer p a {
    color:#333;
    text-decoration:none;
    font-size: 9px;
}
.footer p a[href^="http:"] {
    background-image: none;
padding-left: 0px;
}

.footer p a:hover {
color:#555;
text-decoration:none;
}

.header {
height:100px;
width:935px;
background-color:#FFFFFF;
margin:auto;
}

.header .logo {
float:left;
height:70px;
width:180px;
padding-top:10px;
margin-left:10px;
}

.header .sectie_id {
float:right;
height:90px;
width:516px;
}

.header .sectie_id h3 {
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#ED1C24;
    padding-top:65px;
    font-style: italic;
    line-height: 21px;
}

.header .sectie_id img {
float:right;
}

.header .sectie_lang {
float:right;
height:22px;
width:180px;
text-align:right;
margin-top:67px;
margin-right:10px;
margin-left:10px;
}

.header .sectie_lang p a {
font-size:10px;
text-transform:uppercase;
text-align:right;
color:#666;
text-decoration:none;
margin-right:5px;
margin-left:2px;
}

.header .sectie_lang p a:hover {
color:#999;
text-decoration:none;
}

.header_graphic {
height:47px;
width:935px;
clear:both;
margin:0;
padding:0;
}

.home-02 {
background-color:#036;
width:187px;
float:left;
height:205px;
margin-right:25px;
margin-top:10px;
margin-bottom:10px;
padding:5px 10px 10px;
}

.home-02 a {
background-repeat:no-repeat;
background-position:left center;
padding-left:11px;
font-weight:700;
text-decoration:none;
margin-left:8px;
color:#F90;
}

.home-02 h2 {
color:#FFF;
}

.home-02 h3 {
color:#F90;
}

.home-02 img {
border:1px solid #FFF;
margin-bottom:5px;
}

.home-02 p {
color:#FFF;
}

.home-03 {
background-color:#036;
width:187px;
float:left;
height:205px;
margin-right:0;
margin-top:10px;
margin-bottom:10px;
padding:5px 10px 10px;
}

.home-03 a {
background-repeat:no-repeat;
background-position:left center;
padding-left:11px;
font-weight:700;
text-decoration:none;
margin-left:8px;
color:#F90;
}

.home-03 h2 {
color:#FFF;
}

.home-03 h3 {
color:#F90;
}

.home-03 img {
border:1px solid #FFF;
margin-bottom:5px;
}

.home-03 p {
color:#FFF;
}


.menus {
float:left;
padding-right:6px;
text-align:left;
width:165px;
padding-top:46px;
}
.menus h4 {
    font-size: 15px;
    color: #9caa6f;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Trebuchet MS", verdana, arial;
    padding-left: 8px;
    margin-bottom: 5px;
}
.menus p {
    color: #003300;
    font-size: 11px;
    font-style: italic;
    margin-left: 16px;
    text-align: left;
    line-height: 14px;
}
.menus ul {
list-style-type:none;
}
.menus li a {
    list-style-type:none;
    color:#FFFFFF;
    padding-left:8px;
    border:none; 
    background-image:url(/images/menu3.png);  
    background-repeat:no-repeat;
    background-position: 0px 0px;
    display:block;
    width:160px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    line-height:24px;
    margin-bottom:1px; 
    margin-left:1px;
}
.menus li a.selected {
    color:#FFF;
    background-position: 0px -48px;
}
.menus li a:hover {
    color:#FFF;
    background-position: 0px -24px;
}
.menus li.selected a:hover {
    color:#FFF;
    background-position: 0px -72px;
}
.menus li li a {
    list-style-type:none;
    color:#9dab71;
    background-image:none; 
    text-transform:none;
    border-bottom:1px solid #bbc49b;
    font-weight:normal; 
}
.menus ul li.selected ul li a:hover {
    color:#9dab71;
    background-image:none; 
    font-weight: bold;
}
.menus li li.selected  a{
    color:#545b3c;
    font-weight: bold;
    background-image:none; 
}
.menus ul li.selected ul li.selected ul li a {
    list-style-type:none;
    color:#9dab71;
    padding-left:18px;
    width:150px;
    background-image:none; 
    text-transform:none;
    border-bottom:1px solid #bbc49b;
    font-weight:normal; 
}
.menus ul li.selected ul li.selected ul li a:hover {
    color:#9dab71;
    background-image:none; 
    font-weight: bold;
}
.menus ul li.selected ul li.selected ul li.selected a{
    color:#545b3c;
    font-weight: bold;
    background-image:none; 
}
.searchbox {
float:right;
width:205px;
height:auto;
background-color:#CCC;
opacity:.9;
filter:alpha(opacity=90);
-moz-opacity:0.90;
margin-top:8px;
margin-bottom:8px;
padding:2px 0 2px 5px;
}

.searchbox #button {
font-weight:700;
color:#036;
height:21px;
width:25px;
}

.searchbox #textfield {
border:1px solid #036;
font-size:11px;
height:17px;
width:120px;
}

.searchbox h3 {
text-transform:uppercase;
color:#036;
}

.searchbox p {
text-align:left;
margin-top:5px;
}
.zoekitem {
    float:left;
    width:675px;
    border-botton: solid 1px #999;
    margin-bottom:15px;
}
.sectie_nav {
height:29px;
padding-left:184px;
background-color:#6D774D;
padding-top:0;
padding-bottom:0;
margin:0;
background-image:url(/images/navbar.gif);
background-repeat:repeat-x;
}

.sectie_nav li {
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
border-right-width:1px;
border-right-style:solid;
border-right-color:#E4EECC;
float:left;
line-height:29px;
}

.sectie_nav li a,.sectie_nav li a.selected,.sectie_nav li a:hover {
padding-right:13px;
padding-left:13px;
}

.sectie_nav li a {
    color:#E4EECC;
    height:29px;
    text-decoration:none;
    line-height: 29px;
}

.sectie_nav li a.selected {
color:#FFFFFF;
background-image:url(/images/navbar-selected.gif);
background-repeat:repeat-x;
float:left;
height:29px;
}

.sectie_nav li a:hover {
color:#FFFFFF;
background-image:url(/images/navbar-hover.gif);
background-repeat:repeat-x;
float:left;
height:29px;
}

.sectie_nav li a:hover.selected {
color:#FFFFFF;
background-image:url(/images/navbar-hover-selected.gif);
background-repeat:repeat-x;
float:left;
height:29px;
}
.view-col-1 {
    float:left;
}
.view-col-2 {
    float:right;
    margin-right: 35px;
}
.view-col-1, .view-col-2 {
    width:330px;
    border:1px solid #C7E2AD;
    margin-top:5px;
    margin-bottom:10px;
    background-color:#E4EECC;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    margin-left: 0px;
    min-height: 140px;
    background-image: url(/images/view.jpg);
    background-repeat: no-repeat;
    display: block;
}
.view-col-1 p, .view-col-2 p {
    text-align: left;
}
.view-col-table {
    float:left;
    width:330px;
    height:140px;
    border:1px solid #C7E2AD;
    margin-top:0px;
    margin-bottom:5px;
    background-color:#E4EECC;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    margin-left: 0px;
    margin-right: 10px;
    min-height: 105px;
    background-image: url(/images/view.jpg);
    background-repeat: no-repeat;
    display: block;
}

.view-col-table2 {
	float:left;
	background: #E4EECC;
}
.view-col-table2 td {
	width:330px;
	padding: 3px 6px;
    border-top: 3px solid #C7E2AD;
}
.view-col-table2 tr {
	background-image: url(/images/h4.jpg);
    background-repeat: no-repeat;
}
.view-col-1 h2, .view-col-2 h2, .view-col-table h2 {
    font-size:15px;
    color: #ED1C24;
    line-height: 17px;
    margin-bottom: 5px;
    font-style: italic;
}
.view-col-1 img, .view-col-2 img, .view-col-table img {
    border: 1px solid #FFFFFF;
    margin-right: 8px;
}


.view-col-element {
    background-color: #F3F7E8;
    border: 1px solid #C7E2AD;
    padding: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.view-l {
width:690px;
float:left;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
padding:3px 10px 3px 3px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#666;
}

.view-nieuws {
width:650px;
background-color:#F3F7E8;
float:left;
margin-top:5px;
padding:2px 10px 3px 4px;
}

.view-nieuws img {
float:left;
padding-right:10px;
}

.view-nieuws p a {
font-weight:bold;
text-decoration:none;
color:#C60;

background-position:left center;
padding-left:11px;
background-repeat:no-repeat;
}

.view-nieuws p a:hover {
color:#036;
}

.view-r {
width:220px;
background-color:#E3E9F2;
float:left;
margin-top:5px;
padding:2px 4px;
}

.view-r h3 {
background-color:#036;
display:block;
color:#FFF;
text-indent:9px;
margin-top:3px;                                            
margin-bottom:0;
line-height:15px;
}

.view-r li {
color:#036;
text-decoration:none;
text-indent:9px;
display:block;
list-style-type:none;
border-bottom-width:1px;
border-bottom-style:dashed;
border-bottom-color:#036;
background-position:left center;
background-repeat:no-repeat;
line-height:19px;
}

.view-r li a:hover {
color:#036;
text-decoration:none;
list-style-type:none;
background-position:left center;
background-repeat:no-repeat;
line-height:19px;
background-color:#C0D2EF;
}

.view-r ul {
list-style-type:none;
}

.view-table {
width:470px;
opacity:.8;
filter:alpha(opacity=80);
-moz-opacity:0.80;
clear:both;
margin:0 0 8px;
}

.view-table h2 {
color:#C60;
font-size:12px;
margin:0;
padding:0;
}

.view-table h2 a {
color:#C60;
text-decoration:none;
background-repeat:no-repeat;
background-position:left center;
padding-left:10px;
}

.view-table h2 a:hover {
color:#036;
text-decoration:none;
background-repeat:no-repeat;
background-position:left center;
padding-left:10px;
}

.view-table li {
list-style-type:none;
line-height:13px;
margin-bottom:8px;
}

.view-table td {
background-color:#E3E9F2;
padding:4px;
}

.view-table ul {
list-style-type:square;
margin-left:14px;
}

.wrap_outer {
margin-left:auto;
margin-right:auto;
width:935px;
margin-top:10px;
}

a {
color:#0095d7;
text-decoration:underline;
}

a.special_link {
float:right;
height:16px;
padding-left:20px;
text-decoration:none;
width:auto;
}
.banner {
    height: auto;
    width: auto;
    margin-top: 10px;
    margin-left: 15px;
    background-image: none;
}


a.top {
background-position:left top;
background-repeat:no-repeat;
color:#0095d7;
display:block;
font-size:10px;
font-weight:700;
height:35px;
padding-left:20px;
width:50px;
}

a.top:hover {
color:#666;
}

a:hover {
color:#C60;
}



.view-col-slides {
width:270px;
float:right;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
}

.view-col-slides ul {
padding-left:8px;
}

.view-col-slides img {
float:right;
border:1px solid #666666;
padding:0;
margin-top:0;
margin-right:0;
margin-bottom:5px;
margin-left:5px;
}

.view-col-projekt {
width:390px;
float:left;
margin-right:10px;
border:1px solid #666;
margin-top:5px;
margin-bottom:5px;
background-color:#FFFFFF;
padding-top:3px;
padding-right:10px;
padding-bottom:3px;
padding-left:10px;
}

.view-col-projekt strong {
color:#CCCCCC;
}

.view-col-projekt li {
color:#AAAAAA;
list-style-image:url(/images/bullet-white.gif);
margin-bottom:5px;
list-style-position:outside;
}

.view-col-projekt ul {
}

.view-col-slides li {
width:200px;
list-style-type:none;
color:#999999;
margin-bottom:5px;
list-style-position:outside;
list-style-image:url(/images/bullet-white.gif);
}

.view-col-element img {
border-top-width:0;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
}

.view-col-element strong {
    color:#6D774D;
}

.view-l strong {
color:#BBBBBB;
}

.view-l img {
    border-top-width:0;
    border-right-width:0;
    border-bottom-width:0;
    border-left-width:0;
}
.img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.img-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content_l h5 {
    font-size: 12px;
    color: #003300;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}
.content_blok {
    color:#333;
    float:right;
    width:735px;
    min-height:600px;
    padding:10px 14px 10px 0;
}

.banner {
	padding-right: 0;
	background-image: none;
	background: none;
}
.webform p {
    text-align:left;
}
.zoekitem {
	float:left;
	width:675px;
	margin-bottom:15px;
	padding: 5px;
	border: 1px solid #999;
}
.zoekitem h5 {
	margin: 0px;
	padding: 0px;
}
.zoekitem h5 a {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	font: italic normal 16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
