@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
	text-align: right;
}

html, body {
	height: 100%; /* h��l belangrijk */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #d5dbcc url(../img/960gridd.jpg) repeat-y center top;
	
}

/*=================== main elements ==========================*/

#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 800px;
}

#wrapper{
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;  
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
    border: 1px solid #b8beb4;
}

#wrapper2{
	padding: 1px;
	background-color: #c8ccc1;
	border-radius: 9px;  
    -moz-border-radius: 9px;  
    -webkit-border-radius: 9px;
     border: 1px solid #d7dbd1;
}

#header{
	height:130px;
	position: relative;

}

#subheader{
	padding: 10px 0;
	text-align: center;

}


#content {
  padding: 10px 20px 40px;
	overflow: auto;
}

#footer {
	font-size:0.9em;
	text-align:center;
	text-align: right;
	margin: 3px 8px;
}

/*=================== type
==========================*/

a{
	text-decoration: none;
	color: #be3a39;
	font-weight: bold;
	border-bottom: 1px dotted;
}

a:hover{
	border-bottom: 1px solid;
	color: #8d262f;
}

a.button{
	width: 300px;
	display: block;
	margin: 20px auto;
	padding: 10px;
	background-color: #7c9d43;
	color: #ffbcb8;
	text-transform: uppercase;
	border: 1px solid #842727;
	background-image: url(../img/grad.jpg);
	border-radius: 8px;  
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
}

a.button:hover{
	color: #fff;
}

a.button:active{
	background-color: #7a131f;
	background-image: none;
}

h2.error{
    font-size: 3.0em;
    margin: 40px 0 20px 0;
}

h3{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #8a8e84;
}

h3 span{
	color: #fff;
	padding: 0 8px;
	background-color: #821c26;
	-moz-border-radius-topleft: 3px;
    	-webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}

.right h3 span{
	background-color: #466231;
}

p{
	color: #444;
	font-size: 14px;
}

p.pager{
    text-align: center;
    margin: 30px;
}

p.pager a{
    margin: 0 2px;
}

/*=================== home
==========================*/

a.logout{
	position: absolute;
	right: 10px;
	font-size: 11px;
	top: 5px;
}

.intro{
	font: 30px Georgia, "Times New Roman", Times, serif;
	padding: 40px 36px;
}

.intro b{
	color: #000;
}

.explain{
	margin: 0 0 10px;
	font-size: 11px;
}

h1{
	width: 800px;
	margin: 0 auto;
}

h1 a{
	display: block;
	height: 130px;
	background: url(../img/pomperlist.jpg) no-repeat center;
	border: none;
	text-indent: -9999px;
}

h1 a:hover{
	border: none;
}

ul.pomperlist{
	border-top: 1px solid #d5dbcc;
	padding: 10px 0 0;
}

ul.pomperlist li{
	margin: 0 0 10px;
	padding: 0 0 10px 52px;
	border-bottom: 1px solid #d5dbcc;
	background: url(../img/icon.jpg) no-repeat left top;
	font-size: 18px;
}

ul.pomperlist li span{
	color: #8a8e84;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.left,
.right{
	width: 365px;
	
}



.left{
	float: left;
}


.right{
	float: right;
}

.right ul.pomperlist li{
	background-image: url(../img/icon2.jpg);
}

.right ul.pomperlist li, .left ul.pomperlist li{
	font-size: 15px;
}

.right ul.pomperlist li span,
.left ul.pomperlist li span{
	font-size: 11px;
}

.avatar a{
	border: none;
}

.avatar img{
	min-height: 60px;
}

.avatar{
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/unknown.jpg) repeat center center;
}

/*=================== punch
==========================*/

.friends{
	margin: 10px 0;
}

.friends li{
	width: 64px;
	height: 90px;
	float: left;

	text-align: center;
	margin: 0 11px 10px 0;
	background-color: #fff;
	
	overflow: hidden;
	position: relative;
}

.friends li a{
	border: none;
	width: 60px;
	height: 86px;
	display: block;
	padding: 1px;
	border: 1px solid #ccc;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #626262;
}


.friends li a:hover{
	border: 1px solid #8d262f;
}

.friends li a:active{
	
}


.friends li img{
	min-height: 60px;
	min-width: 60px;
	max-width: 90px;
}



.punching h3{
	text-align: center;
	margin: 0 0 10px;
	border-bottom: 1px solid;
	font-size: 30px;
}

.punching p{
	text-align: center;
	font-size: 12px;
	color: #949494;
}

ul.pomperlist li {
    position: relative;
}

.pomper-number {
    right: 0;
    top: 0;
    position: absolute;
    font-size: 30px;
    color: #d4d4d4;
}










