/*******************************************************************************
		Coded by GS on 16.03.2008, True Vision
*******************************************************************************/
html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend { margin:0; padding:0; }
html { font-size:100%; } /* 16px */
body {
	background:#fff;
	padding:10px;
	color:#3f3e3e;
	font-size:14px;
	font-family:"times new roman",arial,tahoma,verdana,sans-serif;
}
img           { border:none; }
table         { border-collapse:collapse; empty-cells:show; font-size:1em; }
table th      { vertical-align:top; text-align:left; font-weight:normal; }
table td      { vertical-align:top; }
table caption { text-align:left; }

hr {
	border:1px solid #ddd;
	border-bottom:none;
	background-color:#ddd;
	margin:7px 0;
	height:0;
	color:#ddd;
}
* html hr { margin:0; } /* ie6 */
*+html hr { margin:0; } /* ie7 */

.clear { clear:both; height:0; line-height:0; font-size:0; }
.clear-after { //height:1%; } /* ie fix */
.clear-after:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }


/*---------------------------------- links -----------------------------------*/
a { color:#0067af; }
a.toggle { position:relative; border-bottom:1px dotted #0067af; text-decoration:none; }
a:hover { color:#308900; }
a.toggle:hover { position:relative; border-bottom:1px dotted #308900; text-decoration:none; }


/*---------------------------------- forms -----------------------------------*/
input.txt, select, textarea { border:1px solid #a2c6c1; background:#fff; color:#000; font-size:17px; }
input.txt, select { padding:2px 1px; }
textarea { padding-left:1px; }
select.check, input.check, textarea.check { border:1px solid #819ca8; background:#fff; color:#000; }
textarea.stretch { width:99%; }

span.btn { background:url(../images/i/bg/btn_bl.gif) #819ca8 0 100% no-repeat; display:block; float:left; }
span.btn span { background:url(../images/i/bg/btn_tr.gif) 100% 0 no-repeat; display:block; }
span.btn span span { background:url(../images/i/bg/btn_br.gif) 100% 100% no-repeat; }
span.btn span span span { background:url(../images/i/bg/btn_tl.gif) 0 0 no-repeat; }
span.btn input {
	background:transparent;
	border:none;
	padding:6px 30px;
	overflow:visible;
	color:#fff;
	font-size:18px; font-family:"times new roman",arial,tahoma,verdana,sans-serif;
	cursor:pointer;
}

div.check { background:url(../images/i/bg/check.gif) 4px 1px no-repeat; padding-top:4px; }
div.check { //height:1%; } /* ie fix */
div.check:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }
div.check div {
	background:#c9221e;
	padding:0 6px 1px 6px;
	float:left;
	color:#fff;
	font-size:11px; font-family:tahoma,verdana,arial,sans-serif;
}
div.error, div.flood, div.done { margin-bottom:20px; padding-top:20px; font-size:14px; }
div.error strong, div.flood strong, div.done strong { font-size:18px; font-weight:normal; font-family:"times new roman", arial,tahoma,verdana,sans-serif; }
div.error strong  { color:#c9221e; }
div.flood strong  { color:#fc3; }
div.done strong   { color:#257b0f; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:1.18em; }
h1    { margin-bottom:0.42em; line-height:normal; font-size:2.12em; font-weight:normal; font-family:georgia,"times new roman",arial,tahoma; }
h2    { margin-bottom:0.28em; line-height:normal; font-size:1.41em; font-weight:normal; }
h3    { margin-bottom:1.25em; font-size:1em; font-weight:bold; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { color:#308900; font-style:normal; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor:help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin:0.42em 0 1.66em 0; padding-left:5px; }
ul li {
	background:url(../images/i/mrk/1.gif) 0 0.4em no-repeat;
	margin-bottom:0.58em; padding-left:12px;
	line-height:normal;
	list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; }
ul li li {
	background:url(../images/i/mrk/2.gif) 0 0.45em no-repeat;
	margin-bottom:0.67em; padding-left:8px;
}

ol    { margin:0.42em 0 1.25em 0; padding-left:30px; }
ol li { margin-bottom:0.42em; }

dl    { margin:1.25em 0; }
dl dt { margin-bottom:0.17em; font-weight:bold; }
dl dd { margin:0 0 0.83em 10px; }



