@charset "UTF-8";
#wrapper{width:960px;margin:0 auto;}
#footer{height:100px;}
/* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative}select,input,textarea{font-size:99%}form{margin:0;padding:0}img{border:0}#left{float:left}#right{float:right}#main{width:auto;position:relative}.inside{position:relative;text-align:left}.block{overflow:hidden}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block;text-align:left}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}*+html #main{position:static}header,footer,nav,section,aside,article,figure,figcaption{display:block}
@media all
{
/* Style sheet hashtaginfo */

}
/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @license    LGPL
 * @version    1.1
 */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#00f;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	font-family:"Helvetica Neue",helvetica,Verdana,sans-serif;
	font-size:14px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color:#fff;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match the font size */
}

a,
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #666;
	text-decoration: underline;
}
/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @license    LGPL
 * @version    1.0
 */

/* Basic configuration */
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12 {
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
}

/* Widths */
.g1 { width:60px; }
.g2 { width:140px; }
.g3 { width:220px; }
.g4 { width:300px; }
.g5 { width:380px; }
.g6 { width:460px; }
.g7 { width:540px; }
.g8 { width:620px; }
.g9 { width:700px; }
.g10 { width:780px; }
.g11 { width:860px; }
.g12 { width:940px; }

/* Apply margin to content elements by default */
.mod_article>.block {
	margin-right:10px;
	margin-left:10px;
}

/* Except if the article itself is floated  */
.g1 .block,.g2 .block,.g3 .block,.g4 .block,.g5 .block,.g6 .block,.g7 .block,.g8 .block,.g9 .block,.g10 .block,.g11 .block,.g12 .block {
	margin-right:0;
	margin-left:0;
}

/* Reapply margin on nested grid elements */
.gr {
	margin-right:20px !important;
}
.mod_catalogfilter {
	margin-bottom:  2em;
	padding-bottom:  0.3em;
}


.ce_form td {
	padding:  5px 5px 5px 0;
}

/****Start**********/
body {
	background: #029bd3 url('/tl_files/hashtaginfo/layout/img/bg-hashtaginfo.jpg') repeat-x left top;
}

#header {
	height: 255px;
}

#logo {
	position: relative;
	text-align: center;
}

h1 {
	font-size: 36px;
	font-weight: 700;
}

#container {
	margin-bottom:  20px;
}

/****Wozu Badge******/

#badgewozu {
	position: absolute;
	right: 80px;
	top: 110px;
}

/****Formulare allgemein******/
form table td {
	position: relative;
}

label {
	position: relative;
	display: block;
	margin: 10px 0 10px 10px;
	height:24px;
	line-height: 24px;
	padding: 2px 0 2px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
}

.captcha_text {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.datenschutz label {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline;
}

input.text {
	width:250px;
	height:24px;
	padding: 2px 10px;
}

input.captcha {
	width:50px;
	height:24px;
	padding: 2px 10px;
}

textarea {
	width:258px;
	height: 70px;
	padding: 5px 2px 2px 10px;
}

.radio_container.datenschutz {
	margin-top: 30px;
}

.datenschutz legend {
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.datenschutz input.radio {
	margin-top: 5px;
	float: left;
}


input.text,
input.captcha,
textarea,
input.checkbox,
input.radiobutton {
	margin: 10px 10px 10px 10px;
	color: #666;
}


input.submit {	
	position: relative;
	top: 1px;
	margin: 10px 10px 10px 10px;
	width:100px;
	height:31px;
	padding: 2px 10px;
	color: #666;
}

input.text,
input.captcha,
textarea,
input.checkbox,
input.radiobutton {	
    border:1px solid #bbb;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    behavior:url('plugins/css3pie/PIE.htc');
}


input.submit {	
    border:1px solid #bbb;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);
    -pie-background: linear-gradient(#EEFF99, #66EE33);
    behavior:url('plugins/css3pie/PIE.htc');
}

input.submit:hover,
input.submit:active {	
	cursor: pointer;
	color: #333;
    border:1px solid #999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5ff74), to(#5bc731));
    background: -webkit-linear-gradient(#e5ff74, #5bc731);
    background: -moz-linear-gradient(#e5ff74, #5bc731);
    background: -ms-linear-gradient(#e5ff74, #5bc731);
    background: -o-linear-gradient(#e5ff74, #5bc731);
    background: linear-gradient(#e5ff74, #5bc731);
    -pie-background: linear-gradient#e5ff74, #5bc731);
    behavior:url('plugins/css3pie/PIE.htc');
}

.checkbox_container label {
	position: relative;
	display: inline;
	margin: 0;
	line-height: 24px;
	padding: 2px 0 2px 0;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	text-align: left;
	vertical-align: baseline;
	
}

input.checkbox {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);
    -pie-background: linear-gradient(#EEFF99, #66EE33);
    behavior:url('plugins/css3pie/PIE.htc');
}

/****Suchformular******/

.sucheneintragen #main {
	background: transparent url('/tl_files/hashtaginfo/layout/img/bg-blatt-gesplittet.png') no-repeat center top;
}

.sucheneintragen #suchen {
	background: transparent url('/tl_files/hashtaginfo/layout/img/headline-suchen.png') no-repeat 102px 60px;
	}

#suchformular form {
	width: 460px;
	margin: 0 auto;
}

#suchen.g6 {
	padding: 140px 0 0 0;
}


/****Eintragen formular******/

.sucheneintragen #eintragen {
	background: transparent url('/tl_files/hashtaginfo/layout/img/headline-eintragen.png') no-repeat 142px 60px;
	}

#eintragen.g6 {
	padding: 140px 0 0 0;
}


/********hashtagliste*****/
/********hashtageinzelansicht*****/



#hashtagliste .item,
#hashtageinzelansicht .item,
#hashtagfeatured .item {
	position: relative;
	margin: 50px 10px 10px 25px;
	padding: 35px 10px 5px 25px;
	background-color: #fff;
	color: #666;
	border:1px solid #bbb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: #fff 0px 0px 10px;
	-moz-box-shadow: #fff 0px 0px 10px;
	box-shadow: #fff 0px 0px 10px;
	behavior:url('plugins/css3pie/PIE.htc');
}

#hashtageinzelansicht .item {
	margin-top:  50px;
}

#hashtagliste .info,
#hashtageinzelansicht .info,
#hashtagfeatured .info {
	position: relative;
	margin: 20px 10px 10px 25px;
	padding: 10px 10px 10px 25px;
	background-color: #fff;
	color: #666;
	border:1px solid #bbb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: #fff 0px 0px 10px;
	-moz-box-shadow: #fff 0px 0px 10px;
	box-shadow: #fff 0px 0px 10px;
	behavior:url('plugins/css3pie/PIE.htc');
}

#hashtagliste .info h3,
#hashtageinzelansicht .info h3,
#hashtagfeatured .info h3 {
	margin-top: 12px;
}

#hashtagliste .field,
#hashtageinzelansicht .field,
#hashtagfeatured .filed {
	margin: 5px;
	font-size: 16px;
	color: #666;
}

#hashtagliste .field a,
#hashtagliste .field a:link,
#hashtagliste .field a:visited,
#hashtageinzelansicht .field a,
#hashtageinzelansicht .field a:link,
#hashtageinzelansicht .field a:visited,
#hashtagfeatured .field a,
#hashtagfeatured .field a:link,
#hashtagfeatured .field a:visited {
	color: #07749c;
}

#hashtagliste .field a:hover,
#hashtagliste .field a:active,
#hashtageinzelansicht .field a:hover,
#hashtageinzelansicht .field a:active,
#hashtagfeatured .field a:hover,
#hashtagfeatured .field a:active {
	color: #029bd3;
}


#hashtagliste .field.hashtag,
#hashtageinzelansicht .field.hashtag,
#hashtagfeatured .field.hashtag {
	position: absolute;
	top: -30px;
	margin: 0;
}

#hashtagliste .field.hashtag .value,
#hashtageinzelansicht .field.hashtag .value,
#hashtagfeatured .field.hashtag .value,
.btn_mehr-hashtags {
	position: relative;
	margin: 10px 10px 10px -50px;
	height:40px;
	color: #fff;
	border-top:1px solid #8c0010;
	border-right:1px solid #e10019;
	border-bottom:1px solid #e10019;
	border-left:1px solid #8c0010;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: #fff 0px 0px 10px;
	-moz-box-shadow: #fff 0px 0px 10px;
	box-shadow: #999 3px 3px 6px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e10019), to(#8c0010));
	background: -webkit-linear-gradient(#e10019, #8c0010);
	background: -moz-linear-gradient(#e10019, #8c0010);
	background: -ms-linear-gradient(#e10019, #8c0010);
	background: -o-linear-gradient(#e10019, #8c0010);
	background: linear-gradient(#e10019, #8c0010);
	-pie-background: linear-gradient(#e10019, #8c0010);
	behavior:url('plugins/css3pie/PIE.htc');
	
}

#hashtagliste .field.hashtag:hover .value,
#hashtagfeatured .field.hashtag:hover .value,
.btn_mehr-hashtags:hover {
	cursor: pointer;
    border:1px solid #999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5ff74), to(#5bc731));
    background: -webkit-linear-gradient(#e5ff74, #5bc731);
    background: -moz-linear-gradient(#e5ff74, #5bc731);
    background: -ms-linear-gradient(#e5ff74, #5bc731);
    background: -o-linear-gradient(#e5ff74, #5bc731);
    background: linear-gradient(#e5ff74, #5bc731);
    -pie-background: linear-gradient#e5ff74, #5bc731);
    behavior:url('plugins/css3pie/PIE.htc');
}

#hashtagliste .field.hashtag a,
#hashtagliste .field.hashtag a:link,
#hashtagliste .field.hashtag a:visited,
#hashtageinzelansicht .field.hashtag .value,
#hashtagfeatured .field.hashtag a,
#hashtagfeatured .field.hashtag a:link,
#hashtagfeatured .field.hashtag a:visited,
.btn_mehr-hashtags a,
.btn_mehr-hashtags a:link,
.btn_mehr-hashtags a:visited {
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 3px 30px;
}

#hashtagliste .field.hashtag a:hover,
#hashtagliste .field.hashtag a:active,
#hashtagfeatured .field.hashtag a:hover,
#hashtagfeatured .field.hashtag a:active,
#hashtagliste .field.hashtag:hover a,
#hashtagliste .field.hashtag:hover a,
#hashtagfeatured .field.hashtag:hover a,
#hashtagfeatured .field.hashtag:hover a,
.btn_mehr-hashtags a:hover {
	color: #333;
}

#hashtagliste .field.datum .value,
#hashtageinzelansicht .field.datum .value,
#hashtagfeatured .field.datum .value  {
	text-align: right;
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

#hashtagliste .field.datum,
#hashtageinzelansicht .field.datum,
#hashtagfeatured .field.datum {
	margin-bottom: 0;
}


#hashtagliste,
#hashtageinzelansicht,
#hashtagfeatured {
	background: transparent url('/tl_files/hashtaginfo/layout/img/trenner.png') no-repeat center top;
	margin-top:  2em;
	padding-top:  0.3em;
}

.mod_cataloglist .total {
	display: block;
	padding: 15px 0;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 1px;
}

.mod_cataloglist .label,
#hashtageinzelansicht .label,
#hashtagfeatured .label {
	display:  none;
}

/********Pagination****/

#hashtagliste .pagination {
	font-size: 18px;
}

#hashtagliste .pagination p,
#mehr-hashtags-link .pagination p {
	text-align: center;
	margin: 10px 0;
}


#hashtagliste .pagination ul {
	margin-top: 20px;
	top:  0;
	left:  22px;
	position: relative;
}

#hashtagliste .pagination li {
	float:  left;
	margin: 2px 5px;
}

.btn_mehr-hashtags {
	display: inline-block;
	margin-left:auto;
}

#mehr-hashtags-link {
	text-align: center;
}

#hashtagfeatured .btn_mehr-hashtags {
	float: right;
	top: -60px;
}

/********Allgemeine Buttons****/

.btn_gruen {
	display: inline-block;
	line-height: 31px;
	position: relative;
	text-align: center;
	border:1px solid #bbb;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);
    -pie-background: linear-gradient(#EEFF99, #66EE33);
    behavior:url('plugins/css3pie/PIE.htc');	
}

.btn_gruen a,
.btn_gruen a:link,
.btn_gruen a:visited {
	display: block;
	padding:0 20px;
	height: 31px;
	line-height: 31px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.btn_gruen:hover,
.btn_gruen:active {	
	cursor: pointer;
	color: #333;
    border:1px solid #999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5ff74), to(#5bc731));
    background: -webkit-linear-gradient(#e5ff74, #5bc731);
    background: -moz-linear-gradient(#e5ff74, #5bc731);
    background: -ms-linear-gradient(#e5ff74, #5bc731);
    background: -o-linear-gradient(#e5ff74, #5bc731);
    background: linear-gradient(#e5ff74, #5bc731);
    -pie-background: linear-gradient(#e5ff74, #5bc731);
    behavior:url('plugins/css3pie/PIE.htc');
}

.btn_gruen a:hover,
.btn_gruen a:active {
	color: #333;
}

.btn_top {
	z-index: 100;
	position: absolute;
	margin: -5px 0 0 0;
	padding:  0 5px 0 10px;
	height:31px;
	text-align: center;
	border:1px solid #30baed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: #fff 0px 0px 10px;
	-moz-box-shadow: #fff 0px 0px 10px;
	box-shadow: #fff 0px 0px 10px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#30baed), to(#029bd3));
	background: -webkit-linear-gradient(#30baed, #029bd3);
	background: -moz-linear-gradient(#30baed, #029bd3);
	background: -ms-linear-gradient(#30baed, #029bd3);
	background: -o-linear-gradient(#30baed, #029bd3);
	background: linear-gradient(#30baed, #029bd3);
	-pie-background: linear-gradient(#30baed, #029bd3);
	behavior:url('plugins/css3pie/PIE.htc');	
}

.btn_top a,
.btn_top a:link,
.btn_top a:visited {
	display: block;
	line-height: 31px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.btn_top:hover,
.btn_top:active {	
	cursor: pointer;
	color: #333;
    border:1px solid #999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: #fff 0px 0px 10px;
    -moz-box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5ff74), to(#5bc731));
    background: -webkit-linear-gradient(#e5ff74, #5bc731);
    background: -moz-linear-gradient(#e5ff74, #5bc731);
    background: -ms-linear-gradient(#e5ff74, #5bc731);
    background: -o-linear-gradient(#e5ff74, #5bc731);
    background: linear-gradient(#e5ff74, #5bc731);
    -pie-background: linear-gradient#e5ff74, #5bc731);
    behavior:url('plugins/css3pie/PIE.htc');
}

.btn_top a:hover,
.btn_top a:active{
	color: #333;
}

/***** Positionierung Buttons *****/

#hashtageinzelansicht .back {
	margin-left: 24px;
}

.zu_twittersuche_button {
	position: relative;
}

.btn_gruen.btn_klein a {
	padding: 0px 10px;
}

.socialsuche {
	margin-bottom: 5px;
}

#zur-suchseite-button {
	position: relative;
	text-align: center;
}

.zu_suche_button {
	position: relative;
	margin: 10px auto 10px auto;
}




/********Footer****/
#footer {
	background: transparent url('/tl_files/hashtaginfo/layout/img/trenner-unten.png') no-repeat center top;
	color: #fff;
	font-size: 12px;
}

#footer .inside {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/**********Links oben am Rand********/

.twitterlink {
	right: 0;	
}

.twitterlink a {
	padding-right: 35px;
	background-image: url('/tl_files/hashtaginfo/layout/img/twittericon.png');
	background-repeat: no-repeat;
	background-position: right 5px;
}

.startseitenlink a {
	padding-right: 5px;
}

.startseitenlink {
	left: 0;	
}

.kontaktlink a {
	padding-right: 5px;
}

.kontaktlink {
	right: 180px;	
}

.trenner {
	margin: 2em 0 1em;
	height: 10px;
	background: transparent url('/tl_files/hashtaginfo/layout/img/trenner.png') no-repeat center top;
}
 
 
/***********Tweetlist*****/

#tweetlist {
	margin-left: 100px;
}

#tweetlist .tweetlist-class {
	position: relative;
}

#tweetlist .tweet {
	margin-bottom: 1em;
}

#tweetlist .item {
	position: relative;
	margin: 30px 10px 10px 25px;
	padding: 15px 10px 5px 25px;
	background-color: #fff;
}

#tweetlist .twitteruser .fett {
	font-weight: 700;
	letter-spacing: 1px;
}

#tweetlist .twitteruser img {
	margin-right: 5px
}

/************Socialsuchbuttons inder Hashtagliste*****/
.socialsuchbox {
	margin-left: 25px;
}

.socialsuchbox-einzelansicht {
	margin-left: 25px;
	text-align: left;
}

.socialsuchbox-einzelansicht div {
	display: inline-block;
	margin-bottom: 5px;
}
