/**********************************************************************
***	BASICS
**********************************************************************/
body {
	background:#fff url(../img/background.png);
	
	margin:50px 0px; 
	padding:0px;
	
	text-align:center;	
	font-family:Verdana,sans-serif;
   	color:black;
   	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px 0px 10px 0px;
	padding:30px 0px 2px 0px;	
}
h2,h3,h4,h5,h6 {
	border-bottom:1px dotted silver;
}

p {
	margin:0px;
	padding:0px;
}

a,
a:active,
a:focus,
a:link,
a:visited {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/**********************************************************************
***	CONTENT
**********************************************************************/
#caseWrapper {
	width:685px;
	margin:0px auto;
	text-align:left;
}
#headerWrapper {}
#contentHeaderDefault,
#contentHeader {
	background:right url(../img/case_header.png) no-repeat;
		
	z-index:100;
	position:relative;
	width:770px;
	height:403px;	
}
#contentHeaderDefault {
	background:right url(../img/case_header_default.png) no-repeat;
	width:770px;
	height:303px;
}

#contentWrapper {
	position:relative;
	top:-215px;
}
#contentTop,
#contentTopBlank {
	background:url(../img/case_top_85.png) no-repeat;
	width:680px;
	height:62px;
}
#contentTopBlank {
	background:url(../img/case_top_blank.png) no-repeat;
}
#contentMiddle,
#contentBottom {
	padding:0px 25px 0px 100px;
	width:560px;
}
#contentMiddle {
	background:url(../img/case_spacer.png) repeat-y;	
		height:100%;
}
#contentBottom {
	background:url(../img/case_bottom.png) no-repeat;
	height:319px;
}

/**********************************************************************
***	BLOCKS
**********************************************************************/
.adress {
	font-family:"Courier New", Courier, monospace;
	font-weight:bolder;
	font-size:110%;
	line-height:140%;
}

/**********************************************************************
***	COUNTER
**********************************************************************/
.counter {
	text-align:center;
}
#counterDays {
	font-size:50px;
	font-weight:bold;
	padding-bottom:8px;
}
#counterTime {
	font-size:30px;
	font-weight:bold;
	padding-bottom:8px;
}
#counterFooter {
	font-size:25px;
	font-weight:bold;
}

/**********************************************************************
***	FOOTER
**********************************************************************/
#footer {
	text-align:center;
	margin-top:10px;
}
