﻿* {
	margin: 0px;
	padding: 0px;
}


#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
    height: 100%
}

#content {
	clear: both;
	overflow: hidden;
	background-color: #ffffff;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
	height:100%;
	color: #666666;
}



#footer {
	clear: both;
	overflow: hidden;
    padding:15px;
	border-top: 1px solid #999999;
	color: #666666;
}
#footerlinks { margin-top:5px;}
#pagecontent {
    float:left;
    width: 670px;
    padding:10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}

#pagecontentwide {
 width: 928px;
 margin: 0px 16px 0px 0px;
}
#pagecontentmid {
 width: 736px;
 margin: 0px 16px 0px 0px;
}
#pagecontentnarrow {
    float:left;
    width: 544px;
    margin: 10px 8px 0px 8px;    
    padding:0px 0px 0px 0px;
}

#pagecontentnarrow h1{
   margin:0px 0px 0px 0px;
   padding: 0px 0px 0px 16px;
}
#leftcolumn {
    float:left;
    width: 176px;
    margin: 0px 0px 0px 0px;
    padding:0px 8px 0px 0px;
}

#rightcolumn {
    float:right;
    width: 192px;
    margin: 0px 0px 0px 0px;
   	border-left: 1px solid #eaeaea;
   	height:100%;
    padding:0px 0px 0px 0px;
    background-color: #F9F9F9;
}

.SmallExpandableModule {
    margin: 8px 0px 0px 0px;
}


.SmallExpandableModule h1 {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
}

#rightcolumn h2 { 
    font-family: Arial; 
    font-weight: bold; 
    font-size: 1em; 
	background: url(/images/arrow-expanded.gif) no-repeat 5px 6px;
	padding: 0px 16px;
	font-weight: bold;
	border: none;
	margin: 0px 0px 15px 0px;
}

#rightcolumn .padding {
    margin: 0px 16px 0px 16px;
}

.SmallExpandableModule hr
{
    border-style: solid;
    border-width: 1px;
    border-top-color: #e0e0e0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}


.ModelBackground
{
    background-color: gray;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.60;
    opacity:0.5;

    
    
}   
   
.ModalPopup
{
    background-color:White;
    border-width :3px;
    border-style:outset;
    border-color:#2175d9;
    padding:3px;
   

}   

#leftcolumn ul li {	list-style-type: none;}


#branchlist {
    float:right; 
    width:250px; 
    color: #666666;
    min-height:400px; 
    _height: 400px
    }
#branchareas{text-align:center; padding-bottom:20px;}

body {
	background-color: #eeeeee;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {
	color: #333333;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0px 10px 0px;
	text-transform: lowercase;
}

h2, .h2 {
	color: #333333;
	font-size: 1.3em;
	font-weight: bold;

	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	text-transform: lowercase;
}

h3, .h3 {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
}
h4 {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
}

p, .normal {
	color: #666666;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
}

textarea {
	color: #666666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
}
img {
	border: 0 none;
}

a,.link {
	color: #2175d9;
	text-decoration: none;
}
a:hover, .link:hover {   text-decoration: underline;}

a.underline, .link:underline {text-decoration: underline;}

a.gray {
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

a.gray:visited {
	color: #666666;
}

a.gray:hover {
	color: #333333;
	text-decoration: underline;
}


#footer a {
	padding:3px;
}

button 
{
    background: #2175d9;
	height: 22px;
	padding: 3px 10px 3px 10px;
	border:none;
	color:White;
	font-weight:bold;
	
}


input.submit:hover{
    background: #ff8a00;
	cursor: pointer;
    cursor: hand;
}

input[type="submit"]:hover{
   background: #ff8a00;
   	cursor: pointer;
    cursor: hand;
}

input
{
	color: #666666;
	font-size: 1em;
}

select {
	color: #666666;
	font-size: 1em;
}
input.radio{
margin-right:5px;padding-right:0px;
}
input[type="radio"]{
margin-right:5px;padding-right:0px;
}





.mapdot	{ position: absolute; display: block; z-index:3; background-color: #2175d9; color: #2175d9; Height: 3px; width: 3px; cursor:pointer; font-size:1px; line-height:1px;}

a.maplink  { font-weight: bold; }
a.maplinkselected{ color: #333333; font-weight: bold; }

h2.randstad {
	background: url(/images/logo-randstad-small.gif) no-repeat left center;
	border-bottom: none;
	padding: 0px 0px 0px 16px;
	margin:0px;
}

.randstad {
	background: url(/images/logo-randstad-small.gif) no-repeat left center;
	border-bottom: none;
	padding: 0px 0px 0px 16px;
	margin:0px;
}
.button 
{
    background: #2175d9;
	height: 22px;
	padding: 3px 10px 3px 10px;
	border:none;
	color:White;
	font-weight:bold;	
}
.greenbutton 
{
	background: #009900 url(/images/button-arrow.gif) no-repeat right center;
	height: 22px;
	padding: 3px 20px 6px 10px;
	border:none;
	color:White;
	font-weight:bold;	
}
.graybutton 
{
	background: #2175d9 url(/images/button-arrow.gif) no-repeat right center;
	height: 22px;
	padding: 3px 20px 6px 10px;
	border:none;
	color:White;
	font-weight:bold;	
}
a.linkbutton {
    background: #2175d9;
	padding: 3px 10px 3px 10px;
	border:none;
	font-weight:bold;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}

a.linkbutton:hover {
    background: #ff8a00;
	padding: 3px 10px 3px 10px;
	border:none;
	color:White;
	font-weight:bold;
	line-height: 25px;
	text-decoration: none;
}

.itemlistlink {	
    
	padding:  12px 0px 0px 0px;
	font-size:1.2em;
	font-weight:bold;
	
}
.itemlisttext {	
	padding: 0px 0px 10px 0px;
}


#sitemapcontainer{ padding:0px 20px 0px 20px;}
.sitemap {
    padding:10px 20px 10px 20px;
    width:180px;
    float:left;
}
.sitemap ul{
    list-style-type:none;
}
.sitemap a.sitemapheading {color: #333333; font-weight:bold;}

.sitemap li{margin:5px;}
.sitemap ul li  {color: #333333;}


#sitemap ul li            { list-style-type: disc; margin-left:10px; padding-bottom:3px;}
#sitemap ul li li		        { list-style-type: disc;margin-left:15px; }
#sitemap ul li li li		    { list-style-type: disc; margin-left:20px;}
#sitemap ul li li li li		{ list-style-type: disc;margin-left:25px; }
#sitemap ul li li li li li	{ list-style-type: disc;margin-left:30px; }



#pagecontent ul             { padding:0px 0px 10px 0px;}
#pagecontent li		        { list-style-type: disc; margin:0px 0px 0px 30px;}
#pagecontent li li		    { list-style-type: circle; }
#pagecontent li li li		{ list-style-type: lower-alpha; }
#pagecontent li li li li	{ list-style-type: lower-roman; }

#pagecontentwide ul             { padding:0px 0px 10px 0px;}
#pagecontentwide li		        { list-style-type: disc; margin:0px 0px 0px 30px;}
#pagecontentwide li li		    { list-style-type: circle; }
#pagecontentwide li li li		{ list-style-type: lower-alpha; }
#pagecontentwide li li li li	{ list-style-type: lower-roman; }


#pagecontent h2, .pageh2        { margin-bottom:10px; 	font-size: 1.6em; }
#pagecontentwide h2             { margin-bottom:10px;	font-size: 1.6em;}
#pagecontent h3                 { margin-bottom:10px; font-size: 1.3em;	border-bottom: 1px dotted #e0e0e0;	padding: 10px 0px 10px 0px; }
#pagecontentwide h3             { margin-bottom:10px; font-size: 1.3em;border-bottom: 1px dotted #e0e0e0;padding: 10px 0px 10px 0px;}
.smallerbold { font-weight:bold;}

.scroll-container {
	height: 160px;
	width: 634px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#search {
  margin: 0px 0px  0px 0px;
}
#search h1 {
 padding: 10px 0px 10px 0px;
}
.error{	color: #e41f1f;}

.itemimage{ float:right; margin: 5px 5px 5px 5px;}

.LiteratureRequest { background-color:#2175d9; width:300px; height:330px; color:White; text-align:left;}
.LiteratureRequest table { padding:15px}
.LiteratureRequest th { padding:5px; font-weight:bold; font-size:1.3em;text-align:left; border-bottom:solid 1px #cccccc;}
.LiteratureRequest td { padding:5px;}
.LiteratureRequest input.submit { background-color:gray; text-transform:lowercase;}
.LiteratureRequest input[type="submit"] { background-color:gray; text-transform:lowercase;}
.LiteratureRequest input.submit:hover { background-color:#ff8a00; text-transform:lowercase;}
.LiteratureRequest input[type="submit"]:hover { background-color:#ff8a00; text-transform:lowercase;}
.LiteratureRequest span { font-weight:bold; padding:5px; font-size:larger;}
.LiteratureRequest p {  color:White; padding:10px;}
.LiteratureRequest b { font-weight:bold;font-size:larger;}


.dotted td {
    border-bottom: dotted 1px #cccccc;
    margin: 2px 0px 2px 0px;
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.textboxpadding1 {
    padding: 1px;
}    


.mandatory {
    color: Red;
    padding: 0px 6px 0px 6px;
}

.open {
    z-index: 200;

}
#footer .recruiting {
	float: right;
	margin-left: 50px;
}

#footer .recruiting img {
	margin-right: 10px;
}

#footer .recruiting h2 {
	color: #ff8a00;
	font-size: 13px;
	font-weight: normal;
	border: none; padding:0px;margin:0px;
}

#footer .recruiting h3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold; 
	border: none; padding:0px;margin:0px;
}

.loginbuttonstyle {
    margin-right: 4px;
}

.smallwhitetext {
    color: #666666;
	font-size: 11px;
}

.floatright {
    float: right;
}
.counter
{
	font-weight : bold;
	font-size:20;
}
