/*******************************************************************************
		Coded by GS on 26.04.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;
	color:#000;
	line-height:1.33em;
	font-size:14px; font-family:Arial,Verdana,Tahoma,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; text-align:left; }
table caption	{ text-align:left; }

hr {
	border:1px solid #868686;
	border-bottom:none;
	background-color:#868686;
	margin:7px 0;
	height:0;
	color:#868686;
}
* html hr { margin:0; } /* ie6 */
*+html hr { margin:0; } /* ie7 */

div.hr {
	background:url(../images/i/bg/dashed_gray.gif) 0 50% repeat-x;
	margin:18px 0;
	height:1px;
}
div.hr-double { margin-top:25px; margin-bottom:25px; }
div.hr-merge-top { margin-top:0; }
div.hr-merge-bot { margin-bottom:0; }
div.hr-grid { margin-left:20px; }
div.hr-hidden { background:none; }
div.hr-line { background:none; border-top:1px solid #D8E0E5; }

img.inline, input.inline { vertical-align:middle; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

.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; }

.left { text-align: left; }
.right { text-align: right; }

/*---------------------------------- links -----------------------------------*/
a { color:#386387; }
a.toggle { border-bottom:1px dotted #386387; text-decoration:none; }
a.toggle-ico { text-decoration:none; }
a.toggle-ico span { border-bottom:1px dotted #386387; }
a:hover { color:#cd071e; }
a.toggle:hover { border-bottom-color:#cd071e; }
a.toggle-ico:hover span { border-bottom-color:#cd071e; }
a:active, a:focus{ outline:none; }
label.toggle { border-bottom:1px dotted #386387; color:#386387; }
label.toggle:hover { border-bottom-color:#cd071e; color:#cd071e; }

/*---------------------------------- forms -----------------------------------*/
input, select, textarea { margin:0; }
input.radio { vertical-align:middle; }
input.txt, select, textarea, div.textarea-stretch {
	border:1px solid #c6c6c6;
	background:#fff;
	padding:3px;
	color:#000;
}
input.txt:focus, select:focus, textarea:focus  { border-color:#000; }
select.stretch, input.stretch, textarea.stretch { width:98%; }
div.textarea-stretch textarea { border: none; padding: 0; width: 100%; }

input.pass { width:185px; }

input.radio-hidden {
    opacity: 0;
    filter: Alpha(opacity=0); /* mask() */
    position: absolute;
    left: -10000px;
}

input.btn {
	background:#3EB7D9;
	border:1px solid #91d6e9;
	padding:3px 17px;
	overflow:visible;
	color:#fff;
	cursor:pointer;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.btn-big { padding:11px 25px; }
input.btn:hover {
	border-color:#7f7f7f;
/*
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
*/
}

a.btn {
	background:#3eb7d9;
	border:1px solid #91d6e9;
	padding:0 17px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	height:23px;
	vertical-align:middle;
	text-decoration:none;
	color:#fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.btn:hover { border-color:#7f7f7f; color:#fff; }
a.btn-big { padding:0 25px; height:35px; }
a.btn-small { margin-bottom: 5px; padding: 1px 7px; height: auto; }

a.btn-grey { background: #bbb; border-color: #aaa; color: #000; }
a.btn-grey:hover { background: #aeaeae; color: #000; }

label.check { color:#cd071e; }

div.check {
	background:url(../images/i/ico/16/alert_warning.gif) 0 0 no-repeat;
	margin-bottom:10px; padding-left:22px;
	line-height:normal;
	color:#cd071e;
}

div.error h2  { color:#cd071e; }
div.flood h2  { color:#fc3; }
div.done h2   { color:#257b0f; }


fieldset { padding:10px; }
legend { margin-left:-5px; padding:0 5px; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:15px; }
h1, h2, h3, h4 { line-height:normal; }
h1, h2, h3, h4 { font-family:Georgia,"Times New Roman",Garamond,serif; }
h1    { margin-bottom:15px; font-size:30px; font-weight:normal; }
h2    { margin-bottom:7px; font-size:20px; font-weight:normal; }
h3    { margin-bottom:7px; font-size:18px; font-weight:normal; }
h4    { margin-bottom:7px; font-size:16px; font-weight:normal; }
h5, h6 { font-size:1em; font-weight:normal; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
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; }

blockquote { margin:0; padding:0; }
blockquote, cite, div.blockquote { color:#56534d; font:normal 1em Georgia,"Times New Roman",Garamond,serif; }
blockquote a,
cite a,
div.blockquote a { color:#56534d; }
blockquote a.toggle,
cite a.toggle,
div.blockquote a.toggle { border-bottom-color:#56534d; }
blockquote a:hover,
cite a:hover,
div.blockquote a:hover { color:#000; }
blockquote a.toggle:hover,
cite a.toggle:hover,
div.blockquote a.toggle:hover { border-bottom-color:#000; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin:0.42em 0 1.66em 0; padding-left:5px; line-height:normal; }
ul li {
	background:url(../images/i/mrk/1.gif) 0 0.4em no-repeat;
	margin-bottom:0.83em; padding-left:12px;
	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; line-height:normal; }
ol li { margin-bottom:0.42em; }

dl    { margin:1.25em 0; line-height:normal; }
dl dt { margin-bottom:0.17em; font-weight:bold; }
dl dd { margin:0 0 0.83em 10px; }



