*
{
	margin:0;
	padding:0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#264671;
	line-height: 18px;
}
h1
{
	margin-top:10px;
	margin-bottom:5px;
}
h2
{
	margin-top:10px;
	margin-bottom:5px;
}
a
{
	color:#d92624;
	text-decoration:none;
	
}
#wrapper
{
	width:900px;
	margin: auto;
}
#header
{
	width:900px;
	height:195px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;

}
#logo
{
	width:150px;
	height: 175px;
	background-image: url(../images/omrin_basis.gif);
	float:left;
	
}
#topMenuWrapper
{
	width:750px;
	height:25px;
	color: #fff;
	
	padding-top:150px;
	
}
#TopMenu
{
	list-style-type: none;
}
#TopMenu li
{
	float:left;
	border-right:1px solid #fff;
	display:block;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	
	
}
#TopMenu li a
{
	color: #fff;
	text-decoration: none;
	font-size:14px;
}
#BreadCrumb
{
	
	width:890px;
	height: 20px;
	background-color: #264671;	
	color:#fff;
	padding-left:10px;
	
}
#BreadCrumb a
{
	margin-right:5px;
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: right 3px ;
	padding-right:11px;
	color:white;
}
#leftColumn
{
	width:160px;
	float:left;
	min-height: 100px;
}
#leftColumn h1
{
	font-size:15px;
	padding-left:20px;
	margin-top:25px;
	
}
#leftColumn h2
{
	display:block;
	width:130px;
	height: 18px;
	background-color: #d92624;
	color:#fff;
	font-size: 13px;
	font-weight:normal;
	padding-left:20px;
	padding-top:2px;

	
}
#leftColumn ul
{
	list-style: none;
	margin-bottom:80px;
	width:120px;
}
#leftColumn ul li
{
	padding-top:10px;
	padding-left:20px;
}
#leftColumn ul li a
{
	color:#264671;	
	text-decoration: none;
	font-weight:bold;
	
}
#leftColumn ul li a.selected
{
	color:#d92624;
}
#ContentColumn
{
	width:480px;
	float:left;
	padding-top:30px;
	
}
#VacaturesColumn
{
	width:480px;
	float:left;
	padding-top:30px;
}
#ContentColumn h1
{
	color:#d92624;
}
#ContentColumn h2
{
	color:#d92624;
		font-size:12px;
}
#rightColumn
{
	width:260px;
	float:left;
}
#rightColumn p
{
    margin-left:50px;
    margin-top:30px;
}
#rightColumn #title
{
	margin-top:100px;
	color:#d92624;
	font-size: 24px;

	
}

#footer
{
	width:900px;
	height:100px;
	padding-top:25px;
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	clear:both;
}
#printButton
{
	margin-left:160px;
	float:left;
	
}
#SolliciterenButton
{

	height:18px;
	width:350px;
	display:block;
	background-color: #264671;	
	float:right;
	color: #fff;
	padding-left:15px;
	padding-top:2px;
}
#VacatureTitle
{
	color:#d92624;
	font-weight: bold;
	font-size: 14px;
	
}
#VacaturesColumn  ul
{
	margin-left:15px;
}
/*
	styles for forms
*/

label
{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 

}
form input, form textarea 
{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form fieldset {
 
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  
}
legend
{
    font-weight:bold;  
}
form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                 /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
.inputWrapper
{
    padding:5px;
}
.obliged
{color:red}


