/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}

body {
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

.main_first_content table {
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	border-bottom: 1px solid black;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main_wrap {
	text-align: center;
	
}

.main_header {
	background-color: black;
}

.main_first_content {
	margin: auto;
	width: 850px;
	text-align: left;
}

.seperator_first_second {
	background-image: url(../fileadmin/images/img_14.png);
	height: 10px;
	background-repeat: repeat-x;
	margin-top: 10px;
}

.main_secondary_content_wrap {
	background-image: url(../fileadmin/images/img_15.png);
}



.seperator_second_footer{
	background-image: url(../fileadmin/images/s2f.jpg);
	height: 6px;
	background-repeat: repeat-x;
	
}
.main_secondary_content {
	min-height: 50px;
	margin: auto;
	width: 850px;
	text-align: left;
}

.main_footer {
	background: #010101 url(../fileadmin/images/img_16.png) no-repeat top center;
	height: 250px;
}
