/*************************************
 *
 *  Code By Attenzione
 *  Started at 22.02.2010
 *
 *************************************/

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 { height:100%; } /* 13px */
body {
	background:url(../images/i/bg/bg.gif) #231f20 top repeat-x;
	color:#fff;
	font-size:13px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, Tahoma, sans-serif;
	height: 100%;
	line-height: 18px;
}
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 #cccccc;
	border-bottom:none;
	background-color:#cccccc;
	margin:10px 0;
	height:0;
	color:#cccccc;
}
* html hr { margin:0; } /* ie6 */
*+html hr { margin:0; } /* ie7 */

div.hr { border-top:1px solid #cccccc; margin-top:15px; height:10px; }
div.hr hr { display:none; }

.fl { float: left; }
.fr { float: right; }

.clear { clear:both; height:0 !important; line-height:0 !important; font-size:0 !important; float: none !important; }
.clear-after { zoom:1; } /* ie fix */
.clear-after:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }

li.clear { background: none !important; padding: 0 !important; margin: 0 !important; }

::-moz-selection { background:#c7e5f8; color:#000; }
::selection { background:#c7e5f8; color:#000; }

/* remember to define focus styles! */
:focus { outline: 0; }


/*---------------------------------- links -----------------------------------*/
/*
a { color:#f68a39; }
a.toggle { border-bottom:1px dotted #f68a39; line-height:normal; text-decoration:none; }
a:hover { color:#ffb985; }
a.toggle:hover { border-bottom-color:#ffb985; }
*/

a { color:#F24E06; }
a.toggle { border-bottom:1px dotted #F24E06; line-height:normal; text-decoration:none; }

/*a:hover { color:#ffb985; }*/
/*a:hover { background-color:#F24E06; color: #fff; }*/
/*a.toggle:hover { border-bottom-color:#ffb985; }*/

/*
a { color:#0072bc; }
a.toggle { border-bottom:1px dotted #0072bc; line-height:normal; text-decoration:none; }
a:hover { color:#209def; }
a.toggle:hover { border-bottom-color:#209def; }
*/

/*---------------------------------- forms -----------------------------------*/

label { color:#5b5c5e; line-height: 20px }
label:hover { color:#000; }

label.strong { color:#000; font-size: 18px; line-height: 22px; }
label.strong:hover { color:#000; }

input.txt, select, textarea  {
	border: 1px solid #cbcbcb;
	padding: 1px;
	margin: 0;
	background: #fff;
	color:#292929;
	font-size:15px; font-family:tahoma,verdana,sans-serif,arial;
}
select { font-size: 14px; }
input.check, select.check, textarea.check { border-color:#f00; }
input.txt:focus, select:focus, textarea:focus {
	border-color:#000;
	-moz-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
}
input.radio, input.checkbox { vertical-align:middle; margin:0; }
input.submit { vertical-align: middle; }
textarea[disabled],
input[disabled].txt { background: #f7f7f7; border-color: #ddd; }

div.textarea { border: 1px solid #cbcbcb; padding: 1px }
div.check { border-color: #f00; }
div.textarea textarea { border: none; padding: 0; width: 100%; }
div.textarea textarea:focus {
	-moz-box-shadow: none;
	box-shadow: none;
}

div.error, div.flood, div.done, div.warning { margin:15px 0; font-size:1.14em; }
div.warning { color:#777; }
div.error { color:#f39e00; }
div.flood { color:#fc3; }
div.done { color:#257b0f; }

div.msg, span.msg { margin-bottom:5px; padding: 0 3px; margin-left:9px; color:#7f7f7f; font-size:0.786em; }
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; }
.nobr { white-space: nowrap; }

fieldset { padding:10px; }
legend { margin-left:-5px; padding:0 5px; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom: 1em; }
h1, h2, h3, h4 {  line-height:normal; font-weight:normal; }
h1    { margin-bottom: 0.7em; font-size: 24px; color: #000; line-height: 34px; } /* 30px */
h2    { margin-bottom: 0.4em; font-size: 18px; color: #000; } /* 18px not defined */
h3    { margin-bottom: 0.42em; font-size: 13px; color: #000; font-weight: bold; } /* 18px not defined */
h4    { margin-bottom: 0.42em; font-size: 1em; font-weight:bold; } /* not defined */
h2.attention, h3.attention { margin-bottom:7px; color:#f00; }
big   { font-size: 1.231em; line-height: 1.25em; }
small { font-size: 0.846em; line-height: 1.272em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { font-style:italic; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor:help; }


/*---------------------------------- lists -----------------------------------*/
ul    {  }
ul li {
	background:url(../images/i/mrk/2.gif) 0 0.5em no-repeat;
	margin-bottom:0.67em; padding-left:15px;
	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; }

dl    { }
dl dt { }
dl dd { margin: 0 0 0.8em 0; }

