/*
 * Werkplein Maastricht CSS File v1.0
 * Gosi design
 * Last edited: 13 Aug 2008
 */

/*
 * Reset Innate Browser Styling
 * Table items zijn uit de reset weggehaald.
 */

p:first-child{
	margin-top:0px;
} 


 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, sub, sup, tt, var,
 dl, dt, dd,
 fieldset, form, label, legend,
 caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
 }
/* remember to define focus styles! */
 :focus {
	outline: 0;
 }

 body {
	line-height: 1;
	color: black;
	background: white;
 }


/* tables still need 'cellspacing="0"' in the markup */
 table {
	border-collapse: separate;
	border-spacing: 0;
 }

 caption, th, td {
	text-align: left;
	font-weight: normal;
 }

 blockquote:before, blockquote:after,
 q:before, q:after {
	content: "";
 }

 blockquote, q {
	quotes: "" "";
 }


/*
 * General Items
 */

 body {
    background: #a1a1a1 url("../gfx/body-bg.png") top left repeat-y;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
 }

 #striping {
    background: url("../gfx/striping.gif") top left repeat-x;
    height: 78px;
    width: 100%;
 }

 #container {
    float: none;
    height: 505px;
    margin-top: -78px;
    position: relative;
    width: 981px;
 }

/*
 * Grid-Like presentation:
 */

 #menu-column {
    float: left;
    margin: 16px 0 0 22px;
    position: relative;
    width: 186px;
	overflow:hidden;
 }

 #content-column {
    background: #fff;
    float: left;
    margin-left: 27px;
    min-height: 100%;
    position: relative;
    width: 471px;
 }

 #news-column {
    float: right;
    margin: 0 0 0 0;
    min-height: 100%;
    position: relative;
    width: 274px;
 }

 #news-column .content {
    background: #dedede;
    clear: both;
    float: right;
    min-height: 500px;
    position: relative;
    width: 246px;
 }

/*
 * Grid IE 6 Fix
 */

 *html #menu-column {
    margin: 16px 0 0 11px;
 }

 *html #content-column {
    height: 100%;
    margin-left: 27px;
 }

 *html #news-column {
    height: 100%;
 }

 *html #news-column .content {
    height: 100%;
 }

/*
 * General Layout Items
 */

 h1 {
    background-position: 23px 0;
    background-repeat: no-repeat;
    border: 1px solid #d0d0d0;
    border-width: 1px 0 1px 0;
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 33px 0 1em 0;
    padding: 0 23px 0 23px;
    text-indent: -9999px;
 }

 h2 {
    background: #e21838 url("../gfx/newshead.png") no-repeat;
    border: 1px solid #ffffff;
    border-left: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-indent: -9999px;

 }

 h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3em;
    padding: 0 23px 0 23px;
 }

 a,
 a:visited,
 a:hover {
    color: #0093d0;
    font-weight: bold;
    text-decoration: none;
 }

 a:hover {
    text-decoration: underline;
 }

 strong {
    font-weight: bold;
 }

 p {
    margin-bottom: 1em;
 }

 #content-column pxxx {
    display: block;
    padding: 0 23px 0 23px;
    text-align: justify;
    width: 425px;
 }

 em {
    font-style: italic;
 }


 table,
 table tr,
 table td {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
 }

/*
 * Misc Items
 */

 .textspan {
    display: inline;
    float: left;
 }

 #grayfix {
    background: url("../gfx/bgtop.gif") repeat-x;
    height: 76px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
 }

 #linefix {
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    left: 0;
    top: 33px;
    height: 45px;
    width: 28px;
 }

 #login {
    border-right: 1px solid #d0d0d0;
    display: block;
    position: relative;
    margin-left: -1px;
    width: 274px;
 }

 ul#menu {
    list-style-position: outside;
	margin: 0;
	padding: 0; 
    color: #fff;
    clear: both;
    display: block;
    margin: 86px 0 0 0px;
    padding: 0;
    width: 206px;
 }

 ul#menu li a {
    background: #e21838;
    color: #fff;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 100%;
 }

 ul#menu li a:hover,
 ul#menu li a.activepage {
    background: #bc142f;
    color: #fff;
    text-decoration: none;
 }

 ul#menu a.standard:hover {
    background-position: 0 -30px;
 }

 ul#extralinks {
	list-style: none;
	margin: 0;
	padding: 0;	  
    background: #0077a9;
    color: #fff;
    display: block;
    height: 68px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 456px;
    width: 186px;
 }

 ul#extralinks li {
	list-style: none;
	margin: 0;
	padding: 0;
    margin-left: 20px;	  
    height: 34px;
    margin-left: 0;
    width: 100%;
 }

 ul#extralinks li a {
    background-position: center;
    display: block;
    height: 34px;
    text-indent: -9999px;
    width: 100%;
 }

 ul#extralinks a.extra:hover {
    background-position: 0 -34px!important;
 }

 .newstitle {
    background-repeat: no-repeat;
    float: left;
    text-indent: -9999px;
    width: 330px;
 }

 .newsdate {
    color: #e21838;
    display: inline;
    font-size: 10px;
    float: right;
 }


/*
 * Newslist
 */

 a.nieuwsbericht,
 a.nieuwsbericht:visited,
 a.active,
 a.active:visited {
    border-bottom: 1px solid #a6a6a6;
    color: #000;
    display: block;
    font-weight: normal;
    min-height: 17px;
    padding: 8px 15px 8px 25px;
    position: relative;
    text-decoration: none;
    width: 206px;
 }

 a.nieuwsbericht span,
 a.active span {
    color: #e21838;
    font-size: 10px;
 }

 a.nieuwsbericht:hover {
    background: #ffffff;
    color: #000;
    font-weight: normal;
    text-decoration: none;
 }

 a.active {
    background: #ffffff;
    color: #000;
    font-weight: normal;
    text-decoration: none;
 }

 .newsimg {
    position: absolute;
    left: 10px;
    margin-top: 2px;
    width: 11px;
    height: 15px;
    background: url("../gfx/nieuwspre.png") center no-repeat;
 }

 .newsimg {
    top: 8px;
 }

 .active .newsimg {
    background: url("../gfx/nieuwspreactive.png") center no-repeat;
 }

 a.nieuwsbericht:hover .newsimg {
    background: url("../gfx/nieuwspreactive.png") center no-repeat;
 }

 #archivetitle {
    background-image: url("../gfx/titleimg.png");
    background-position: -2px -3px;
    background-repeat: no-repeat;
    height: 34px;
    text-indent: -9999px;
    border-bottom: 1px solid #a6a6a6;
 }

/*
 * Routeplanner styles
 */

 fieldset.routefield {
    background: #c7c7c7;
    display: block;
    margin: 0 0 10px 10px;
    padding: 13px;
    width: 425px;
 }

 .routefield input {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    padding: 2px;
    width: 250px;
 }

 .routefield select {
    border: 1px solid #fff;
    width: 258px;
 }

 .routefield input#nr {
    width: 50px;
 }

 .routefield label {
    display: block;
    font-weight: bold;
    height: 20px;
    width: 120px;
 }

 #map {
    background: #e9e9e9;
    display: block;
    height: 500px;
    margin: 0 0 10px 10px;
    padding: 13px;
    width: 425px;
 }

 #routeinfo {
    margin: 0 0 10px 8px;
    width: 446px;
 }

 #routebutton {
    background: url("../gfx/routebutton.png") no-repeat;
    border: none;
    cursor: pointer;
    height: 28px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 125px;
 }

/***********************************************
   DIV VOOR MODULE IN TOOLBOX
 ***********************************************/
 .tbmodule{
	background-color:#ea0082;
	color:#FFFFFF;
	padding:20px;
	margin:15px 0px 15px 0px;
	text-align:center;
	font-weight:bold;
	border:dotted 1px #000000;
 }
 
 
/**********************************************
IMAGE CLASSES VANUIT TOOLBOX
**********************************************/
.img_left_border{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #222222;	
}
.img_left_noborder{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.img_right_border{
	float:right;
	margin-left:10px;
	margin-right:0px;	
	margin-bottom:5px;
	border:1px solid #222222;	
}
.img_right_noborder{
	float:right;
	margin-right:4px;		
	margin-left:10px;
	margin-bottom:5px;
}
.img_noalign_noborder{
	margin:5px;
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.img_noalign_border{
	margin:5px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border:1px solid #222222;		
}
