/* @override http://www.tvi.ch/styles/style.css */
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #3b3b3b;
	font-size: 12px;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, Georgia, serif;
	font-weight: normal;
}

p,ul,blockquote,pre,td,th,label,cite {
	margin: 0;
	font-size: 1em;
	line-height: 1.75em;
	margin-bottom: 1.75em;
}

a {
	color: #f39026;
	text-decoration: none;
	border-bottom: 1px dotted #639d1a;
}
a:hover, a:active {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
}


#content h2 {
	margin: 0;
	font-size: 1.75em;
	margin-bottom: 0.5em;
	padding-left: 21px;
	line-height: 2.5em;
	border-bottom: 1px solid #f39026;
	color: #f39026;
	background: url(images/title_bgd.png) center left no-repeat;
	text-transform: uppercase;
	font-family:  OptimaLTStd-DemiBold, "Optima LT Std Demi", "Optima LT Std", Cambria, Georgia, serif !important;
}



h2.submain {
	width: 912px;
	margin-left: 18px;
	font-size: 1.75em;
	margin-bottom: 0.5em;
	line-height: 2.5em;
	border-bottom: 1px solid #0171bb;
	color: #0171bb;
	text-transform: uppercase;
	font-family:  OptimaLTStd-DemiBold, "Optima LT Std Demi", "Optima LT Std", Cambria, Georgia, serif !important;

}

h3 {
	margin: 0;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	border-bottom: 1px solid #0171bb;
	color: #0171bb;
	text-transform: uppercase;
	font-family:  OptimaLTStd-DemiBold, "Optima LT Std Demi", "Optima LT Std", Cambria, Georgia, serif !important;
}


h4 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3125em;
	margin-bottom: 1.3125em;
	color: #0171bb;
}


#content ul.referenceList li {
	clear:both;
	margin:0;
	margin-bottom:15px;
	list-style-type: none;
	list-style-image: none;
}

#content ul.referenceList img {
	float:left;
	margin-bottom:35px;
	margin-right:10px;
	padding:5px;
	border: 1px solid #d0d0d0;
	
}

#content ul.referenceList li h5 {
	font-size: 1.2em;
	font-family:  OptimaLTStd-DemiBold, "Optima LT Std Demi", "Optima LT Std", Cambria, Georgia, serif !important;
	line-height: 1.3125em;
	margin-bottom:10px;
	font-weight:bold;
}


#topnewsList h4 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3125em;
	margin-bottom: 1em;
	border-bottom: 1px solid #0171bb;
	color: #0171bb;
}

.gmaps {
	border: 1px solid #999;
	float:right;
}

fieldset.personalia {
	margin-top:25px;
}
fieldset.personalia div {
	clear:both;
	margin-top:15px;
}

fieldset.personalia legend {
	font-size:1.2em;
	margin-bottom:0.8em;
}

fieldset.personalia label {
	display:block;
	height:15px;
	margin-bottom:0.4em;
	font-weight:bold;
}

fieldset.personalia input, fieldset.personalia textarea {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #75746f;
	margin: 0;
	font-size: 0.92em;
	line-height: 1.90em;
	width: 585px;
	border: 1px solid #e2e2e2;
	background: #f9f9f9;
	margin-bottom: 0;
}

fieldset.personalia textarea {
	height:100px;
}

div#error {
	display: none;
	clear: both;
	border: 1px solid red;
	padding: 10px;
	color: red;
	margin-bottom: 10px;
	margin-right: 0px;
}

.error {
	border: 1px solid red;
	height: 16px;
}

#content ul {
	margin-left:25px;
}

#content ul li {
	margin-bottom:10px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/ulbullet.png);
}



