@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #c9c9c9;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 7.5pt;
}

input, textarea {
	background-color: white;
	padding: 1px 3px 1px 3px;
	border: 1px solid #000;
}

h1 span, h2 span, h3 span {
	display: none;
}

h1 {
	float: left;
	width: 210px;
	height: 95px;
	margin: 0 0 0 68px;
}

h1 a {
	display: block;
	width: 210px;
	height: 95px;
}

.h2box h2 {
	padding: 21px 0 0 12px;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

.h2box h3 {
	width: 140px;
	margin: 0 0 0 12px;
	color: #797979;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#middle2 h2 {
	margin: 10px 0 10px 5px;
	color: #114165;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 15pt;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

/* WEBSHOP */

#webshop h1 {
	float: left;
	width: 189px;
	height: 82px;
	margin: 0;
	background: url('../images/webshop_h1.jpg');
}

#webshop h1 a {
	display: block;
	width: 189px;
	height: 82px;
}

#webshop strong {
	color: #103d63;
}

#webshop h2 {
	margin: 20px 0 10px 0;
	color: #103d63;
	font-size: 13pt;
}

#webshop h3 {
	margin: 5px 0 10px 0;
	padding: 0 0 0 15px;
	background: url('../images/webshop_h3arrow.gif') no-repeat left;
	color: #103d63;
	font-size: 11pt;
}
#webshop h3 a {
	color: #103d63;
	font-size: 11pt;
	text-decoration: none;
}
#webshop h3 a:hover {
	color: #264d83;
}
fieldset {
    margin: 0 2px 0 2px;
    border: 1px solid #E50D88;
}
fieldset legend {
    color: #113D64;
    font-weight: bold;
    padding: 0 12px 0 12px;
}

