@charset "UTF-8";

/* ------------------------------- GLOBAL BROWSER RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------------------- CLEARING ISSUES */
/* clearfix */
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.fix { display: inline-block; }

/* Holly Hack Targets IE Win only \*/
* html .fix { height: 1%; }
.fix { display: block; }
/* End Holly Hack */

/* clearing br */
br.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size: 1px;
	line-height: 0;
}
/* ------------------------------- PAGE STYLES */
body {
	background:#f9ddad url(gfx/bgr.png) repeat-x left top;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 100.1%;
	color:#261a08;
}

#main-wrapper {
	width:1318px;
	height:931px;
	text-align:left;
	margin:auto;
	overflow:hidden;
}

#wrapper {
	text-align:left;
	margin:auto;
	width:560px;
	padding:20px;
}

#wrapper {
	font-size:12px;
	color:#0c1605;
	line-height:19px;
}

#wrapper h1 {
	color:#3c2727;
	font-size:14px;
	font-weight:bold;
	margin:1.4em 0 0.8em 0;
	line-height:1.2em;
}

#wrapper h2 {
	color:#3c2727;
	font-size:13px;
	font-weight:bold;
	margin:1.4em 0 0.8em 0;
	line-height:1.2em;
}

#wrapper h3 {
	color:#3c2727;
	font-size:12px;
	font-weight:bold;
	margin:1.4em 0 0.8em 0;
	line-height:1.2em;
}

#wrapper p {
	margin:0.2em 0 1.2em 0;
	font-size:12px;
	color:#261a08;
	line-height:19px;
}

input.text_formular {
	border:1px solid #6a6a6a;
	font-size:11px;
	margin-bottom:0.5em;
	width:230px;
	padding:2px 0 2px 0;
}

select.text_formular {
	border:1px solid #6a6a6a;
	font-size:11px;
	margin-bottom:0.5em;
	width:80px;
}

input.check_formular {
	margin-right:0.5em;
	font-size:11px;
}

table td { vertical-align:top; }

textarea {
	border:1px solid #6a6a6a;
	padding:2px;
	font-size:11px;
	font-family: Verdana, sans-serif;
	width:226px;
}

#wrapper a:link {
	color:#3c2727;
	text-decoration:underline;
}

#wrapper a:visited {
	color:#3c2727;
	text-decoration:underline;
}

#wrapper a:hover {
	color:#3c2727;
	text-decoration: none;
}

#wrapper a:active {
	color:#3c2727;
	text-decoration: none;
}

#wrapper small { font-size:0.92em; line-height:1.2em; }
