/*******************************************************************************
		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%; } /* 14px */
body {
	/*background: url(../images/i/bg/bg2.gif) bottom left #fff repeat;*/
    background: #fff;
	color: #646464;
	line-height:1.333em;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Tahoma, sans-serif;
	min-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:#009bcc; outline: none; }
a.toggle { position:relative; border-bottom:1px dotted #009bcc; line-height:normal; text-decoration:none; }
a:hover { color:#006699; }
/*a:visited { color:#ccc; }*/
a.toggle:hover { border-bottom-color:#006699; }

/*---------------------------------- forms -----------------------------------*/
label { color:#000; }
label:hover { color:#333333; }

input.txt, select, textarea  {
	border:1px solid #a9c3a0;
	background: #fff;
	color: #000;
	font-size: 14px; font-family: Tahoma, Arial, sans-serif;
}
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.msg, span.msg { margin-bottom:5px; padding: 0 3px; margin-left:9px; color:#7f7f7f; font-size:11px; }
div.msg-done { border-left:2px solid #39b54a; background:#e5f5e7; }
span.msg-error { background: #f00; color: #fff; }
div.msg-error { border-left:2px solid #f39e00; background:#ff9999; color:#fff; }
span.msg-done { background: #0a0; color: #fff; }
div.msg-done { border-left:2px solid #f39e00; background:#99ff99; color:#fff; }

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

/*-------------------------------- typography --------------------------------*/
p     { margin: 0 0 1em 0; }
h1, h2, h3, h4 { line-height: normal; font-weight: normal; }
h1    { margin: 0 0 30px 0; color: #000; font-size: 30px; }
h2    { margin: 0 0 15px 0; color: #000; font-size: 14px; }
h3    { margin: 0.42em; color: #4a5d5e; font-size: 16px; }
h4    { margin: 0.42em; color: #4a5d5e; font-size: 14px; }
big   { font-size: 1.143em; }
small { font-size: 0.857em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { color:#5aa642; 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.2em no-repeat;
	margin-bottom:0.67em; padding-left:17px;
	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:20px; }

dl    { }
dl dt { margin: 0 0 5px 0; }
dl dd { margin: 0 0 5px 0; }


