body
{
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, p
{
	padding: 0;
	font-weight: normal;
	margin: 1px 0 1px 0;
	letter-spacing: 0;
}

h1
{	
	
	font-size: 18px;
	line-height: 20px;
	color: #cc3300;
}

h2
{
	font-size: 18px;
	line-height: 20px;
	color: #663366;
}

h3
{
	font-size: 16px;
	color: #cc3300;
}

h4
{
	font-size: 16px;
	color: #663366;
}

.red {
	color: #cc3300;
}
.Content {
	width: 410px;
}

#topnav a
{
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#topnav a.link_active
{
	color: #cc3300;
}

#content-left #tekst
{
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

#content-left #tekst a
{
	color: #cc3300;
}

#content-right .Sidebar td
{
	padding: 5px 8px;
	font-size: 13px;
	color: #663366;
}


hr {
	border: solid #cc3300 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.hr {
	margin: 4px 0;
	height:1px;}
div.hr hr {
	display:none}

fieldset.sidebar {
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}

form .fieldset_left {
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #cc3300;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 10px;
	margin: 0 0 8px;
}
form fieldset legend {
	margin-left: -2px;	
	font-size: 16px;
	font-weight: normal;
	color: #cc3300;
	margin: 0 0 0 0;
	padding: 0 2px;
}
label {
	font-size: 100%;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #636363;
	padding: 1px;
	font-size: 12px;
}
input:focus, select:focus, textarea:focus {
	color: #d8260c;
	border-color: #d8260c;
}
textarea {
	overflow: auto;
}