* {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

html {
	overflow-y:scroll; /*keep scrollbar position present in FF at all times*/
	    height:100%;/*reference for #wrapper min-height:100%*/
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #141619;
	height:100%;/*reference for #wrapper min-height:100%*/
}

body:before {/*Opera min-height 100% fix*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/*eliminate need for inner non clearing element*/
}
#wrapper:after,  /*#wrapper:after for IE8 min-height:100% Fix*/
#content:after { /*#content:after for Float Containment*/
    clear:both;
    content:"";
    display:block;
    height:1%;/*fix IE8 min-height:100% bug*/
    font-size:0;
}

#wrapper { /*do not set overflow:hidden; here, Opera will not comply*/
    width:100%;
    min-height:100%;
    margin:0 auto;
     
}

#content {
	width:100%;
	padding-bottom:50px;/*set a bottom padding to preserve the footer*/
}

#sender_ausgabe {
	margin: 0;
	padding: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

#content_cont {
	
}

#header {
	margin-top: 0px;
	height: 100px;
	background-color: ##141619;
	border-bottom: 2px solid #000000;
}

#message {
	margin-top: 0px;
	height: 10px;
	background-image: url(../images/ms_bg1.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#message a, a:visited {
	color: #FFF;
}


ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 600px;
	height: 20px; /* height should be included to reserve visual space for the marquee */

	/*background-image: url(../images/ms_bg1.png);
	background-repeat: repeat-x;
	background-color: #f2f2ff;
	border: 1px solid #08084d;*/
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	padding-top: 1px;
	/* optional styles for appearance */
	font: 14px;
	
}

#kdlogin_head {
	float: right;
	margin-right: 10px;
}

#sanzahl {
	float: right;
	margin-right: 10px;
	padding-top: 7px;
	color: #FFF;
}

#usermenu {
	color: #FFF;
	margin-right: 50px;
	margin-left: 10px;
	padding-bottom: 10px;
	float: right;
}

#usermenu a, a:visited, a:hover, a:active {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}

.interaktion {
	margin-left: 7px;
	margin-right: 50px;
	font-size: 12px;
}
	

.interaktion input, label {
	display: block;
	width: 250px;
}

.interaktion label {
	padding-left: 10px;
}

.interaktion input {
	background-image: url(../images/input_long.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 340px;
	height: 20px;
	border: 0px;
	padding-top: 3px;
	padding-left: 10px;
}

.interaktion fieldset {
	width: 650px;
	border: 1px solid #1e1e1e;
}

.text-label {
	color: #00283D;
}

.form_style {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 10px;
}

.form_style li {
	padding-top: 5px;
}

.form_style a, a:hover, a:active, a:visited {
	color: #294a5c;
	text-decoration: underline;
}

.regel_best {
	background-image: url(../images/bg_regeln.png);
	position: relative;
	bottom: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 400px;
	height: 20px;
	border: 0px;
	padding-left: 5px;
	padding-top: 1px;
}

div.regel_best a, a:hover, a:active, a:visited {
	color: #294a5c;
	text-decoration: underline;
}

div.msg_link a, a:hover, a:active, a:visited {
	color: #294a5c;
	text-decoration: underline;
}

.agb_best {
	background-image: url(../images/input_long.png);
	position: relative;
	bottom: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 340px;
	height: 20px;
	border: 0px;
	padding-left: 5px;
	padding-top: 1px;
}

div.agb_best a, a:hover, a:active, a:visited {
	color: #294a5c;
	text-decoration: underline;
}

.absenden_button {
	border: 0;
	background-image: url(../images/absenden.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100px;
	height: 20px;
}

#benreg_cont {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	border-top: 1px solid #BFBFBF;
}

#agb_cont {
	clear: both;
	margin-top: 30px;
	margin-right: 20px;
	padding-top: 10px;
}


#navibg {
	margin-top: 0px;
	position: absolute;
	left: 0px;
	width: 130px;
	height: auto;
	float: left;
	background-color: #0c1c25;
	overflow: hidden;
		
}

#main {
	position: relative;
	margin-right: 130px;
	left: 130px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	min-height: 800px;
	}

#search {
	
}	

div.suche input {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 10px;
	width: 192px;
	height: 20px;
	border: 0px;
	float: left;
}

div.suche a.button {
	background-image: url(../images/sbutton.png);
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	left: -30px;
	height: 20px;
	width: 20px;
	border: 0px;
	float: left;
}

#filter {
	text-align: left;
	float: right;
}

div.sorter select {
	background-image: url(../images/sort.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #00283D;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 10px;
	width: 155px;
	height: 20px;
	border: 0px;
}

div.sorter option {
	background-color: #EBEBEB;
}

div.selection select {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #00283D;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 10px;
	width: 192px;
	height: 20px;
	border: 0px;
}

div.selection option {
	background-color: #EBEBEB;
}

#addstream {
	float: left;
	position: relative;
	left: -20px;
	background-image: url(../images/shbutton.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 120px;
	height: 20px;
	border: 0px;
}

#grid {
	text-align: left;
	margin-left: 15px;
}

div#footer {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	height:50px;
}

.innerfoot {
    border-top: 2px solid #050505;
	background-color: #141619;
	width:100%;
    margin:0 auto;
    height:50px;
    text-align:center;
}
/*---
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
}
body>div#footerwrap {
	position:fixed;
}
---*/


.navi {
	background-color: #0c1c25;
	overflow: hidden;
}

#grid-content {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#grid-content li {
	width: 139px;
	height: 139px;
	background-image: url(../images/sender_black.png);
	background-repeat: none;
	margin: 0;
	padding: 0;
}

.grid_info {
	text-align: center;
	margin-left: 10px;
	margin-top: 8px;
	height: 80px;
	width: 117px;
}

div.grid_info a, a:hover, a:visited, a:active, a:focus {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.klogo {
	margin-top: 5px;
	width: 115px;
	padding-left: 2px;
	min-height: 80px;
	vertical-align: middle;
	
}

.grid_detail {
	position: absolute;
	margin: 0;
	background-color: #FFFFFF;
	color: #000;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	height: 95px;
	width: 115px;
	overflow: hidden;
	display: none;
}

.infoline {
	margin-top: 16px;
}

.wertung {
	position: relative;
	margin-left: 12px;
	margin-right: 4px;
	float: left;
}

.play {
	float: left;
	display: block;
	margin-top: 1px;
	text-indent: -9999px; 
	letter-spacing: -9999px;
	font-size: 0;
	width: 25px;
	height: 24px;
	background: url(../images/playh.png) 0 0 no-repeat;
}

.play:hover {
	background-position: -25px 0;
}

.info {
	float: left;
	display: block;
	margin-top: 2px;
	margin-left: 4px;
	text-indent: -9999px; 
	letter-spacing: -9999px;
	font-size: 0;
	width: 17px;
	height: 25px;
	background: url(../images/infoh.png) 0 0 no-repeat;
}

.info:hover {
	background-position: -17px 0;
}

.det_rahmen {
	width: 100%;
	margin-top: 15px;
}

.det_topleft {
	background: url(../images/det_topl.png) no-repeat 0 0;
	margin-left: -40px;
}

.det_topmiddel {
	background: url(../images/det_topm.png) repeat-x 0 0;
	margin-left: 40px;
	margin-right: 40px;
}

.det_topright {
	background: url(../images/det_topr.png) no-repeat 100% 0;
	margin-right: -40px;
	position: relative;
	height: 40px;
}

.det_borderright {
	background: url(../images/det_bordr.png) repeat-y right top;
}

.det_borderleft	{
	background: url(../images/det_bordl.png) repeat-y left top transparent;
	width: 100%;
}

.det_bottomleft {
	background: url(../images/det_botl.png) no-repeat 0 0;
	margin-left: -40px;
}

.det_bottommiddle {
	background: url(../images/det_botm.png) repeat-x 0 0;
	margin-left: 40px;
	margin-right: 40px;
}

.det_bottomright {
	background: url(../images/det_botr.png) no-repeat 100% 0;
	margin-right: -40px;
	position: relative;
	height: 40px;
}

.det_content {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	background-color: #FFF;
}

.det_close {
	float: right;
	margin-right: 0px;
	height: 40px;
	width: 40px;
	border: 0px;
}

.det_info {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
	height: 40px;
}


.sdivider {
	float: left;
	width: 275px;
	height: 1px;
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 5px;
}

.ldivider {
	float: left;
	width: 275px;
	height: 1px;
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 5px;
	margin-top: 5px;
}

#rdivider {
	float: left;
	width: 393px;
	height: 1px;
	margin-top: 5px;
	border-bottom: 1px solid #BFBFBF;
} 

#detail_sender {
	margin-left: 7px;
	margin-right: 50px;
	font-size: 12px;
}

.detail_tarif {
	margin-right: 50px;
	font-size: 12px;
	margin-bottom: 20px;
}

.tarifname {
	font-size: 15px;
	font-weight: bold;
	color: #FF8200;
	margin-top: -20px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.tarif {
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
	background-color: #FFF;
}

.tarifvorteile {
	padding-left: 20px;
	background-color: #FFF;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.tarifvorteile img {
	position: absolute;
	left: 45px;
}

.tarifpreis {
	padding-left: 400px;
	color: #FF8200;
	font-size: 15px;
	font-weight: bold;
}

.tarifbuchung {
	float: right;
	margin-right: 20px;
	margin-top: 12px;
	border: 0px;
}

.detailsender {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 60%;
	color: #333333;
}

.detailsender a, a:visited {
	color: #D6D6D6;
}

.detail_bw_anzeige {
	float: left;
	position: relative;
	padding-right: 90px;
	margin-bottom: 5px;
}

.detail_link {
	float: right;
	text-align: right;
	padding-right: 5px;
	position: relative;
	
}

div.detail_link a, a:hover, a:visited, a:active {
	color: #FF8200;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.detail_sender_left {
	position: relative;
	float: left;
	margin-top: -25px;
	margin-left: -3px;
	width: 400px;
}

.detail_sender_right {
	position: relative;
	float: right;
	text-align: left;
	margin-top: -25px;
	width: 370px;

}

.detail_nav {
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	background-color: #b6b6b6;
	border-bottom: 1px solid #1e1e1e;
	-moz-border-radius-topleft: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-top-right-radius: 8px;
}

.detail_nav a:hover {
	color: #FE8C10;
}

.detail_bottom {
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	background-color: #b6b6b6;
	border-top: 1px solid #D6D6D6;
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-right-radius: 8px;
}

.detail_bottom a:hover {
	color: #FE8C10;
}

.d_logo {
	float: left;
	position: relative;
	margin-right: 10px;
	height: 80px;
}

.d_info {
	clear: left;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #1e1e1e;
	color: #D5D5D5;
}

#ddesc {
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 75px;
	background-color: #1e1e1e;
	color: #D5D5D5;
}

.twitter_container{
	color:#000;
	width: 360px;
}

div.twitter_container a, a:hover, a:visited, a:active {
	color: #FF8200;
	font-weight: normal;
	text-decoration: none;
}
.twitter_status{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	border-bottom:solid 1px #BFBFBF;
}
.twitter_image{
	float:left; 
	margin-right:8px;
	border:solid 2px #DEDEDE;
	width:25px;
	height:25px;
}
.twitter_small{
 font-size:11px;
 margin-left: 38px;
 padding-top:4px;
 color:#999;
}

span.twitter_user a, a:hover, a:visited, a:active {
	font-size: 12px;
	color: #FF8200;
	font-weight: normal;
	text-decoration: none;
}

.error {
	color: #EE0000;
}

.addstream {
	padding-left: 10px;
}

.addstream label.error {
	color: #EE0000;
	font-weight: bold;
	padding-left: 10px;
}	

.addstream input {
	background-image: url(../images/input_long.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 340px;
	height: 20px;
	border: 0px;
	padding-top: 3px;
	padding-left: 10px;
}

.addstream input:hidden {
	display: none;
	width: 250px;
}

.addstream label {
	display: block;
	width: 340px;
}

.addstream legend {
	font-size: 13px;
	
}

.addstream fieldset {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 650px;
	border: 1px solid #414141;
}

ul.unorderedlisttree label, ul.unorderedlisttree2 label {
	display: inline;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:14px;height:14px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -14px}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:14px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -14px!important}
div.star-rating-hover a{background-position:0 -28px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
div.rating-cancel,
    div.rating-cancel a
    {
    display:none; width:0;height:0;overflow:hidden;
    }  

/* END jQuery.Rating Plugin CSS */

/*News-Slider*/
#slider {
    color: #FFF;
	padding: 20px;
    width: 250px;
	
    background: #292929;
    border-bottom: 1px solid #1e1e1e;
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-box-shadow: 5px 5px 10px #000; 
}


div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:11px;
		font-weight: normal;
}
	div.pagination a {
		border: 1px solid #28566d;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('../images/bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #52839c;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #c9d3d8;
		background-image:url(../images/invbar.gif);
		background-color:#3b6a82;
		color: #cbedff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding: 2px 5px;
		border: 1px solid #c9d3d8;
		font-weight: bold;
		background-color: #3b6a82;
		color: #cbedff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #083d56;
		background-color: #083d56;
		color: #52839c;
	}

#socialbookmark{
		clear: both;
		margin-top: 10px;
		margin-left: 10px;
		float: left;
}

#socialbookmark ul{
		margin: 0;
		padding: 0;	
		height: 20px;
}

#socialbookmark li{
		float: left;
		list-style: none;
		margin: 0 2px 0 0;
		padding:0;
}

#socialbookmark li img{
		padding: 1px;
		border: solid 1px #1F1F1F;
}

#socialbookmark li a{
		font-size: 0.8333em;
}

#user_msg{
		margin-top: 10px;
		margin-left: 20px;
		color: #FFF;
		float: left;
}

#footermenu {
	color: #FFF;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17px;
	padding-bottom: 10px;
	float: right;
}

#footermenu a, a:visited, a:hover, a:active {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}

.fmenu {
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	
}

.fmenu2 {
	border-right: 2px solid #1e1e1e;
	padding-left: 10px;
	padding-right: 10px;
	
}

.kdlogin {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	
}

.kdloginc {
	background: url(../images/bg_kdlg.png) 0 0 repeat-x;
	margin-left: 20px;
	margin-right: 5px;
}

.kdloginl {
	background: url(../images/li_kdlg.png) 0 0 repeat-x;
	margin-left: -20px;
}

.kdloginr {
	background: url(../images/re_kdlg.png) 100% 0 no-repeat;
	height: 30px; margin-right: -7px;
	position: relative;
	z-index: 1;
}

.kdlogintxt {
	padding-top: 7px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.kdlogintxt a, a:hover, a:visited, a:active {
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.actext {
	padding-top: 5px;
	margin-right: 30px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}

.actext h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FF8200;
	margin-bottom: 0px;
}

div.agb h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: underline;
}

div.agb p {
	padding-bottom: 5px;
}

.kategorien {
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #D5D5D5;
	font-size: 11px;
}

h2.kategorien {
	color: #D5D5D5;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a.katlink, a:visited.katlink {
	color: #D5D5D5;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.katlink, a:active.katlink {
	color: #D5D5D5;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
