@charset "utf-8";
/* BUTTON styles */

.btn_generic {
	display:block;
	overflow:hidden;
	border:0 none;
	text-indent:-5000px;
	text-decoration:none;
	font-size:1px;
	line-height:1px;
	background-color:transparent;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.btn_generic:link, a.btn_generic:visited {
	background-position:left top;
}
.btn_generic:hover {
	background-position:left bottom;
}
.button_container .right {
	margin-left:auto;
}
.button_container .left {
	margin-right:auto;
}

#header ul .btn_home {
	width:12px;
	height:10px;
	padding-top:6px;
	background-image:url(/cms_at/assets/images/icons/ico_home_white.gif);
	background-position:0 6px;
}
#header ul .btn_sitemap {
	width:13px;
	height:11px;
	padding-top:5px;
	background-image:url(/cms_at/assets/images/icons/ico_sitemap_white.gif);
	background-position:0 5px;
}
#header ul .btn_search {
	width:13px;
	height:11px;
	padding-top:5px;
	background-image:url(/cms_at/assets/images/icons/ico_search.gif);
	background-position:0 5px;
}

.page_content .btn_rss {
	width:15px;
	height:15px;
	background-image:url(/cms_at/assets/images/icons/ico_rss.gif);	
}
#footer .btn_rss {
	padding-left:20px !important;
	background:url(/cms_at/assets/images/icons/ico_rss.gif) no-repeat left top;	
}

.page_bottom .btn_seitedrucken {
	width:93px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_seitedrucken.gif);
}
.page_bottom .btn_seitedrucken_fr {
	width:93px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_seitedrucken_fr.gif);
}
.page_bottom .btn_seiteweiterleiten {
	width:143px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_seiteweiterleiten.gif);
}
.page_bottom .btn_seiteweiterleiten_fr {
	width:143px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_seiteweiterleiten_fr.gif);
}
.page_bottom .btn_seitenanfang {
	width:93px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_seitenanfang.gif);
}
.page_bottom .btn_seitenanfang_fr {
	width:93px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_seitenanfang_fr.gif);
}


.btn_absenden {
	width:96px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_absenden.gif);
}

.btn_googlesearch 
{
    display:table-cell;
	width:58px;
	height:20px;
	background-image:url(/cms_at/assets/images/buttons/btn_googlesearch.gif);	
}

.btn_googlesearch_fr
{
    display:table-cell;
	width:65px;
	height:21px;
	background-image:url(/cms_at/assets/images/buttons/btn_googlesearch_fr.gif);	
}
