/*******************************************************************************
		Coded by GS on 07.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%; height: 100%; } /* 16px */
body {
	background: url(../images/i/bg/bg.gif) #373739 top repeat-x;
	color: #c5c5c5;
	line-height:1.5em;
	font-size: 13px; 
	font-family: georgia, times new roman, garamond, serif;
	height: 100%;
	/*
		times new roman, garamond, georgia, serif //serif
		arial, verdana, trebuchet, tahoma, sans-serif //sans-serif
		courier, courier new, andele mono //monospace
	*/
}
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; }
table td.nowrap { white-space:nowrap; }

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

div.hr { border-top:1px solid #cecbbf; margin-top:15px; height:10px; }
div.hr hr { display:none; }

.clear { clear:both; height:0; line-height:0; font-size:0; float: none !important; }
.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:#fff; }
a.toggle { position:relative; border-bottom:1px dotted #0071bc; line-height:normal; text-decoration:none; }
a:hover { color:#ff6d2c; }
/*a:visited { color:#ccc; }*/
a.toggle:hover { border-bottom-color:#f26521; }

/*---------------------------------- forms -----------------------------------*/
label { color:#c5c5c5; }
label:hover { color:#fff; }

label.strong { color:#000; }
label.strong:hover { color:#000; }

input.txt, select, textarea  {
	border:1px solid #aeaeae;
	background: #fff;
	color:#292929;
	font-size:15px; font-family:tahoma,verdana,sans-serif,arial;
}
input.check, select.check, textarea.check { border-color:#c9221e; }
input.txt:focus, select:focus, textarea:focus { border-color:#ec8000; }
input.radio, input.checkbox { vertical-align:middle; margin:0; }

div.check {
	position:absolute; z-index:10;
	background:url(../images/i/ico/check.gif) 0 0 no-repeat;
	margin-left:-8px;
	width:7px; height:10px;
}
div.check div {
	position:absolute; bottom:10px; left:0; z-index:10;
	background:url(../images/i/bg/check.gif) 0 100% no-repeat;
	padding-bottom:4px;
	line-height:normal;
	display:none;
}
div.check div span {
	background:#ff9999;
	border:1px solid #ff9999; border-left-color:#c9221e;
	padding:0 4px;
	display:block;
	color:#fff;
	white-space:nowrap;
	font-size:11px; font-family:tahoma,verdana,arial,sans-serif;
}

div.error, div.flood, div.done, div.warning { margin:15px 0; font-size:1.17em; }
div.warning { color:#777; }
div.error { color:#c9221e; }
div.flood { color:#fc3; }
div.done { color:#257b0f; }

div.msg { margin-bottom:5px; padding-left:9px; color:#7f7f7f; font-size:0.92em; }
div.msg-done { border-left:2px solid #39b54a; background:#e5f5e7; }
div.msg-error { border-left:2px solid #c9221e; background:#ff9999; color:#fff; }

.ib {
	display: -moz-inline-block;
	display: inline-block;
}

fieldset { padding:10px; }
legend { margin-left:-5px; padding:0 5px; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:1.25em; }
h1, h2, h3, h4 {  line-height:normal; }
h1    { margin-bottom:0.83em; color:#ff6d2c; font-size:1.846em; font-weight:normal; font-style: italic; } /* 24px */
h2    { margin-bottom:0.6em; color:#fff; font-size:1.538em; font-weight:normal; font-style: italic; } /* 20px */
h3    { margin-bottom:0.42em; font-size:1.385em; font-weight:normal; font-style: italic; } /* 18px */
h4    { margin-bottom:0.42em; font-size:1em; font-weight:bold; }
h2.attention, h3.attention { margin-bottom:7px; color:#f00; }
big   { font-size:1.2em; }
small { font-size:0.92em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { color:#f26521; 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; }
ul li {
	background:url(../images/i/mrk/1.gif) 0 0.3em no-repeat;
	margin-bottom:0.67em; padding-left:15px;
	line-height:1.2em;
	list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; padding:0; }
ul li li {
	background:url(../images/i/mrk/2.gif) 0 0.45em no-repeat;
	margin-bottom:0.67em; padding-left:10px;
}

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

dl    { margin:0 0 2.5em 0; }
dl dt { margin-bottom:0.94em; line-height:normal; color:#3e3219; font-size:1.33em; }
dl dd { margin-bottom:2.5em; padding-left:20px; }


