/*IMG*/
#main .image_container img{
	max-width: 100%;
	height: auto;
}

/*SUCHE*/
#main .mod_search{
	padding-bottom: 20px;
	overflow: auto;
}

#main .mod_search input.text{
	margin-bottom: 0;
	width: 60%;
}

#main .mod_search input.submit{
	margin-top: 0;
	height: 34px;
	padding: 0px 50px 0px 50px;
	margin-left: 5px;
}

#main .mod_search .header{
	float: left;
	clear: both;
	background: url(../images/line.png) repeat-x bottom;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: block;
}

#main .mod_search > div{
	float: left;
	clear: both;
	background: url(../images/line.png) repeat-x bottom;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: block;
	font-size: 12px;
}

#main .mod_search h3{
	font-size: 16px;
}

/*SUCHE SUCHBAR*/
#header .mod_searchbar{
	float: right;
}

#header .mod_searchbar .formbody{
	margin-left: 0;
	min-width: 31px;
}

#header .mod_searchbar .searchbutton{
	background: #40C5F2;
	color: white;
	display: block;
	height: 31px;
	width: 31px;
	float: right;
}

#header .mod_searchbar .formbody .submit_container{
	float: right;
	height: 31px;
	background: #57595c;
}

#header .mod_searchbar .formbody input.text{
	border: none;
	height: 31px;
	width: 0px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}
#header .mod_searchbar .formbody:hover .submit_container{
	background: #40C5F2;
}

#header .mod_searchbar .formbody:hover input.text,
#header .mod_searchbar .formbody input.text:focus,
#header .mod_searchbar .formbody input.text:hover{
	padding: 0px 40px 0 10px;
	width: 200px;
}

/*MOBILE LOGO*/
.mobilelogo{
	margin-top: 15px;
	display: none;
}

/*YOUTUBE*/
iframe{
	max-width: 100%!important
}

/*MOBILE MENU*/
#dl-menu{
	display: none;
}

/*BUTTON NEWS*/
#main .btn-news{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

#main .btn-news p{
	padding-bottom: 8px;
}

#main .btn-news a{
	background: #40C5F2;
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: #A0A0A0 0px 0px 8px;
	display: inline-block;
	min-width: 180px;

}

#main .btn-news a:hover{
	text-transform: uppercase;
	text-decoration: none;
	background: #313133;
}

/*STARTTEXT*/
.ce_starttext{
	max-width: 630px;
	margin: auto;
	border-bottom: 1px solid #6b737c;
	border-top: 1px solid #6b737c;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	color: #52585e;
}

#main .ce_starttext strong{
	font-size: 17px;
	color: #313133;
}

#main .ce_starttext a{
	color: #52585e;
	font-weight: bold;
}

/*SPECIAL*/
.page_projektbeispiele #main .inside{
	margin-bottom: 110px;
}


/*NAV KURZGESCHICHTEN LEFT*/
.anneswelt_nav .item a{
	background: url(../images/line.png) repeat-x bottom;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #313133;
	padding-left: 10px;
}

.anneswelt_nav .item a:hover{
	background-color: #ECEDEC;
}

.anneswelt_nav .item .active a{
	color: #3fc5f3!important;
	background-color: #ECEDEC!important;
}

/*LINK FFZ*/
.link_ffz{
	float: right;
	margin-right: 15px;
}

.link_ffz a{
	height: 31px;
	line-height: 29px;
 	color: #40C5F2;
	display: block;
	padding: 0 8px;
}

/*FREE FORMULAR*/
.freeformular{
	margin-top: 40px;
}

/*PROJEKTBEISPIELE*/
.mod_projektbeispiele_list{
	clear: both;
}

.mod_projektbeispiele_list .item{
	height: auto;
	margin-bottom: 80px;
}

#main .anneswelt_list .item{
	height: auto;
	overflow: auto;
	margin-bottom: 0px;
}

.mod_projektbeispiele_list .img{
	width: 240px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

.mod_projektbeispiele_list img{
	float: left;
	padding-right: 10px;
	width: 100%;
	height: auto;
}

.mod_projektbeispiele_list h2 {
	color: #313133;
	background: url(../images/line_foother.png) repeat-x bottom;
	display: block;
	margin-bottom: 15px;
	height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.mod_projektbeispiele_list .teasertext{
	font-size: 12px;
}

.anneswelt_list h2,
.anneswelt_list .teasertext{
	float: right;
	width: 350px;
}

.anneswelt_list .link a{
	margin-left: 10px;
}
	
#main .mod_projektbeispiele_list .link a{
	padding: 5px 10px 5px 10px;
	background: #313133;
	color: white;
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}

#main .mod_projektbeispiele_list .link a:hover{
	background: #40C5F2;
	text-decoration: none;
}

.mod_projektbeispiele_view .img{
	width: 100%;
}

.mod_projektbeispiele_view .img .image{
	float: left;
	margin-right: 10px;
}

.mod_projektbeispiele_view .img .image img{
	-webkit-filter: saturate(0%);
}

.mod_projektbeispiele_view .img .image img:hover{
	-webkit-filter: saturate(100%);
}

.mod_projektbeispiele_view .projekttext{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.mod_projektbeispiele_view .back{
	float: left;
	margin-top: 20px;
	clear: both;
}

.mod_projektbeispiele_view li{
	line-height: 1.5;
}

/*STARTSEITE*/

.page_intro #main .inside{
	background: none;
}
.page_intro #wrapper{
	overflow: hidden;
}

.page_intro #container{
	padding-bottom: 100px;
}

#teaserarea{
	background: url(../images/bg_news.png);
	text-align: left;
	border-top: 1px solid #dcdcda;
}

#teaserarea .inside{
	padding: 0px 10px;
	width:940px;
	margin: auto;
	position: relative;
}

.page_intro #header{
	background: url(../images/bg_header.png);
	height:31px;
}
.page_intro #annefrank_logo{
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 100;
}

/*NEWSLETTERPOINT*/
.page_intro #teaserarea .pin_news{
	position: absolute;
	top: -50px;
	left: 113px;
	text-align: center;
	height: 194px;
	width: 194px;
	background: url(../images/bg_newsletterpoit.png) no-repeat;
	color: white;
}

.page_intro #teaserarea .pin_news h3{
	text-transform: uppercase;
	font-size: 19px;
	margin: 32px 0 20px 0;
}

.page_intro #teaserarea .pin_news a{
	text-decoration: underline;
	color: white;
}

/*NEWS*/
.mod_newsreader{
	padding-bottom: 60px;
}

.page_intro .mod_newslist{
	padding-top: 60px;
	padding-bottom: 10px;
}

.page_intro .accordion{
	margin-left: 340px;
}


.mod_newslist .teaser{
	text-align: left;
}

.mod_newslist .layout_short{
	background: url(../images/line.png) repeat-x top;
	margin-bottom: 60px;
	padding-top: 30px;
}

.btn_news{
background: url(../images/line.png) repeat-x top;
	margin-bottom: 50px;
	overflow: auto;
}

.btn_news a{
	padding: 1px 10px 1px 10px;
	background: #313133;
	color: #FFF;
	display: block;
	float: right;
	margin-top: 10px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}

.btn_news a:hover{
	background: #40C5F2;
	text-decoration: none;
}

.page_intro .mod_newslist .layout_short{
	background: none;
}


.page_intro .mod_newslist .layout_short .title{
	color: #313133;
	background: url(../images/line_foother.png) repeat-x bottom;
	display: block;
	margin-bottom: 15px;
}

.mod_newslist .layout_short .title{
	color: #313133;
	display: block;
	margin-bottom: 10px;
}

.mod_newslist .layout_short .title span{
	color: #313133;
	line-height: 1.6;
	font-size: 11px;
}

.page_intro .mod_newslist .layout_short .title span{
	float: right;
	color: #818488;
	line-height: 1;
}

.mod_newslist .layout_short .title h2 a{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #313133!important;
	font-weight: bold;
	margin-bottom: 5px;
}

#wrapper .mod_newslist .layout_short .title h2 a:hover{
	text-decoration: none;
}

.page_intro  .mod_newslist .layout_short p{
	color: #818488;
}

#main .back a,
.mod_newslist .layout_short .more a,
#main .mod_newslist .layout_short .more a{
	padding: 1px 10px 1px 10px;
	background: #313133;
	color: white;
	display: block;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}

#main .back a:hover,
.mod_newslist .layout_short .more a:hover,
#main .mod_newslist .layout_short .more a:hover{
	background: #40c5f2;
	text-decoration: none;
}

#main .mod_customnav .back a:hover,
#main .mod_customnav .back a{
	background: none;
	padding: 0px;
	margin: 0px;
}

#button-list{
	padding: 130px 0px 40px 0px;
	overflow: hidden;
	width: 630px;
	margin: auto;
	border-bottom: 1px solid #6b737c;
	margin-bottom: 25px;
}

#main .mod_article #button-list li{
	position: relative;
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}

#button-list li{
	width: 210px;
	height: 237px;
	float: left;
	margin-right: 24px;
	background-image:url(../images/startpage_navi_default.png);
	background-repeat: no-repeat;
	background-position: center 21px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

#button-list li:hover{
	background-image:url(../images/startpage_navi_hover.png);
}

#button-list span.text{
	position: absolute;
	padding:109px 0 ;
	left:0;
	width: 100%;
	z-index: 80;
	text-align:center;
	font-size: 19px;
	text-transform: uppercase;
	color:#FFFFFF;
}

/*SLIDER*/
.ce_image{
	visibility: visible!important;
}

#ce_slider_itemsholder{
	background: #eeefee;
}

#container #ce_slider_prev_btn{
	background: transparent url(../images/arrow_prev.png) center center no-repeat;
	padding-left: 25px;

}

#container #ce_slider_next_btn {
	background: transparent url(../images/arrow_next.png) center center no-repeat;
	padding-right: 25px;
}

#container #ce_slider_controls_elements{
	position: inherit;
}

#container #ce_slider_controls_elements ul{
	margin-top: 10px;
	font-size: 0px;
	padding-top: 5px;
	clear: both;
}

#container #main #ce_slider_controls_elements ul{
	text-align: center;
}


#container #ce_slider_controls_elements li{
	margin-left: 5px;
}

#container #ce_slider_controls_elements li a {
	padding: 10px 1px 1px 1px;
	margin: 0;
	margin-right: 1px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
	border: 0px solid #999;
	color: #f5f5f3;
	text-decoration: none;
	height: 8px;
	width: 10px;
	background: url(../images/slider_point.png) no-repeat;
}

#container #ce_slider_controls_elements li a.active {
	background: url(../images/slider_point_h.png) no-repeat;
}

/*TABELLE*/
.ce_table {
	background: url(../images/line.png) repeat-x top;
	padding-top: 2px;
	margin-bottom: 0px;
}

.ce_table .even{
	background-color: #ecedec;
}

.ce_table tr{
	background: url(../images/line.png) repeat-x bottom;
	line-height: 1.5;
	font-size: 13px;
}

.ce_table td{
	padding: 8px;
	vertical-align: top;
}
.ce_table .col_first{
	width: 150px;
}

/*VERLAG HOVER*/
.list_verlage{
	position: relative;
	z-index: 500;
}

.list_verlage .item{
	position: relative;
	width: 270px;
	float: left;
	background: url(../images/line.png) bottom repeat-x;
	padding: 6px 5px 6px 5px;
}

.list_verlage .middle{
	margin-left: 50px;
	margin-right: 50px;
}

.list_verlage .item .hover{
	display: none;
	position: absolute;
	background: url(../images/pub_hover1.png) no-repeat;
	width: 195px;
	height: 101px;
	padding: 15px 15px 15px 25px;
	top:-53px;
	left: 160px;
	z-index: 1000;
	font-size: 11px;
	color: white;
}

.list_verlage .item .hover .pub_publishers{
	display: block;
	font-size: 12px;
	color: white;
	height: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}

#main .list_verlage .item .hover a{
	color: white;
}

.list_verlage .item:hover .hover{
	display: block;
	
}

.list_verlage .item .pub_web{
	float: right;
}

.list_verlage .item .pub_mail img,
.list_verlage .item .pub_web img{
	border: 1px solid #40C5F2;
}

.list_verlage .item .pub_mail img:hover,
.list_verlage .item .pub_web img:hover{
	border: 1px solid white;
}

.list_verlage .item .pub_mail{
	float: left;
}

#main .line_article{
	background: url(../images/line.png) repeat-x top;
	padding-top: 18px;
}

/*LINKS*/
#main .article_link p{
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/line.png) repeat-x bottom;

}

/*IMPRESSIONEN GALLERY*/
.cat_impressionen{
	margin-left: -50px;
}

.cat_impressionen .item a{
	color: black;
}

.cat_impressionen .item a:hover{
	color: #40c5f2;
}

.cat_impressionen .item{
	float: left;
	width: 280px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 50px;
}

.cat_impressionen .boxin{
	position: relative;
}

.cat_impressionen .boxin img{
	width: 100%;
	height: auto;
}

	
.cat_impressionen .boxin span.text{
	opacity: 0;
	position: absolute;
	bottom: 3px;
	left: 0px;
	background: #40c5f2;
	font-size: 11px;
	padding: 10px;
	color: white;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	line-height: 1.6;
}

.cat_impressionen .boxin:hover span.text{
	opacity: 1;
}

/*ELEMENT TEASER*/
.teaserbox{
	margin-left: -50px;
}

.ce_teaserbox img{
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;	
}

.ce_teaserbox img:hover{
	opacity: .6; filter:Alpha(Opacity=100);
}

.ce_teaserbox{
	float: left;
	width: 280px;
	margin-left: 50px;
	font-size: 10px;
	line-height: 1.5!important;
	margin-top: 40px;
	padding-bottom: 15px;
	height: 300px;
}

.ce_teaserbox h3{
	display: block;
	background: #40c5f2;
	margin-bottom: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}

.ce_teaserbox .teaser_text{
	margin: 10px 0px 5px 0px;
	padding-bottom: 5px;
	height: 70px;
	overflow: hidden;
	background: url(../images/line.png) bottom repeat-x;

}

.ce_teaserbox .teaser_link a{
	display: block;
	background: #313133;
	float: left;
	padding: 4px 10px 4px 10px;
	color: white!important;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}

.ce_teaserbox .teaser_link a:hover{
	background: #40c5f2;
	text-decoration: none!important;
}

.ce_teaserbox img{
	width: 100%;
	height: auto;
}

/*TEASERAERA*/
.page_intro #teaserarea{
	margin-bottom: 0px;
	border-top: 0px;
}

#teaserarea .ce_teaserbox{
	margin-bottom: 90px;
}

#teaserarea h2.ce_headline{
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	background: #21262c;
	color: white;
	padding: 5px 50px 5px 15px;	
	font-weight: bold;
	margin-bottom: 15px;
}

/* ACCORDION */
#teaserarea .toggler{
	position: absolute;
	top: -40px;
	left: 160px;
	z-index: 99999;
	text-transform: uppercase;
	font-size: 19px;
	padding: 10px 20px 20px 20px;
	color: white;
	cursor: pointer;
	display: block;
}

.toggler:focus{
	outline: none;
}

#main .ce_accordion{
	line-height: 1.8;
	background: url(../images/line.png) repeat-x ;
}

#main .ce_accordion.even{
	line-height: 1.8;
	background: url(../images/line.png) repeat-x #ECEDEC;
}

#main .ce_accordio.odd{
	line-height: 1.8;
	background: url(../images/line.png) repeat-x transparent;
}

#main .last .toggler{
	margin-bottom: 50px;
}

#main .ce_accordion :hover{
	color: #40C5F2;
}

#main .ce_accordion p{
    color: #313133!important;
}

#main .toggler{
	padding-bottom: 8px;
	padding-top: 6px;
	cursor: pointer;
	padding-left: 5px;
	font-size: 15px;
}

#main .toggler.active{
	color: #40C5F2;
}

#main .ce_accordion p{
	padding-left: 20px;
	color: #40C5F2;
	padding-bottom: 10px;
}

/*FORMULAR*/
.ce_form table{
	width: 100%;
}

.ce_form td{
	vertical-align: top;
}

.ce_form label{
	padding-right: 10px;
	line-height: 2;
}

.mod_search input.text,
.ce_form input.text{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: 34px;
	border: 4px solid white;
	padding: 5px;
	color: #555a6b;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #f3f3f3;
	box-shadow: 0px 0px 5px #d2d2d2;	
}

.ce_form textarea{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: 160px;
	border: 4px solid white;
	padding: 5px;
	color: #555a6b;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #f3f3f3;
	box-shadow: 0px 0px 5px #e4e4e4;	
}

.mod_search input.submit,
.ce_form input.submit{
	cursor: pointer;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 50px 8px 50px;
	float: left;
	background: #40C5F2;
	border: none;
	text-transform: uppercase;
	margin-top: 10px;
}

.ce_form input.text.error{
	border: 1px solid #8c1010;
}

.ce_form input.captcha{
	width: 40%;
	height: 16px;
	border: 4px solid white;
	padding: 5px;
	color: #555a6b;
	float: right;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #f3f3f3;
	box-shadow: 0px 0px 5px #d2d2d2;	
}

.ce_form .captcha_text{
	line-height: 36px;
}

.nicerrors{
	color: #8c1010;
	margin-bottom: 20px;
}

.ce_form input:hover,
.ce_form textarea:hover,
.ce_form select:hover,
.ce_form input:focus,
.ce_form textarea:focus,
.ce_form select:focus{
	box-shadow: 0px 0px 8px #c6c6c6;	
}

.ce_verlag{
	margin-top: 30px;
}

/*LIGHTBOX*/
#mbTitle{
	display: none;
}

/*ZITAT*/
.zitat{
	font-size: 1.2em;
	line-height: 1;
}

/*ANNES WELLT*/
.anneswelt_list{
	margin-top: 50px;
}

/*SEKUNDARLITERATUR*/

#main .mod_article .ce_sekundarliteratur ul li{
	padding: 20px 8px 20px 8px;
}

/*GOOGLEMAPS*/
.mod_dlh_googlemaps{
	width: 100%!important;
	margin-top: 40px;
	padding-top: 40px;
	background: url(../images/line.png) repeat-x top;
}

.dlh_googlemap{
	width: 100%!important;
}

#kontakt .ce_form{
	margin-top: 20px;
	padding-top: 45px;
	background: url(../images/line.png) repeat-x top;
}

/*SCROLL TOP*/
#gototop {
	display: none;
	width: 30px;
	height: 50px;
	position: fixed;
	right: 20px;
	font-family: "Arial Black", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: white;
	z-index: 99999999;
}

/*DOWNLOAD*/
#main .ce_downloads h2 {
	font-weight: 500;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#main .ce_downloads{
	padding-bottom: 50px;
}

#main .ce_downloads img {
	vertical-align: middle;
}

/*PAGER*/
.pagination{
	background: url(../images/line.png) repeat-x top;
	padding-top: 10px;
	margin-top: 20px;
}

.pagination ul li{
	list-style: none;
	float: left;
}

.pagination ul li a,
.pagination ul li span{
	display: block;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 2px;
	margin-left: 0;
	color: white;
}

#main .mod_article .pagination ul li{
	margin-left: 0;
}

#main .pagination ul li a{
	color: white;
}

#main .pagination ul li a:hover{
	text-decoration: none;
}

.pagination ul li a{
	background: #d0d0d1;
}

.pagination ul li span,
.pagination ul li a:hover{
	background: #40C5F2;
}

/*BUDDY ELIAS*/
#main .ce_buddyelias{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

#main .ce_buddyelias h2{
    color: #313133;
    font-size: 26px;
}

#main .ce_buddyelias .image_container{
    text-align: center;
}

#main .ce_buddyelias a.btn{
	background: #40C5F2;
	padding: 10px 70px;
	color: white;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: #A0A0A0 0px 0px 8px;
}

#main .ce_buddyelias a.btn:hover{
	text-transform: uppercase;
	text-decoration: none;
	background: #313133;
}