body {
	margin: 0;
	padding: 0;
	/*background: #E5E5E5 url(../images/bg.gif) 50% 0px repeat-y;*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #484848;
	line-height: 1.6em;
	font-size: 0.75em;
}

td{
	font-size: 1.0em;
	line-height: 1.6em;
	color: #484848;
}

td a:link, 
td a:active,
td a:visited{
	color: #484848;
	text-decoration: underline;
}

td a:hover {
	color: #FF7C1B;
	text-decoration: underline;
}

div,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: normal;
	display: inline;
	color: #484848;
}

h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	color: #484848;	
}

h2 a:link, 
h3 a:link,
h4 a:link,
h2 a:active, 
h3 a:active,
h4 a:active,
h2 a:visited, 
h3 a:visited,
h4 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	text-decoration: none;
	color: #484848;	
}

h2 a:hover, 
h3 a:hover,
h4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	text-decoration: underline;
	color: #FF7C1B;	
}

a:link, 
a:active,
a:visited{
	color: #484848;
	text-decoration: underline;
}

a:hover {
	color: #FF7C1B;
	text-decoration: none;
}

/*.content_box p a:link,
.content_box p a:active,
.content_box p a:visited,
.content_box li a:link,
.content_box li a:active,
.content_box li a:visited,{
	border-bottom: #545454 1px dotted;
	font-weight: bold;
}

.content_box p a:hover,
.content_box li a:hover{
	color: #FF7C1B;
	border-bottom: #FF7C1B 1px solid;
	font-weight: bold;
}*/

img {
	border: 0px none;
}

div#wrapper{
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 286px;
	background: transparent url(../images/bg_main_02.gif) 0px 0px no-repeat;
	text-align: left;	
}

div#main {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 880px;
	min-height: 262px;
	height: 262px;
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	background: transparent url(../images/sitebg.gif) 0px -25px repeat-x;
	text-align: left;
}

div#logo {
	width: 200px;
	height: 65px;
	float: left;
}

div#logo a {
	display: block;
	width: 200px;
	height: 65px;
	background: transparent url(../images/logo.gif) 0px 0px no-repeat;
}

div#shortnavi {	
	float: right;
	font-size: 0.9em;
}

div#shortnavi ul {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
}

div#shortnavi li {
	display: inline;
	float: left;
}

div#shortnavi li a {
	float: left;
	display: block;
	padding: 10px 8px 5px 8px;	
	border-left: 1px solid #D4D4D4;
	color: #7D7D7D;
	text-decoration: none;			
}

div#shortnavi li a:hover {	
	background: transparent url(../images/snbg.gif) 0px 0px repeat-x;
	color: #7D7D7D;
}

div#shortnavi li a.sel:link, 
div#shortnavi li a.sel:visited,
div#shortnavi li a.sel:hover,
div#shortnavi li a.sel:active{
	float: left;
	display: block;
	padding: 10px 8px 5px 8px;	
	border-left: 1px solid #D4D4D4;
	background: transparent url(../images/snbg.gif) 0px 0px repeat-x;
	color: #7D7D7D;
	text-decoration: none;		
}

div#menu {
	clear: both;
	color: #FFFFFF;
	font-size: 1.0em;
	width: 880px;	
	/*position: absolute;
	left: 0px;
	top: 90px;*/
}

div#menu ul {
	display: inline;
	list-style-type: none;
}

div#menu li {
	float: left;
	white-space: nowrap;
}

div#menu ul li a, 
div#menu ul li a:link, 
div#menu ul li a:active, 
div#menu ul li a:visited {
	float: left;
	display: block;
	height: 30px;
	padding: 10px 15px 0 15px;
	background: transparent url(../images/btn.gif) 100% 0px no-repeat;
 	text-decoration: none;
	color: #FFFFFF;
}

div#menu ul li a:hover {
	background: transparent url(../images/btn.gif) 100% -40px no-repeat;	
	color: #CFCFCF;
}

div#menu ul li a.sel, 
div#menu ul li a.sel:link, 
div#menu ul li a.sel:active, 
div#menu ul li a.sel:visited, 
div#menu ul li a.sel:hover {
	background: transparent url(../images/btn.gif) 100% -80px no-repeat;
	color: #CFCFCF;
}

div#teaser {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	width: 880px;
	height: 132px;
	overflow: hidden;
}

div#main_content {
	position: absolute;
	left: 0px;
	top: 237px;
	background: transparent url(../images/c2rbg.gif) 0px 0px repeat-y;
	padding: 0;
	width: 880px;
	min-height: 500px;
	height: auto !important;	
	height: 500px;
}

.full-content{
	background: transparent url(../images/c2rbg-full.gif) 0px 0px repeat-y!important;
}

div#main_content .bdc {
	font-size: 0.9em;
	height: 25px;
	padding: 15px 0 0 10px;
	color: #484848;
	font-weight: bold;
}

div#main_content .bdc h2 {
	font-size: 1em;
	color: #484848;
}

div#main_content .bdc a, 
div#main_content .bdc a:link, 
div#main_content .bdc a:active, 
div#main_content .bdc a:visited {
	/*color: #929292;
	color: #FF7C1B;*/
	color: #484848;
	text-decoration: none;
	font-weight: normal;
	padding: 0 2px;
}

div#main_content .bdc a:hover {
	color: #FF7C1B;
	text-decoration: none;
}

div#main_content .bdc .sel {
	font-weight: normal;
	padding: 0 2px;
}

div#navi {
	background: url(../images/navi_03.gif) left top no-repeat;
	width: 209px;
	margin: 0 0px 0 0;
	padding: 0 0 100px 0;
	float: left;	
	display: block;
}

div#navi a {
	text-decoration: none;
}

div#navi ul {
	display: block;
	margin: 30px 0px 20px 10px;
	padding: 0px;
	width: 199px;
}

div#navi ul ul {
	display: block;
	margin: 0px 0px 10px 10px;
	width: 189px;
}

div#navi li {
	display: block;
	background: transparent url(../images/snl.png) 0px 100% repeat-x;
	color: #575757;
	width: 199px;
	float: left;
	clear: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	float: none;
}

div#navi>li {
	float: none;
}

div#navi ul ul li {
	display: block;
	background: none;
	/*background: transparent url(../images/snl.png) 0px 100% repeat-x;*/
	color: #575757;
	width: 189px;
	float: left;
	clear: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	float: none;
}

div#navi ul>ul>li {
	float: none;
}

div#navi li a {
	color: #575757;
	font-size: 1.0em;
	line-height: 1.4em;
	display: block;
	padding: 5px 10px 5px 10px;
	width: 189px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 169px;
}

div#navi li>a {
	width: 169px;
}

div#navi li a:hover {
	color: #FF7C1B;
}

div#navi ul ul li a {
	color: #575757;
	font-size: 1.0em;
	line-height: 1.4em;
	display: block;
	padding: 5px 10px 5px 10px;
	width: 179px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 159px;
}

div#navi ul>ul>li>a {
	width: 159px;
}

div#navi ul ul li a:hover {
	color: #FF7C1B;
}

div#navi li a.sel {
	padding: 5px 10px 5px 10px;
	color: #FF7C1B;
	background: transparent url(../images/sel.png) right center no-repeat;
	width: 200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
}

div#navi li>a.sel {
	width: 180px;
}

div#navi ul ul li a.sel {
	padding: 5px 10px 5px 10px;
	color: #FF7C1B;
	background: transparent url(../images/sel.png) right center no-repeat;
	width: 190px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
}

div#navi ul>ul>li>a.sel {
	width: 170px;
}

div#content_frame {	
	width: 670px;
	float:right;
	display: block;		
}

.full-size{
	width: 100%!important;
	float: none!important;
	display: block!important;
}

#content_top{
	width: 100%;
	padding-top: 4px;
	background: #fff;
}

div#right_frame {
	width: 160px;
	float: right;
	display: block;
	padding-top: 14px;
	padding-bottom: 90px;
	/*margin-right: 10px;
	border-left: #D1D7DC 1px solid;*/
	font-size: 0.9em;
}

#right_frame .content_box{
	padding: 8px;
}

#right_frame h1,
#right_frame h2,
#right_frame h3,
#right_frame h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #484848;
}

#right_frame td{
	font-size: 1.0em;
}

div#content_frame h2 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
	color: #484848;
	padding: 3px 0 3px 0;
	/*margin-bottom: 10px;*/
}

div#content_frame h3{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #484848;
	padding: 20px 0 3px 0;
}

div#content_frame h4{
	font-size: 1.0em;
	line-height: 1.4em;
	color: #484848;
	padding: 20px 0 3px 0;
}

div#content_frame p,
div#main_content_print p, 
div#content_frame h5 {
	font-size: 1.0em;
	line-height: 1.6em;
	color: #484848;
}

div#content_frame p, 
div#main_content_print p{
	/*padding: 0 0 10px 0;*/
	margin-top: 0px;
}

div#content_frame ul,
div#main_content_print ul {
	list-style-type: square;
	
	margin-top: 0px;
	margin-bottom: 10px;
	/*margin-left: 20px;*/
}

div#content_frame ul li {
	font-size: 1.0em;
	line-height: 1.2em;

	padding-bottom: 5px;

	color: #484848;
}

div#content_frame ol {
	margin: 0;
	padding: 20px 30px 10px 30px;
}

div#content_frame ol li {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #484848;
}

div#content_inner {
	width: auto;	
	padding: 10px 40px 40px 20px;	
	display: block;
	font-size: 1.0em;
}

.full-size div#content_inner {
	width: auto;	
	padding: 10px 20px 40px 20px;	
	display: block;
	font-size: 1.0em;
}

.gtt {
	/*float: right;	
	width: auto;*/
	padding-bottom: 90px;
	display: block;
	clear: both;
}

.gtt a:link,
.gtt a:visited,
.gtt a:active {
	float: right;
	border-top: 1px solid #D4D4D4;	
	font-size: 0.9em;	
	display: block;
	padding: 2px 10px;
	color: #7D7D7D;
	text-decoration: none;	
}

.gtt a:hover {		
	color: #FF7C1B;
}


div#footnav {
	width: auto;
	margin: 10px;
	font-size: 0.9em;	
	color: #7D7D7D;
	padding: 10px 0 0px 18px;
	border-top: 1px solid #D4D4D4;	
}

div#footnav a {
	padding: 0 2px;
	color: #7D7D7D;
	text-decoration: none;	
}

div#footnav a:hover {		
	color: #FF7C1B;
}

div#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 880px;	
	background: #fff url(../images/fbg.gif) 0px 0px no-repeat;	
	padding: 20px 0 10px 0;
	font-size: 0.9em;
	color: #9C9C9C;
	text-align: center;
	clear: both;
}

/*************************************/

#content_frame .content_box{
	line-height: 1.2em;
	font-size: 1.0em;
	clear: both;
}

#content_frame .content_box td,
div#main_content_print .content_box td{
	font-size: 1.0em;
	line-height: 1.5em;
}

.link_box_head,
.download_box_head{
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
	border-top: #D1D7DC 1px solid;
	border-right: #D1D7DC 1px solid;
	border-left: #D1D7DC 1px solid;
	background: #FAFAFA;
}

.link_box_content,
.download_box_content{
	border-right: #D1D7DC 1px solid;
	border-bottom: #D1D7DC 1px solid;
	border-left: #D1D7DC 1px solid;
	background: #FAFAFA;

	margin-bottom: 5px;
}

.link_box_content ul,
.download_box_content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.link_box_content ul li{
	margin-left: 20px;
	padding: 5px 0 5px 15px;
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/arrow_linklist.gif) 0px 7px no-repeat;
	list-style: none;
}

.download_box_content ul li{
	padding: 5px 0 5px 15px;	
	margin-left: 20px;
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/pico.png) 0px 3px no-repeat;
	list-style: none;
	/*padding-left: 15px;
	background: url(../images/arrow_linklist.gif) left center no-repeat;*/
}

.link_box_content ul li a:link,
.link_box_content ul li a:active,
.link_box_content ul li a:visited,
.download_box_content ul li a:link,
.download_box_content ul li a:active,
.download_box_content ul li a:visited{
	text-decoration: none;
	color: #666;
}

.link_box_content ul li a:hover,
.download_box_content ul li a:hover{
	color: #FF7C1B;
	text-decoration: underline;
}

#navi .content_box{
	font-size: 1.0em;
	line-height: 1.4em;
	padding-left: 8px;
	padding-right: 8px;
	color: #7D7D7D;
}

#navi .content_box h1, 
#navi .content_box h2, 
#navi .content_box h3,
#navi .content_box h4{
	font-size: 1.0em;
	font-weight: bold;
}


/*   News    */

a.news_link:link,
a.news_link:active, 
a.news_link:visited{
	font-size: 1.0em;
	float: right;
	/*display: block;*/
	text-decoration: none;
	font-weight: bold;
}

a.news_link:hover{
	text-decoration: none;
	color: #FF7C1B;
	font-weight: bold;
}

td a.news_link:link,
td a.news_link:active, 
td a.news_link:visited{
	font-size: 1.0em;
	text-align: right;
	display: block;
	text-decoration: none;
}

td a.news_link:hover{
	text-decoration: underline;
}

span.news_small{
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

h1.news_detail_h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	display: inline;
	color: #484848;
}


h2.news_detail_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	display: inline;	
	color: #484848;
}

h2.news_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16px;
	display: inline;
	color: #484848;
}

a.news_h2:link,
a.news_h2:visited,
a.news_h2:active{
	padding: 7px 0 5px 15px;	
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/news_article.gif) 0px 7px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #484848;
}

a.news_h2:hover{
	color: #FF7C1B;
}

td h2.news_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16px;
	display: inline;
	color: #484848;
}

td h2.news_h2 a:link,
td h2.news_h2 a:visited,
td h2.news_h2 a:active{
	padding: 7px 0 5px 15px;	
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/news_article.gif) 0px 7px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #484848;
}

td h2.news_h2 a:hover{
	color: #FF7C1B;
}

.news_navi{
	text-align: left;
	text-indent: 5px;
	/*border-bottom: #D1D7DC 1px solid;*/
}

.news_navi_body{
	padding: 10px;
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
	/*border-left: #D1D7DC 1px solid;
	border-right: #D1D7DC 1px solid;*/
}

.news_navi a:active,
.news_navi a:link,
.news_navi a:visited{
	padding: 1px;
	margin-left: 1px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: #D1D7DC 1px solid;
	border-right: #D1D7DC 1px solid;
	border-top: #D1D7DC 1px solid;
	background: #fff;
	text-decoration: none;
}

.news_navi a:hover{
	background: #3E477A;
	color: #fff;
	text-decoration: none;
}

.news_navi .news_navi_active{
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	border-left: #3E477A 1px solid;
	border-right: #3E477A 1px solid;
	border-top: #3E477A 1px solid;
	background: #3E477A;
	color: #fff;
}

.news_teaser_pic{
	float: left; 
	padding: 5px; 
	margin: 2px;
	border: #D1D7DC 1px solid;	
	background: #fff;
}

.news_detail_pic{
	padding: 5px; 
	border: #D1D7DC 1px solid;	
	background: #fff;
}

.spacer{
	margin-top: 14px;
}

img.border{
	margin: 3px;
	border: #3E477A 1px solid;
}

/* Domain-Check */

#davail{
	background: #CDFFC9 url(../images/ok.gif) 10px 10px no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #008000;
	font-weight: bold;
	border: #008000 1px solid;
	margin-top: 5px;
}

#dunavail{
	background: #FFB1B1 url(../images/error.gif) 10px 10px no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #CC0000;
	font-weight: bold;
	border: #CC0000 1px solid;
	margin-top: 5px;
}

#dunavail2{
	background: #FFFDD7 url(../images/alert.gif) 10px 10px no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #787200;
	font-weight: bold;
	border: #787200 1px solid;
	margin-top: 5px;
}

#drequest{
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
	padding: 5px;
}

#dinfos{
	margin-top: 5px;
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
}

/* Google-Map */

#map{
	
}

.gmnoprint div div img{
	padding: 6px;
	margin: 6px 35px 6px 35px;
	border: #DADADA 1px solid;
}

label{
	margin-right: 1.3em;
}

textarea, input{
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	font-size: 1.0em;
}

v\:* {
	behavior:url(#default#VML);
}

#ifo{
	display: none;
}
.datatable{
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	width: 100%;
}

.datatable th{
	font-weight: bold;
	background: #d4d4d4 url(../images/th-bg.gif) 0% 50% repeat-x;
	padding: 3px 10px;
	font-size: 11px;
	white-space: nowrap;
	margin-left: 1px;
	text-align: center;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

.datatable td{
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	text-align: center;
	border-right: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
}

.datatable .right{
	text-align: right;
}

.datatable .left{
	text-align: left;
}

.datatable .center{
	text-align: center;
}

/*** Top-Leiste ***/

.block {

}	
.block .message {
	padding: 6px 15px 6px 40px;
	margin: 0;
	font-weight: bold;
	overflow: hidden;
}
.block .message p {
	padding: 0;
	width: 93%;
	float: left;
	text-align:left;
}
.block .info {
	border-bottom: 1px solid #bbdbe0;
	background: #ecf9ff url(../images/info0000.gif) 12px 8px no-repeat;
	color: #0888c3;
}

.block .info a {
	color: #095375;
	text-decoration: none;
	border-bottom: #095375 1px dotted;
}

.block .info a:hover {
	color: #095375;
	border-bottom: #095375 1px solid;
}

.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/close000.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.block_content {
	overflow: hidden;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 20px 0;
}

.block .message .content_box,
.block .message .inner{
	padding: 0!important;
	margin: 0!important;
	display: inline!important;
}

.block .message p{
	padding: 0!important;
	margin: 0!important;
}


.startbox {
float: left;
width: 255px;
height: 400px;
margin-top: 25px;
margin-right: 13px;
margin-bottom: 0px;
margin-left: 12px;
text-align: justify;
}

/*** Teaser-Boxen Startseite ***/

#content_frame .box-left,
.box-left,
#content_frame .box-right,
.box-right{
	float: left; 
	width: 32%;
}

#content_frame .box-center,
.box-center{
	float: left; 
	width: 32%; 
	margin-left: 2%; 
	margin-right: 2%;
}

#content_frame .box-center h3,
.box-center h3,
#content_frame .box-left h3,
.box-left h3,
#content_frame .box-right h3,
.box-right h3{
	padding: 5px 10px; 
	border-bottom: 1px solid #dadada;
	display: block;
}

/*** Blog-Beiträge ***/

#content_frame .blog,
.blog{
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
}

#content_frame .blog-h2,
.blog-h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	display: block;
	color: #484848;
	padding: 5px 10px; 
	border-bottom: 1px solid #dadada;
	margin-bottom: 5px;	
	margin-top: 10px;
}

#content_frame .blog h3 span{
	color: #ccc;
	font-size: 11px;
	float:right;
	font-weight: normal;
}

#content_frame .blog h3,
.blog h3{
	padding: 5px 10px; 
	border-bottom: 1px solid #dadada;
	display: block;
	margin-bottom: 5px;
}

#content_frame .blog p{
	padding-left: 10px;
	color: #666;
}

#content_frame .blog-item{
	padding: 10px;
	/*width: 47%;
	height: 145px;
	overflow: hidden;
	margin-bottom: 10px;*/
}

/*.blog-item-left{
	float:left;
}

.blog-item-right{
	float: right;
}*/

#content_frame .blog-item-highlight{
	/*background: #f0eded;*/
	background: #fff;
	box-shadow:0px 2px 10px #999999;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

#content_frame .blog-item p.with-comments{
	margin-right: 70px;
}

#content_frame .blog-item span.comments{
	display: block;
	float: right;
	width: 57px;
	height: 46px;
	background: url(../images/comment.png) 0% 0% no-repeat;
}

#content_frame .blog-item span.comments a{
	display: block;
	text-align:center;
	padding: .9em 0;
	text-decoration: none;
	color: #999;
}

#content_frame .blog-item span.comments a:hover{
	color: #FF7C1B;
}
