#headline {
    font-family :  Arial, 'Sans Serif';
    font-size : 1.8em;
    font-weight : bold;
  }

#subheadline1 {
    font-family :  Arial, 'Sans Serif';
    font-size : 1.4em;
    font-weight : bold;
  }



body, p, td, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, li {
	line-height = 16px;
}

.box_head {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.box_fliess {
	font-size: 12px;
	color: #333366;

}

.neg_fliess {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.neg_small {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.neg_head {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.box_subhead {
	font-size: 12px;
	color: #333366;
	font-weight: bold;
}

li {
	list-style-position: outside;
	list-style-type: square;
}

.box_fliess_klein {
	font-size: 10px;
	color: #333366;
}

.menue {
	font-size: 11px;
	color: #FFFFFF;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	text-decoration:none;
	color:#0066CC;
}

a:visited {
	text-decoration:none;
	color:#0066CC;
}

a:active {
	text-decoration:none;
	color:#0066CC;
}

a:hover {
	text-decoration:none;
	color:#FF3300;
}

a.white {
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
}

a.white:link {
	color:#FFFFFF;
}

a.white:visited {
	color:#FFFFFF;
}

a.white:active {
	color:#FFFFFF;
}

a.white:hover {
	color:#E8EBF0;
	text-decoration:none;
}

a.bg:link {
	text-decoration:none;
	color:#333366;
}

a.bg:visited {
	text-decoration:none;
	color:#333366;
}

a.bg:active {
	text-decoration:none;
	background:#7D8FAB;
	color:#FFFFFF;
}

a.bg:hover {
	text-decoration:none;
	background:#7D8FAB;
	color:#FFFFFF;
}

.fliess {
	font-size: 12px;
	color: #333366;
	line-height: 16px;
}
.mandatory {
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: #990000;
}

hr {
	height: 1px;
	color: #333366;
}

.fliess_head {
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
	letter-spacing: 3px;
	font-size: 12px
}

.fliess_sub_head {
	font-weight: bold;
	color: #333366;
}
.fliess_klein {
	font-size: 10px;
	color: #333366;
}

.path {
	font-size: 12px;
	color: #333366;
}

.border {
	border-width:1px;
	border-style: solid;
	border-color: #000000;
}
.no_border{
	border: none;
}

.right_col_head {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333366;
}

.right_col_fliess {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

input, select, textarea {
	color:#333366;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.xs, select.xs, textarea.xs {
	width:50px;
}

input.s, select.s, textarea.s {
	width:100px;
}

input.m, select.m, textarea.m {
	width:200px;
}

input.l, select.l, textarea.l {
	width:300px;
}

.contactForm {
	margin-left:25px;
}

.copyright {
	font-size:10px;
	color:#333366;
	padding: 10px;
}