@charset "utf-8";
/* CSS Document */

body {
 margin: 0 auto;
 padding: 0;
 width: 570px;
 font: 75%/120% Arial, Helvetica, sans-serif;
}
/* slider */
a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
#panel {
	display:none;
	height:135px;
	padding: 20px;
	background-attachment: scroll;
	background-color: #999;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	width: 530px;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #9F0000;
}
#c1{
	background-image: url(images/powerdomein_bg.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 550px;
	background-position: center top;
}

#c2{
	background-image: url(images/pcmw_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 92px;
	width: 550px;
}
.slide {
	background:transparent url(images/button.gif) no-repeat scroll center top;
	margin:0;
	padding:0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333;
}
.btn-slide {
-x-system-font:none;
background:transparent url(images/pijl.gif) no-repeat scroll right -50px;
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:31px;
line-height:100%;
margin:0 auto;
padding:10px 10px 0 0;
text-align:center;
text-decoration:none;
width:144px;
}



.active {
background-position:right 12px;
}
/* eind slider */

/* login menu */
.menu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:100px 0 0;
padding:0;
}
.menu li {
float:left;
margin:0 2px;
padding:0;
position:relative;
text-align:center;
}
.menu a{
	color:#FFF;
	display:block;
	font-weight:bold;
	padding:14px 10px;
	text-decoration:none;
	width:144px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/button%20menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li em {
	background:transparent url(images/hover.png) no-repeat scroll 0 0;
	display:none;
	font-style:normal;
	height:76px;
	left:-15px;
	position:absolute;
	text-align:center;
	top:-85px;
	width:185px;
	z-index:2;
	font-size: 9px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

/* eind login menu */
	
* {
	COLOR: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

b { 
font-weight: bold; 
}

table {
	height: auto;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



td {
	text-align: center;
	padding: 20;
}

	
td a:link, a:visited, a:active{
	color: #9F0000;
	font-weight: bold;
	text-decoration: none;
}
td a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.slide a:link{
	color: #FFF;
	text-decoration: none;
}
.slide a:visited{
	color: #FFF;
	text-decoration: none;
}
.slide a:hover{
	color: #CCC;
	text-decoration: none;
}

#footer a:link, a:visited{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #333;
	text-decoration: none;
}
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style> main stylesheet ends, CC with new stylesheet below... 

[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
