@charset "utf-8";
/* CSS Document */

.normalcontent {
	border: #cdcdcd 1px solid;
	background-color: #FFF;
	padding: 10px;
	color: #333;
}

.normalcontent h1 {
	color: #00664e;
	margin-top: 0px;
	font-size: 28px;
	font-weight: normal;
}
.normalcontent .teaser {
	color: #00664e;
	color: #999;
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}
.normalcontent h2 {
	color: #00664e;
	margin-top: 50px;
	font-size: 16px;
	font-weight: normal;
}


#leftmenu {
	border: #cdcdcd 1px solid;
	background-color: #FFF;
	color: #333;
	width: 200px;
}
#leftmenu h2{
	background-color: #FFCC66;
	margin: 0px;
	padding: 7px;
	background-image: url(../images/left_menu/header.gif);	
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: #f9c91f 3px solid;
	margin-bottom: 2px;
	margin-top: 20px;
}
#leftmenu h2:first-child{
	margin-top: 0px;
}
#leftmenu a{
	display: block;
	padding: 10px;
}

/* Support */

ul.supportlist {
	margin-left: 0px;
	padding-left: 10px;
		
}
ul.supportlist li{
	margin-left: 0px;
	margin-bottom: 12px;
	font-size: 14px;
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/icons/help.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.supportstructure{
	margin-bottom: 10px;
}
.supportstructure a{
	background-image: url(../images/icons/arrow_right_16x16.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
.supporttext {
	border: #DDD 1px solid;
	padding: 10px;
}

/* pricetable */

.pricetable {
	border: solid 1px #00664e;
	color: #666;
}
.pricetable strong{
	color: #00664e;
}
.pricetable td{
	border: 0px none;
	border-bottom: 1px #eee solid;
	padding: 5px;
	padding-left: 5px;
}
.pricetable td:first-child{
	border-right: 1px #eee solid;
	padding-left: 5px;
}
.pricetable th{
	background-color: #00664e;
	padding: 10px;
	color: #FFF;
	border-left: #FFF 1px solid;
}
.pricetable th:first-child{
	border-left: none;
}