@charset "utf-8";

/* CSS Document */

h2 {
	font-size:90%;
	color:#fab24b;
	padding-bottom:10px;
}

a {
	color:#017AD3;
	text-decoration:none;
}

#rightCol li {
	font-weight:700;
	font-size:90%;
	color:#fab24b;
}

#footer {
	color:#FFF;
	font-size:90%;
	width:100%;
	background-color:#489fe7;
	height:50px;
}

.infoboxOuter {
	background:#eceefe url(../images/infobox_top.gif) top no-repeat;
	margin-bottom:20px;
}

.infoboxInner {
	background:url(../images/infobox_bottom.gif) bottom no-repeat;
	padding:15px 20px;
	font-size:80%;
}

.infoboxInner h2 {
	font-size:100%;
	font-weight:700;
	color:#489fe7;
}

.infoboxInner li {
	color:#017AD3;
	font-size:95%;
}

.teaser {
	padding:10px 0px;
	border-bottom:#bbb dotted 1px;
}

.teaser img {
	float:left;
	padding:7px;
	border:#ddd 1px solid;
	margin-right:15px;
}

.teaser a {
	color:#fab24b;
}

#subMenu {
	font-size:85%;
	text-align:right;
}

#subMenu li {
	width:80%;
	list-style:none;
	padding:10px 8px 10px 0px;
	border-bottom:#bbb dotted 1px;
}

#subMenu .selected {
	color:#555;
	cursor:default;
}

#subMenu .selected:hover {
	text-decoration:none;
}

.text {
	margin-bottom:20px;
}

.text img {
	padding:7px;
	border:#ddd 1px solid;
	margin:15px 0px;
}

.text h2 {
	padding-top:15px;
}

