@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body, html, #wrapper {
	min-height: 100%;
}

body {
	background: #D0E0EB url(images/background.gif) top left fixed;
	color: #000;
	font-family: "Lucida Sans Unicode", Verdana, Arial;
	font-size: 12px;
}

p {
	margin-bottom:8px;
	margin-top:2px;
	line-height: 18px;
}

h2 {
	margin: 15px 0;
}

h3 {
	margin: 15px 0;
}

/* Overlays gestalten */
#loading-indicator {
	background: url(images/overlay_bg.png);
	text-align: center;
	position: absolute;
	margin: 0;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.loading-indicator_in {
	position:absolute;
	margin-left: -110px;
	top: 50%;
	left: 50%;
}

.siteload {
	font-size: 18px;
	color:#FFF;
	font-weight:bold;
	margin-top: 15px;
}


/* Formatierung des Wrappers */
#wrapper {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 900px;
	background: #fff url(images/header_bg.gif) no-repeat top right;
	color: #000;
	border-left: 5px solid #49708A ;
	border-right: 5px solid #49708A ;
}

/* Formatierung des header */
#header h1 {
	margin: 20px 170px 15px 15px;
}

/* Formatierung des content */
#content {
	margin: 20px 0;
	padding: 0 20px;
}

#content p {
	font-size: 12px;
}

.content_top, .content_bottom {
	width: 850px;
	margin: 0 auto;
}

.content_bottom {
	margin-top: 10px;
}

p.adduser {
	text-align:center;
	margin: 10px 0;
	font-size: 24px !important;
}

p.blogparade {
	text-align:center;
	margin: 10px 0;
	font-size: 24px !important;
}

p.screenname {
	font-size: 14px!important;
	font-weight: bold;
}
/* Formatierung des Footer */
#footer {
	padding: 10px;
	border-top: 2px solid #CAFF42  ;
}

.ftleft {
	float: left;
	width: 49%;
	text-align: left;
}

.ftright {
	float: right;
	width: 49%;
	text-align: right;
}

/* Tabelle gestalten */
.twitterdaten {
	width: 850px;
	margin: 0px auto;
	font-size: 14px;
}

.twitterdaten tr td {
	border-top: 1px solid #CAFF42;
	vertical-align: middle;
}

tr.trhover:hover {
	background: #D0E0EB;
}

tr.tr_twdetails{
	background: #EBF7F8;
}

/* Tabellenkopf gestalten */
th.rank, th.twuser, th.twfollowers, th.twfriends, th.twtweets, th {
	background: #49708A ;
	color: #fff;
	padding: 5px;
	border-bottom: 3px solid #CAFF42  ;
}

th.rank {
	font-weight: bold;
	width:110px;
}

th.twuser {

}

th.twfollowers, th.twfriends, th.twtweets {
	width:80px;
}

/* Tabelleninhalt gestalten */
td.rank, td.twuser, td.twfollowers, td.twfriends, td.twtweets {
	padding: 5px;

}

td.rank, td.twfollowers, td.twfriends, td.twtweets, td.twfollowme {
	text-align: center;
}

td.rank {
	font-weight: bold;
	font-size: 18px;
}

td.twuser {

}

td.twfollowers {
	font-size: 16px;
	font-weight: bold;
}

td.twfollowers, td.twfriends, td.twtweets {
	
}

#twittable a, #twittable a:link {
	color: #49708A;
	text-decoration: underline;
	cursor: pointer;
}

#twittable a:hover {
	text-decoration: none;
}

/* Tablesorter Styles */

/* tables */
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
ul.comment {
	list-style-image:url(images/lightbulb.png);
	margin: 10px 10px 10px 30px;
}

ul.comment li {
	padding: 5px 0px;
}

ul.eintragdaten {
	list-style-image:url(images/add.png);
	margin: 5px 5px 5px 60px;
}

ul.twbefehle {
	list-style-image:url(images/tag_green.png);
	margin: 0px 5px 0px 30px;
}

ul.twbefehle li {
	padding: 0px 0px 5px 0px;
	margin:	0px 0px 5px 0px;
}

ul.webstat {
	list-style-image:url(images/chart_bar.png);
	margin: 0px 5px 0px 30px;
}

ul.webstat li {
	padding: 0px 0px 5px 0px;
	margin:	0px 0px 5px 0px;
}

ul.konditionen {
	list-style-image:url(images/coins.png);
	margin: 0px 5px 0px 30px;
}

ul.konditionen li {
	padding: 0px 0px 5px 0px;
	margin:	0px 0px 5px 0px;
}

/* Gestaltung von SPAN-Klassen */
ul.twdetails {
	display: inline;
	list-style: none;
	float: left;
}

ul.twdetails li {
	float: left;
	margin-right: 20px;
}

ul.twdetails li a {
}

.twurl, .followme, .details, .zwitscheres {
	font-size: 12px;
	padding: 4px 0px 4px 20px;
	
}

.twurl {
	background: url(images/link.png) center left no-repeat;
}

.followme {
	background:url(images/add.png) center left no-repeat;
}

.details {
	background:url(images/eye.png) center left no-repeat;
}

.zwitscheres {
	background:url(images/twitter_buttons.png) center left no-repeat;	
}

.hlight {
	background: #49708A;
	color: #fff;
	padding: 8px;
}

.vortag {
	color:#CCC;
	font-size: 14px;
}

.hinweis {
	padding: 8px 8px 8px 30px;
	margin: 10px 0;
	border: 4px solid #FF0000;
	background:#FFffCC url(images/exclamation.png) 6px center no-repeat;
	color: #000;
}

.script { font-family:"Courier New", Courier, monospace; font-size:8px; padding: 5px; background:#CCC; border:1px solid #666; }

.gewinnspiel {
	padding: 8px 8px 15px 8px;
	background: #EBF7F8 url(images/bg_gewinn.gif) right bottom no-repeat;
	border: 4px solid #49708A;
	margin: 10px 0;
}

.small {
	font-size: 12px;
	font-weight: normal;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
}


.avatar {
	padding: 1px;
	border: 1px solid #49708A;
	float: left;
	margin: 0 10px 0 0;
}

.avatar_details {
	border: 5px solid #49708A  !important;
	margin: 0 0 10px 0px !important;
}

.floatr {
	float: right;
	margin: 0 0 5px 10px;
	text-align: center;
}

.floatl {
	float: left;
	margin: 0 10px 5px 0;
}

.usfloatl {
	border: 1px solid #49708A;
	padding: 3px;
	float: left;
	margin: 0 10px 50px 0;
}

.bannerl {
	float: left;
	margin: 0 12px 0 0;
}

.bannerllast {
	float: left;
	margin: 0;
}


.clear {
	clear:both;
}

/* Design des Mail-Forms */
.mailform{
	margin:0 auto;
	width:400px;
	padding:14px;
}

/* ----------- mailform ----------- */
#mailform{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#mailform h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 8px 0;
}
#mailform p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#mailform label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#mailform .label_small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#mailform input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#mailform textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#mailform select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#mailform button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#simpleTabs {
	background: #e1efee;
	margin-bottom: 10px;
	border: 4px solid #49708A;
}
.simpleTabs-nav ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #49708A;
}
.simpleTabs-nav li{
	float: left;
	padding: 5px;
	color: #fff;
	cursor: pointer;
}
.simpleTabs-nav li:hover{
	background: #e1efee;
	color: #49708A;
}
.simpleTabs-nav li.close{
	float: right;
}
.simpleTabs-nav li.actif{
	color: #49708A;
	font-weight: bold;
	background: #e1efee;
}
.simpleTabs-content{
	clear: both;
	padding: 15px;
	color: #000;
}

.pagenav {
	text-align: right;
	margin: 15px 0;
}

.pagenav a {
	color: #fff;
	background-color: #49708A;
	border: solid 1px #CAFF42;
	/*font-weight: bold;*/
	text-decoration: None;
	padding: 5px 3px;
}

.pagenav a:hover {
	color: #49708A;
	background-color: #fff;
	border: solid 1px #49708A;
	padding: 5px 3px;
}

.mark {
	color: #FFFF00;
	background-color: #0080C0;
	border: solid 1px #FFFF00;
	padding: 5px;
}

.ads {
	text-align: center;
}

.ads_user {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 10px;
}

/* Gestaltung der User-Details */
body#user {
	background: #fff;
}

#userdetails .userheadline {
	border-left: 3px solid #49708A;
	background: #D0E0EB;
	padding: 5px;
	font-weight: bold;
}

#userdetails h2 {
	color: #fff;
	margin: 15px 0;
	background: #49708A;
	padding: 5px;
}

#userdetails .column {
	margin-top: 5px;
}

#userdetails .colleft {
	width: 66%;
	float: left;
	padding-right: 5px;
	border-right: 1px #49708A dashed;
}

#userdetails .colright {
	width:30%;
	float: right;
}

/* Gestaltung userresult */
#ergebniss { width: 100%; margin-bottom: 10px; padding: 8px 0; border-top: 2px solid #CAFF42; border-bottom: 2px solid #CAFF42; }
.usersearch { margin-bottom: 10px auto 0; padding: 8px 0; }
.usersearch input {
	border: 2px solid #49708A;
	font-size: 20px;
	padding: 5px;
	width: 276px;
	display: block;
	text-align: center;
	float: left;
}

.usersearch .button {
	background: #C6DFE7 url(images/search.png) 5px 3px no-repeat;
	padding: 11px 10px 11px 45px;
	display: block;
	width: 110px;
	cursor: pointer;
	font-weight: bold;
	float: left;
}

.us_screenname {
	font-size: 20px !important;
	font-weight: bold;
}

.us_position {
	font-size: 14px !important;
	font-weight: bold;
}

.us_gesanz {
	font-size: 14px !important;
	font-weight: bold;
	color: #666;
}

.us_ergebnisl, .us_ergebnisr {
	width: 50%;
	float:left;
}

.us_fehler {
	background: url(images/false.png) 10px 5px no-repeat;
	padding-left: 75px;
	padding-bottom: 20px;
}