/*******************************************************************************
		Coded by GS on 21.02.2007, True Vision
*******************************************************************************/
* { margin: 0; padding: 0; }
body {
	background-color: #ABADB0;
	color: #000000;
	font-size: 12px;
	font-family: verdana,tahoma,arial,sans-serif;
}
img           { border: none; }
table         { border-collapse: collapse; font-size: 1em; }
table th      { text-align: left; font-weight: normal; }
table caption { text-align: left; }
hr            { display: none; }


br.clear { position: relative; clear: both; height: 0; line-height: 0; font-size: 0; }


/*---------------------------------- links -----------------------------------*/
a       { color: #004685; }
a:hover { color: #FFFFFF; }


/*---------------------------------- forms -----------------------------------*/
textarea.stretch, input.stretch { width: 95%; }
select.check,
input.check,
textarea.check{ border: 1px solid #FF0000; background-color: #FFE3A7; color: #000000; }

div.check {
	background: url(../images/i/mrk/attention.gif) 0 0 no-repeat;
	padding-left: 15px;
	color: #FF0000; font-size: 0.9em;
}
th.check, td.check { color: #FF8F0F !important; }
div.error  { margin: 5px 0 15px 0; text-align: center; color: #FF8F0F; font-weight: bold; }
div.flood  { margin: 5px 0 15px 0; text-align: center; color: #FF8F0F; font-weight: bold; }
div.done   { margin: 5px 0 15px 0; text-align: center; color: #0C7A8C; font-weight: bold; }


/*-------------------------------- typography --------------------------------*/
p     { margin: 5px 0 15px 0; }
h1    { margin: 0 0 15px 0; color: #004685; font-size: 2.5em; font-weight: normal; }
h2    { margin: 0 0 0 0; color: #004685; font-size: 1.5em; font-weight: normal;  }
h3    { margin: 0 0 7px 0; font-size: 1em; font-weight: bold; }
big   { font-size: 1.2em; }
small { font-size: 0.8em; }

em    { color: #F26521; font-style: normal; }
ins   { padding: 0 4px; background-color: #F3EDE0; text-decoration: none; color: #AB5750; }
abbr,
acronym,
dfn     { background: url(../images/i/bg/dot_red.gif) 0 100% repeat-x; border: none; font-style: normal; }
em[title],
ins[title],
del[title],
abbr[title],
acronym[title],
dfn[title],
blockquote[title] { cursor: help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin: 8px 0 20px 0; padding: 0 0 0 5px; }
ul li {
	background: url(../images/i/mrk/mrk1.gif) 0 0.4em no-repeat;
	margin-bottom: 10px; padding-left: 12px;
	list-style: none;
}
ul ul    { margin: 8px 0 15px 0; }
ul li li {
	background: url(../images/i/mrk/mrk2.gif) 0 0.45em no-repeat;
	margin-bottom: 8px; padding-left: 8px;
	color: #666666;
}

ol    { margin: 5px 0 15px 0; padding: 0 0 0 30px; }
ol li { margin: 0 0 5px 0; padding: 0; }

dl    { margin: 15px 0; }
dl dt { margin: 0; padding: 0 0 2px 0; font-weight: bold; }
dl dd { margin: 0 0 10px 10px; padding: 0; }



