/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; }

body { 
	/* This reduces default size from 16px to 12px = 75% ~ 76% bug fix */
	
	color:#777777;
	background:#ffffff url('http://www.alteg.be/newsite/images/backgroundteaser.png') no-repeat 80%;	
	line-height:1.4em;
	letter-spacing:0;
	padding:0px;
	margin:0px;
}


input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p, pre { font-size:1em }

form { border:0px; margin:0px; }
ul,ol,dl { margin-top:1em; margin-bottom:1em; }
li { padding-left:0em; }
p { margin: 0em 0em 1.8em 0em; }
h1,h2,h3,h4,h5,h6 { margin:0em 0em 0.8em 0em;  }
img { border:0px; }
hr {
	height:10px;
	border:none;
	background:url('images/divider_big.gif') no-repeat;
}


/* Link layout settings */

a {
	text-decoration:none;
	color:#3399cc;
}
a:hover {
	text-decoration:underline;
	color:#3399cc;
}
a:link { }
a:visited { }
a:active { }




/* Headings */

h1 span {
	background-color:#055095;
	padding:3px;
}

h1 {color:#ffffff;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	
	
	
	}

h2 {
	color:#3399cc;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
a:hover h2 { text-decoration:none; }
h2 a:hover { text-decoration:none; }
h3 {
	color:#3399cc;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color:#3399cc;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
}

h5 {
	color:#3399cc;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	color:#3399cc;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
}


/* Main layout style settings */

div.form_left {
	width: 250px;
	float: left;
}
div#form_right {
	width: 250px;
	float: left;
}

div#achtergrond {
	position: absolute;
	width: 100%;
	top: 150px;
}
#achtergrond #black {
	background-color: #333;
	height: 55px;
}
#achtergrond #blue {
	background-color: #055095;
	height: 20px;
}
#achtergrond #beeld {
	background-image: url("images/shadow.gif");
	background-repeat: repeat-x;
	height: 6px;
}

div#wrapper {
	padding:0px;
	text-align:left;
	/*background-image:url(images/logo/backgr.JPG);
	background-repeat:repeat-x;
	background-position:0px -32px;*/
	
}
div#container_box {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#logo {
	width:980px;
	height:100px;
	
	margin:25px;
}




img.random_pic {
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 3px; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
	opacity: .8;
	
}

img.random_pic:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #055095;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);					
	opacity: 1;
}

/* Navigation peter */

#submenu li.selected {

margin-left: 20px;
color: #fff;
background: #055095;
}

#submenu li.selected a{
	color: #fff;
	}

#submenu li.selected a:active{
	color: #fff;
	}
	
	

#submenu ul, #submenu ul li {
list-style-type: none;
display: inline;
float:left;
padding: 0;
margin-left: 20px;
}

#menu {
position:absolute;
float:left;

	
	}

#submenu {
float: left; 
padding: 0; 
text-align:right;
margin-top:5px;
width:980px;
position:relative;
}

#submenu ul li a {
white-space: nowrap; 
padding: 5px;
margin: 1px;
line-height: 3em;
text-decoration: none;

}

#submenu a:hover
{color: #fff; }



/* ENDNavigation peter */



div#content {
	width:980px;
	padding: 20px 0px 0px 25px;
	margin-top:100px;
	
}
div#mapbox {
	width:350px;
	height:350px;
	overflow:hidden;
}

.sortable_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.sortableitem {
	border: 0px;
	margin: 0px;
	padding-top:2px;
}

/* ImageBox */

#ImageBoxOuterContainer {
	z-index:2000;
}
#ImageBoxOverlay {
	z-index:2000;
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(images/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(images/prev_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Classes */

div.center { text-align:center; }
div.left { text-align:left; }
div.right { text-align:right; }
div.clear { clear:both; }
div.scroll { overflow:auto; }
div.notebox {
	font-size:0.83em;
	padding:2px;
	clear:left;
}
div.floatercell {
	float:left;
	width:105px;
	height:105px;
	margin:3px;
	background:#f6f6f6;
	border:1px solid #ddd;
}
div.footer {
	width:750px;
	border:0px solid #ccc;
	margin:25px;
	text-align:left;
	clear:both;
	color:#333333;
}
div.footer a {
	color:#333333;
	text-decoration:none;
}
div.footer a:hover {
	color:#ccc;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

#realisaties p {
	margin-bottom: 3px;
}

#realisaties .random_pic {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}

.error {
	background-image: url(images/error.png);
	background-repeat:no-repeat;
	height: 20px;
	padding-left: 20px;
}
.ok {
	background-image: url(images/ok.png);
	background-repeat:no-repeat;
	height: 20px;
	padding-left: 20px;
}

/* Form layout settings */

.field {
}

.fieldButton { font-size: 1em; }

.zaakvoerder img {
	float:left;
margin-right:15px;
margin-bottom:15px;
padding: 5px;
border: 1px solid #3B80C0;
	}
.zaakvoerder {
	float:left
	}	
