@charset 'utf-8';
/*------------------------------------------------
	*
	*	Copyright 2007, Kundenname
	*	www.kundenwebseite.com
	*	Author: Jung v. Matt
	*	Function: basic settings
	*
--------------------------------------------------*/

/*------------------------------------------------
	*	reset browser defaults
--------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
html, #dcCont, #flashcontent {
	height:100%;
}
body {
	font-size:10px;
	color:#FFFFFF;
	background:#5e5141;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, abbr, acronym {
	border:0;
}
abbr, acronym {
	border-bottom:1px dotted;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
/*------------------------------------------------
	*	layout settings
--------------------------------------------------*/
#dcContent {

}
#dcContOptIn {
	text-align:center;
         margin-top:75px;

}