﻿/* global reset *************************************************************************************/

td, th, blockquote, p, textarea, input, fieldset, form, pre, h5, h4, h3, h2, h1, li, ol, ul, dd, dt, dl, div, class, body {   
	margin: 0px;
	padding: 0px;
}

h5, h4, h3, h2, h1, p, ol, ul, dd, dt, dl , a{
	font-size: medium;
	font-weight: normal;
}

li, ol, ul {
	list-style: none;
	text-align: center;
}

table {  
	border-collapse: collapse;
	border-spacing: 0px;
}  

img, fieldset {
	border: 0px;  
}
 
var, th, strong, em, dfn, code, cite, caption, address {  
	font-style: normal;  
	font-weight: normal;  
}
 
strong {
	font: caption;
}

th, caption {  
	text-align: left;
}

q:after {  
	content: '';  
} 
 
q:before {  
	content: '';  
} 
 
acronym, abbr {
	border: 0px;  
}

a {
	font: inherit;
	outline: none;
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





/* box elements **************************************************************************************************/

#container {
	margin: 0px auto;
	width: 733px;
}

/* **************************************************************************************************/

#header, #header-bl, #message, #message-top, #message-top h1, #message-bl {
	background: transparent url(images/box-white.png) no-repeat bottom right;
}

/* **************************************************************************************************/

#header {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 0px auto 20px;
}

#header-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 15px 0px 15px 15px;
}

/* **************************************************************************************************/

#message {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 10px auto 20px;
}

#message-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#message-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#message-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#footer {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 0px auto 20px;
}

#footer-top {
	margin-right:-15px;
	padding-right:15px
}

#footer-top h4 {
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
	text-align: center;
}

#footer-bl {
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/




/* single elements *************************************************************************************/

td a {
	color: #5D666E;
	text-decoration: underline;
}

h4 {  /* Footer *****************************************************************************************/
	font-size: 0.7em;
	color: #5D666E;
}

a {
	text-decoration: none;
}

p {
	font-size: 0.9em;
	color: #000;
	text-align: center;
	padding-bottom: 1em;
}

li, ol, ul {
	text-align: center;
	font-size: 1em;
	color: #9E6868
}
