@charset "UTF-8";
/* CSS Document */


#subscribe, #deny {
	padding: 30px;
}

#subscribe a:link, #deny a:link {
	color: #afbc22;
}

#subscribe #wrapper, #deny #wrapper {
	width: 780px;
	margin: 0 auto;
	font: 11.5px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#subscribe h1, #deny h1 {
	font: 18pt normal "Trebuchet MS", Arial, sans-serif;
	color: #566c11;
}


#subscribe .package h2, #deny .package h2 {
	font: 14pt "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	text-align: center;
	color: #873820;
}
.package ul li {list-style-type:square;}

#subscribe .clear, #deny .clear {
	clear: both;
}

#subscribe .center, #deny .center {
	text-align: center;
}

#subscribe .left, #deny .left {
	text-align: left;
	float: left;
}

#subscribe .right, #deny .right {
	text-align: right;
	float: right;
}




#subscribe .package p.center, #deny .package p.center {
	text-align: center;
	margin: 0;
}

#subscribe #packages {
	background-color: #f8f9ec;
	width: 98%;
	overflow: auto;
}

#subscribe .package {
	background-color: #f8f9ec;
	width: 47%;
	padding: 10px;
	float: left;
	border-right: 5px solid #fff;
}

#subscribe #fragen, #deny #fragen {
	width: 400px;
	font-size: 9px;
}


#subscribe #noborder {
	border: none;
}

#subscribe .package ul, #deny .package ul {
	list-style-type: square;
	padding-right: 10px;
}

#subscribe .package span.price, #deny .package span.price {
	color: #566c11;
	font: 14pt bolder Verdana, Arial, Helvetica, sans-serif;
}


#subscribe table#compare  {
	border: 1px solid #efefef;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#subscribe table#compare tr td.head {
	font-weight: bold;
	color: #afbc22;
	width: 135px;
	text-align: center;
}

#subscribe table#compare tr.row {
	background-color: #efefef;
}



/* styles specific to deny pages */

#deny .package {
	background-color: #f8f9ec;
	width: 525px;
	margin: 0 auto;
	padding: 10px;
	
}
#deny .package li {
	list-style-type:square;
	
}

#deny .package ul {
	margin-left:15px;
	
}

#deny #footframe  {
	width: 525px;
	margin: 0 auto;
	background-color: none;
}

/* ancglobal.css overrides */
#deny .package ul, #subscribe .package ul {list-style-type: disc;}
#deny .package ul li, #subscribe .package ul li {list-style-type: disc; margin-left: 15px;} 


