body {
font-family: verdana, arial, garamond, helvetica;
font-size: 11px;
margin:0px auto; padding:0;
line-height: 11pt;
}

table, tr, td {
font-family: verdana, arial, garamond, helvetica;
font-size: 11px;
line-height: 11pt;
}

a:link, a:active, a:visited, a:hover {
color: #8e8e8e;
text-decoration:underline;
}

hr {
color:#8F8E8F;
height:1px;
}

a:link.blink, a:active.blink, a:visited.blink, a:hover.blink {
font-family: arial, garamond, helvetica;
color:black;
font-size:13px;
}

h1{
   font-size: 16px;
   color: #000000;
   font-weight: bold;
}
h2{
   font-size: 14px;
   color: #000000;
   font-weight: bold;
}
h3{
   font-size: 12px;
   color: #000000;
   font-weight: bold;
}
h4{
   font-size: 12px;
   color: #000000;
   font-weight: normal;
}
h5{
   font-size: 10px;
   color: #000000;
   font-weight: normal;
}
/* Kontaktside formular */
.csc-mailform{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.csc-mailform-field{
	width: 260px;
	margin-bottom: 10px;
}
input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
textarea{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 65px;
	padding-right: 20px;
}
