@charset "utf-8";
/* CSS Document for Praisecorp July 08 */

*{
margin:0px;
padding:0px;
}
html{
height:100%;
margin:0px 0px 1px 0px;
overflow: auto;
text-align:center;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:76%;
line-height:1.5em;
color:#555555;
padding:2em 0px;
background-color:#e3e3e3;
text-align:center
}
img{
border:none;
}
a{
text-decoration:none;
font-weight:bold;
color: #FFF;
}
a:hover{
text-decoration:underline;
color:#ED881F;
}

h1 {
	color:#ED881F;
	font-size:26px;
	font-weight:bold;
	margin-bottom:50px;
	margin-top:50px;
}

.clr{
clear:both;
}
#wrapper{
width:870px;
/*  width:1280px; */
margin:0px auto;
background:#FFFFFF;
}

#navigation{
background:url(computerservice/templates/mdrbv/images/theme-mdr/menu-bg.png) repeat-x 0px 0px;
vertical-align:middle;
text-align:center;
line-height:25px;
color:#FFF;
font-weight:bold;
}

#header-bv{
background:url(automatisering/templates/mdrbv/images/theme-mdr/header.jpg) no-repeat 0px 0px;
border: none;
margin:10px;
height:200px;
width:415px; 
/* width:620px; */
background-position:-150px;
float:left;
}

#logo-bv{ 
float:right;
display:block;
width:320px;
height:120px;
margin-top:30px;
background:url(automatisering/templates/mdrbv/images/theme-mdr/logo.png) no-repeat 10px 0px;
}

#header-cs{
background:url(computerservice/templates/mdrbv/images/theme-mdr/header.jpg) no-repeat 0px 0px;
border: none;
margin:10px;
height:200px;
width:415px; 
/* width:620px; */
background-position:-150px;
float:right;
}

#logo-cs{ 
float:left;
display:block;
width:250px;
height:120px;
margin-top:60px;
background:url(computerservice/templates/mdrbv/images/theme-mdr/logo.png) no-repeat 10px 0px;
}