body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	color: #888888;
}

td {
	font-family: Arial;
	font-size: 13px;
	color: #888888;
}

h1 {
	font-size: 30px;
	color: #99ccff;
	margin-top: 35px;
	margin-bottom: 0px;
}

h2 {
	font-size: 20px;
	color: #33cc00;
	margin-top: 10px;
	margin-bottom: 0px;	
}

a:link, a:visited {
	font-size: 13px;
	color: #0062c4;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
}

a.menu:link, a.menu:visited {
	font-size: 13px;
	color: #33cc00;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover, a.menu:active {
	text-decoration: underline;
}

a.fsLink:link, a.fsLink:visited {
	font-size: 11px;
	color: #33cc00;
	text-decoration: none;
}

a.fsLink:hover, a.fsLink:active {
	text-decoration: underline;
}

a.menuBlue:link, a.menuBlue:visited {
	font-size: 13px;
	color: #0062c4;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 1px;
}

a.menuBlue:hover, a.menuBlue:active {
	text-decoration: underline;
}


/* design divs */
#overallDiv {
	text-align: center;
}

#containerDiv {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.menuEntry {
	float: left;
	display: inline;
	padding-right: 20px;
}

.menuEntryBlue {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 0px;
}

.leftSpacer {
	margin-left: 85px;
}

.verticalSpacer {
	margin-top: 50px;
}

.blueBG {
	width: 100%;
	background-color: #99ccff;
}

.greenBG {
	background-color: #33cc00;
}

.menuBG {
	width: 100%;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #eafae5;
}

.justified {
	text-align: justify;
}

.fs {
	text-align: right;
}

.slogan {
	font-size: 10px;
}

.menuImage {
	vertical-align: top;
	margin-left: 5px;
}

.box {
	width: 500px;
	margin: 20px 60px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background: #eeeeee;
}

.box_entry {
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom:8px;
	margin-left: 15px;
}

.vorteil {
	color: #0062c4;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.vorteil_text {
	margin-left: 22px;
}

/* ie png fix */
img {behavior:url("pngbehavior.htc")}