body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
	background-repeat: no-repeat;
	padding-top: 1px; 
	background-position: 22px -78px;
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #000000;
	font-size: 0.8em;
	padding: 16px 32px 16px 32px;
	line-height: 1.6em;
}
#c3 .content {
	font-size: 0.75em;
	padding: 16px 34px 16px 26px;
}
h1 {
	font-size: 1.2em;
	letter-spacing: 0em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}

/*
FORMULAR
*/

form.hvform {
margin: 20px;
font:  11px arial;
width: 300px;
background-image:url(/images/leftbg.jpg);
background-repeat:repeat;
}


form.hvform fieldset {
  margin-bottom: 10px;
}
form.hvform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.hvform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.hvform fieldset ol {
  margin: 0;
  padding: 0;
}
form.hvform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.hvform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.hvform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.hvform fieldset fieldset label {
  display: block;
  width: auto;
}
form.hvform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.hvform label {
  width: 120px; /* Width of labels */
}
form.hvform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #009;
}
#c3 a:visited {
	color: #2F4F53;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #000000;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}


}

/* Formular */

form.olf {
margin: 20px;
font:  11px arial;
width: 380px;
background-image:url(/images/leftbg2.jpg);
background-repeat:repeat;
}

form.olfBACKUP {
margin: 20px;
font:  11px arial;
width: 380px;
background-image:url(/images/leftbg2.jpg);
background-repeat:repeat;
}


form.olf fieldset {
  margin-bottom: 10px;
}
form.olf legend {
  padding: 0 2px;
  font-weight: bold;
}
form.olf label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.olf fieldset ol {
  margin: 0;
  padding: 0;
}
form.olf fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.olf fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.olf fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.olf fieldset fieldset label {
  display: block;
  width: auto;
}
form.olf em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.olf label {
  width: 140px; /* Width of labels */
}
form.olf label2 {
  padding: 0 0 0 350px;
  width: 100px; /* Width of labels */
}

form.olf fieldset fieldset label {
  margin-left: 143px; /* Width plus 3 (html space) */

