File: D:/HostingSpaces/SBogers105/musculo.nl/wwwroot/design/temp/screen.css
@charset "utf-8";
/* CSS Document */
* {
outline:0;
}
body, html, h1, h2, h3, h4, p, ul, ol, li, img{
margin:0;
padding:0;
border:0;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#005b98;
background-color:#fff;
}
::selection {
background: #005b98; /* Safari */
color:#fff;
}
::-moz-selection {
background: #005b98; /* Firefox */
color:#fff;
}
li{
vertical-align: text-top;
}
.clear_both{
clear:both;
}
.right{
float:right;
}
.left{
float:left;
}
.paddingNul{
padding-bottom:0;
}
.disableSelection{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
h1{
font-size:18px;
color:#005b98;
line-height:22px;
padding-bottom:20px;
float:left;
display:block;
font-weight:bold;
text-align:center;
width:100%;
}
h1 span{
font-weight:normal;
}
h2{
font-size:10px;
color:#005b98;
padding-bottom:3px;
float:left;
display:block;
line-height:18px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
width:100%;
}
p{
line-height:18px;
font-size:11px;
color:#626262;
padding-bottom:22px;
float:left;
text-align:center;
width:100%;
}
p a{
text-decoration:none;
color:#005b98;
}
p a:hover{
text-decoration:underline;
}
#mainframe{
margin:125px auto 0;
position:relative;
width:255px;
text-align:center;
}
#logo{
margin:0 auto;
width:250px;
height:93px;
position:relative;
}
#logo a{
width:250px;
height:93px;
display:block;
background:url(/logo.png) no-repeat 0 0;
}
.shadow{
float:left;
width:255px;
height:7px;
background:url(/shadow.png) no-repeat;
margin-top:30px;
margin-bottom:30px;
}