body.tagesschau.meta{
	background: #e0e4e8 url('../img/tagesschau/background/base_platin.jpg') repeat-x fixed top;
}

.item-list{
	display: block;
	float:left;
	width: 100%;
}

/* Override Drupal-Shit */
div.tabs {
    margin: 0px;
}

/* KOMMENTARE */

.modComments .boxCon > .indented .comment.comment-by-role-Redaktion .commentheader{
	border-top: none;
	padding-top: 0;
}

.modComments .boxCon > .indented .comment .commentheader{
	border-top: 1px solid #9dadc7;
	padding-top: 10px;
}

.sectionArticle .modComments .comment.comment-by-role-Redaktion .commentheader,
.sectionArticle .modComments .comment.comment-by-role-Moderation .commentheader
{
	padding-left: 42px;
	background: url("../img/tsde_icon.png") no-repeat top left;
	min-height: 40px;
}

.sectionArticle .modComments .comment.comment-by-role-Redaktion .content
{
	padding-left: 42px;
}

.sectionArticle .modComments .comment.comment-by-role-Redaktion .content p,
.sectionArticle .modComments .comment.comment-by-role-Moderation .content p
{
	font-style: italic;
}


.sectionArticle .modComments .comment .commentheader{
	margin-top: 10px;
}

.sectionArticle .modComments .comment{
	margin-left: 5%;
	padding-top: 12px;
	padding-bottom: 8px;
}

.sectionArticle .modComments .comment h3{
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.links li.comment_delete a{
	padding: 4px 6px;
	color: white;
	display: none;
	float: left;
	background: red;
}


ul.links li.comment_reply{
	padding: 0px;
	float: right;
}

ul.links li.comment_reply a, ul.links li.comment_edit a{
	padding: 4px 6px;
	color: white;
	display: block;
	float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 2px;
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
	font-size: 0.8em;
}

cite{
	font-style: italic;
}

/* ENDE KOMMENTARE */


/* FEED ICON */

.feed-icon img{
	float: left;
	margin-right: 4px;
	padding-top: 1px;
}

/* ENDE FEED ICON */


/* BEWERTUNGEN */
form.fivestar-widget:after, .fivestar-widget:after, .fivestar-widget-static:after{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

form.fivestar-widget, .fivestar-widget, .fivestar-widget-static{
	display: block;
	padding: 0;
	float: left;
	clear: none;
	width: auto;
}
div.fivestar-widget, div.fivestar-widget-static{
	padding: 0px;
	margin-top: 2px;
	width: auto;
}

.fivestar-static-form-item{
	padding: 0px 2px;
	float: left;
	font-size: 1em;	
	display: block;
}

.fivestar-static-form-item .form-item, .fivestar-form-item .form-item {
    margin: 0;
    width: 100%;
}

form.fivestar-widget div.description {
    line-height: 125%;
}

.fivestar-form-item .description, .fivestar-static-form-item .description{
	padding: 0 2px;
	display: block;
	float: left;
	font-size: 1em;
}

.fivestar-widget.clear-block:after, .fivestar-widget-static.clear-block:after{
	clear: none;
}

div.bewertungen{
	border-top: 1px solid #9DADC7;
    clear: both;
    display: block;
	margin-top: 8px;
	padding: 6px 0 2px;
	float: left;
	width: 100%;
}

div.bewertungen:after{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.bewertungen span.label{
	float: left;
	padding-top: 0px;
	line-height: 125%;
}

/* Anzahl Kommentare */

div.anzahlkommentare{
	border-top: 1px solid #9DADC7;
	clear: both;
    display: block;
    overflow: hidden;
    clear: both;
    cursor: pointer;
    float: left;
    line-height: 100%;
    margin: -1px 0 0;
	padding: 6px 0 2px;
    position: relative;
    width: 100%;
}

div.anzahlkommentare:after{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.anzahlkommentare div.links{
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

div.anzahlkommentare ul.links.inline, div.anzahlkommentare ul.links, div.anzahlkommentare div.links div.nocommentsyet{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 4px;
}

div.anzahlkommentare ul.links.inline li{
	padding: 0;
	margin-right: 8px;
}

div.links li.comment_comments {
/*	padding: 6px 2px 2px; */
}

div.links li.comment_comments a{
	padding: 2px;
}

ul.links li.flag-bookmarks, ul.links li.trackback-url{
	display: none;
}

/* TAGS */
div.taxonomy{
	border-top: 1px solid #9DADC7;
	margin-bottom: 4px;
	clear: both;
    float: left;
    line-height: 100%;
    margin: -1px 0 0;
    position: relative;
    width: 100%;
   	padding: 6px 0 2px;
}


.taxonomy .label{
	display: inline;
	float: left;
	line-height: 125%;
	color: black;
	margin-right: 8px;
}

.taxonomy ul.links.inline{
	width: auto;
	float: none;
	color: #24324C;
}

.taxonomy li, .taxonomy ul.links li {
	line-height: 125%;
	color: #24324C;
	margin-left: 0;
	padding-left: 0;
}


/* Formulare */


.form-item {
    width: 98%;
    float: left;
	margin: 1%;    
}


.form-item:after {
	clear: both;

}

.form-required {
    color: black;
}

.form-item label {
   	float: left;
   	font-size: 0.9em;
	padding: 0;
    width: 25%;
    font-weight: normal;
    font-family: Thesis, sans-serif;
}


/* Kommentar-Formular */

#comments h2{
	margin: 1%;
	font-size: 1.2em;
	
}

#comment-form {
	background-color: #D6DBE6;
    float: left;
    margin: 0 1%;
    padding: 0;
    width: 95.97%;
    text-align: left;
    font-family: Thesis, helvetica, sans-serif;
}

#comment-form fieldset.collapsible{
	display: inline;
	margin-left: 25%;
	width: 70%;
}

#edit-comment-wrapper .description{
	margin-left: 25%;
	padding: 4px;
}

#edit-comment-wrapper .resizable-textarea{
	margin-left: 25%;
    width: 70%;
}

#edit-comment-wrapper .resizable-textarea textarea {
    margin: 2px 0 0;
    padding: 2px;
    border:none;
    font-size: 1.3em;
	font-family: Thesis, helvetica, sans-serif;

}

#edit-comment-wrapper .resizable-textarea textarea:focus {
    outline: medium none;
}

#comment-form input.form-text{
	width: 70%;
	height: 25px;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    font-size: 1.1em;
  	font-family: Thesis, helvetica, sans-serif;

}

#comment-form .tips {
	margin-left: 27%;
}

#edit-moderate-wrapper{
	margin-left: 25%;
}

#edit-preview{
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B7B7B7;
    clear: both;
    color: white;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    margin: 8px;
    padding: 5px 8px;
    width: auto;
    margin-left: 27%;
    font-family: Thesis;
    font-size: 1em;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 25%;
}

/* Anmeldeformular */

#user-login-form {
	background-color: #E1E7F2;
    float: left;
    margin: 0 1%;
    padding: 0;
    width: 95.97%;
    text-align: left;
}

#user-login-form input.form-text{
	width: 65%;
	height: 25px;
    margin: 2px;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    text-indent: 0.3em;
    border: none;
}

#user-login-form input.form-text:focus{
	outline: medium none;
	height: 25px;
    outline-offset: -2px;
}


#user-login-form input.form-submit{
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B7B7B7;
    clear: both;
    color: white;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    margin: 8px;
    padding: 5px 8px;
    width: auto;
    margin-left: 27%;
    font-family: Thesis;
    font-size: 1em;
    line-height: 100%;
    text-transform: uppercase;
}

#user-pass input.form-submit{
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B7B7B7;
    clear: both;
    color: white;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    margin: 8px;
    padding: 5px 8px;
    width: auto;
    font-family: Thesis;
    font-size: 1em;
    line-height: 100%;
    text-transform: uppercase;
}

#user-login input.form-submit{
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B7B7B7;
    clear: both;
    color: white;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    margin: 8px;
    padding: 5px 8px;
    width: auto;
    font-family: Thesis;
    font-size: 1em;
    line-height: 100%;
    text-transform: uppercase;
}

#user-register input.form-submit{
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B7B7B7;
    clear: both;
    color: white;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    margin: 8px;
    padding: 5px 8px;
    width: auto;
    font-family: Thesis;
    font-size: 1em;
    line-height: 100%;
    text-transform: uppercase;
}

#user-login-form li.openid-link a, #user-login li.openid-link a {
    padding: 0px 20px;
}

#user-login-form ul {
    margin: 0;
    border-top: solid 1px white;
	width: 100%;;
}

#user-login-form ul li{
	margin: 4px 4px 4px 27%;
}

#user-login-form .item-list ul li {
    font-size: .8em;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Benutzer-Einstellungen-Formular */

.modForm legend {
	font-size: 1.1em;
	background: #001A4B;
	padding: 4px;
	color: white;
}

.modForm fieldset{
	margin-bottom: 8px;
	border: solid 1px #001A4B;	
}

.modForm fieldset h3{
	margin-top: 8px;
}

#edit-openid-identifier {
    background-position: 0 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-left: 5%;
    width: 95%;
}

input#edit-mail{
	width: 78%;
}

.form-item .description {
    font-size: 0.85em;
    margin-top: 3px;
}

/*** PAGER ***/
.paging ul.entries li{
	list-style-type: none;
	float: left;
}

.mod .controls.paging .labels{
	margin-top: 0px;
}

.mod .controls.paging .labels .entry.active{
    display: block;
    letter-spacing: 1px;
    padding: 7px 8px;
    text-transform: uppercase;
}

.item-list ul li.pager-ellipsis, .mod .controls.paging .pager-ellipsis{
    display: block;
    letter-spacing: 1px;
    padding: 7px 8px;
    margin: 0px;
    text-transform: uppercase;
}

.mod .controls.paging .labels .entry a {
    padding: 7px 8px;
}

.mod .controls .labels .entries{
	padding: 4px 10px;
}


/* TABS */
.mod .controls.paging .labels .entry.active a {
	padding: 0px;
}

/** TAGCLOUD **/
div.tagadelic_views{
	line-height: 1.05em;
	display: block;
	float: left;
	padding: 6px 2% 6px 1.5%;
	width: 96.5%;
}

.tagadelic{
	line-height: 1.3em;
}

.tagadelic.level1 {
    font-size: .7em;
}
.tagadelic.level2 {
    font-size: .9em;
}
.tagadelic.level3 {
    font-size: 1.1em;
}
.tagadelic.level4 {
    font-size: 1.3em;
}
.tagadelic.level5 {
    font-size: 1.5em;
}
.tagadelic.level6 {
    font-size: 1.7em;
}
.tagadelic.level7 {
    font-size: 1.9em;
}
.tagadelic.level8 {
    font-size: 2.05em;
}
.tagadelic.level9 {
    font-size: 2.2em;
}
.tagadelic.level10 {
    font-size: 2.9em;
}

/** Accordion **/

h3.accordion-header{
	background: #ccc;
	position: relative;
	padding-right: 30px;
}

h3.accordion-header .arrow{
    border: none;
 	background: #ccc url("//www.tagesschau.de/resources/framework/img/base/icon/arrow_collapsible.png") no-repeat scroll right 0px;
	margin-top: 4px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

h3.accordion-header-active .arrow{
    border: none;
 	background: #ccc url("//www.tagesschau.de/resources/framework/img/base/icon/arrow_collapsible.png") no-repeat scroll right -21px;
	height: 20px;
}

div.accordion-content{
	padding: 8px 20px;
	background: url("//www.tagesschau.de/resources/framework/img/tagesschau/background/box_base.jpg") repeat-x scroll center bottom #FFFFFF;
}

.accordion-active{
	border: none;
}

div.accordion-content .views-field-subject{
	padding: 4px;
    border-bottom: 1px solid #9DADC7;
}

div.accordion-content .views-field-subject a{
	display: block;
	width: 100%;
}

div.accordion-content .views-field-subject:hover{
    background: none repeat scroll 0 0 #E9EBEF;
    display: block;
    cursor: pointer;
}

span.toggleAccordion {
	display: block;
	color: white;
	width: 96%;
	text-align: center;
	padding: 8px;
	float: left;
}

span.toggleAccordion a{
	padding: 8px 12px;
	color: white;
	display: block;
	float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 2px;
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
}


/** Ende Accordion **/


/** Navigation-Block **/
	ul.navigation{
		padding: 8px;
	}
	
	ul.navigation li{
    	padding: 0;
	    width: 100%;
	}

/** Ende Navigation-Block **/

/* ARTIKELÜBERSICHT */
div.dachzeile.metapubdate{
/*	font-size: 1.4em; */
}

/* ENDe ARTIKELÜBERSICHT */


/* HACK THUMBNAIL */

.modThumbnail a.linkflaeche{
	display: block;
}

.modThumbnail .dachzeile
{
    width: auto;
    float: none;
}

.modThumbnail .headline
{
    width: auto;
    float: none;
}

.modThumbnail  .teasertext
{
    width: auto;
    float: none;
}

.modThumbnail .linklist
{
    width: 100%;
    float: left;
    clear: right;
}


.modThumbnail .mediaCon {
    margin-right: 1%;
    width: 25%;
}

.modThumbnail .dachzeile {
    float: none;
    width: auto;
}


.modThumbnail .headline {
    float: none;
    width: auto;
}
.modThumbnail .teasertext {
    float: none;
    width: auto;
}
.modThumbnail .linklist {
    clear: right;
    float: left;
    width: 100%;
}

/* MENU */
.subnavi .ressorts li.last {
	float: right;
}

/* ENDE MENU */

.buttons li.entry a
{
	background: #396192; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6b4ab 0%, #898881 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b4ab), color-stop(100%,#898881)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6b4ab 0%,#898881 101%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6b4ab 0%,#898881 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b4ab', endColorstr='#898881',GradientType=0 ); /* IE6-9 */
    float: left;
    padding: 7px 8px;
    color: #fff;
	margin-right: 2px;
	margin-bottom: 2px;
}

.buttons li.entry a.active {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #666666;
}

.section.sectionC.alwaysthere{
	display: block;
	visibility: visible;
}

div.admin-panel a{
	font-weight: bold;
	margin-top: 8px;
}

div.admin-panel dt{
	margin-top: 8px;
}


.poweruser span {
 	color: #001A4B;
 }
 
h3.metaDate{
	width: 100%;
	clear: both;
}


.mod .controls .buttons{
	height: auto;
}

/* Benutzersuche */
.view-Benutzer-Suche .form-autocomplete {
	width:100%;
}

.view-Benutzer-Suche ul.pager li {
	float: left;
}


/* FARBEN FÜR KOMMENTARE-TRACKER */

.legende {
    background-color: #FFFFFF;
    padding-left: 5px;
}

.nonpublic {
    border-color: red;
    border-style: solid;
    border-width: 0 0 0 8px;
}

.public {
    border-color: #00AD8A;
    border-style: solid;
    border-width: 0 0 0 8px;
}

.moderation {
    border-color: orange;
    border-style: solid;
    border-width: 0 0 0 8px;
}

.sectionArticle .modComments .buttons, .sectionArticle .modComments .controls {
    display: block;
}

.netiquette ul{
	list-style: square outside;
	padding-left: 30px;
	padding-bottom: 20px;
}

.netiquette ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

