body {
	margin:10px;
	font-family:Verdana, Arial, Sans-Serif;
	color: #333333;
	background-color:#E8F0F5;
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	/*color:#A10F0F;*/
	color:#417798;
}
h1 a {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	/*color:#A10F0F;*/
	color:#417798;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
input, textarea, select {
	font-size:11px;
}
form {
	margin:0px;
}
.mainBox {
	border:1px solid #BAC9D2;
	background-color:#FFFFFF;
	padding:8px;
	width:1000px;
}
.menuHead {
	height:19px;
	background-color:#417798;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	padding-left:3px;
	padding-top:3px;
}
.menuItem {
	font-size:11px;
	font-weight:normal;
	padding:3px;
	cursor:pointer;
	border-top:1px solid #BAC9D2;
	text-decoration:none;
	color: #333333;
	display:block;
}
.menuItem:hover {
	background-color:#E8F0F5;
	/*color:#A10F0F;*/
	color:#417798;
}
.menuBody {
	border-top:none;
	border-right:1px solid #BAC9D2;
	border-bottom:1px solid #BAC9D2;
	border-left:1px solid #BAC9D2;
}
.marketingBox {
	font-size:11px;
	font-weight:normal;
	padding:6px;
}
.marketingBox a {
	/*color:#A10F0F;*/
	color:#417798;
	text-decoration:none;
}
.marketingBox a:hover {
	text-decoration:underline;
}
.categoryButton {
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
	color: #ffffff;
}
.categoryButton:hover {
	text-decoration:underline;
}
.contentBox {
	padding:10px;
	font-size:11px;
}
.contentBox a {
	/*color:#A10F0F;*/
	color:#417798;
	text-decoration:none;
}
.contentBox a:hover {
	text-decoration:underline;
}
.firmaDatum {
	color:#999999;
	font-size:11px;
	margin-bottom:4px;
}
.mainText {
	font-size:11px;
}
.mainText a {
	font-weight:bold;
	/*color:#A10F0F;*/
	color:#417798;
	text-decoration:none;
}
.mainText a:hover {
	text-decoration:underline;
}

.br_small {
	line-height:10px;
	height:10px;
}
.br_medium {
	line-height:20px;
	height:20px;
}
.clear {
	clear:both;
}