body
{
	color:#545454;
	font-family:"Arial",sans-serif;
	line-height:1.5em;
}
/*** links ***/
a:link
{
	color:#000;
}
a:visited
{
	color:#222;
}
a:hover, a:active
{
	color:#e67817;
	text-decoration:none;
}
#content a[href^="http:"]
{ 
	background: url('./img/icons/new_window.png') no-repeat right center; 
	padding-right: 14px; 
}

/*** headings ***/
h1,h2,h3,h4,h5,h6
{
	font-weight:bold;
	margin:1em 0;
	color: #464646;
}
h1
{
	color:#e67817;
	/*color:#dbc15b;*/
	font-size:1.8em;
	margin-top:0;
}

h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4{font-size:1em;}
h5{font-size:1em; font-weight:normal}
h6{font-size:1em; font-weight:normal}

/*** text elements ***/
ol
{
	padding-left:1em;
	margin: 1em 0;
}
ul
{
	margin: 1em 0;
}
ul ul, ol ol
{
	margin:0;
}
ul li
{
	list-style-type:none;
	list-style:none;
	background: url('./img/li.gif') no-repeat left 7px;
	padding-left:1em;
}
sub, sup
{
	font-size:0.7em;
}
cite
{
	font-style:italic;
	background: #fbe19b;
	padding: 0 10px;
}
cite:before
{
	content: '„';
}
cite:after
{
	content: '“';
}
abbr
{
	border-bottom: 1px dashed #000;
	cursor:help;
}
samp
{
	font-weight:bold;
	background: #fbe19b;
	padding: 0 10px;
}
code
{
	display: block;
	background: #fbe19b;
	border: 1px solid #555;
	font-family: monospace;
	padding: 2px 10px
}
p
{
	margin:1em 0;
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
	margin: 0 -5px;
	width:100%;
}
td,th
{
	padding:5px 5px;
}
th
{
	background: #7dc640;
	color:#000;
	text-align:left;
	
}
tbody th
{
	background: #ddd;
	color: #000;
	border: 1px solid #f5f5f5;
}
.nopadding
{
	padding-top:0;
	padding-bottom:0;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
table p {
	margin-top: 0;
}

.cleaner
{
	clear:both;
}


/*** cms styles ***/
.annotation
{
	padding: 1px 0 0 0;
	border-bottom: 1px solid #8d8d8d;
	font-style:italic;
	font-size:0.9em;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	padding: 3px 0;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #555;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #555;
}
hr
{
	width:100%;
	border: 0;
	height: 1px;
	color: #555;
	background: #555;
	clear:both;
	margin: 1em 0;
}
img 
{
	border:none;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}

/*** form styles ***/
input.btn-apply
{
	width: 300px;
	height:50px;
	overflow:hidden;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url('img/btn-300.png') no-repeat;
	float:none;
	display: inline;
}
