@charset "UTF-8";
/* CSS Document */

/* Alle Abstände auf null setzen */
* {
	margin: 0;
	padding: 0;
}

body {
	/* Typo */
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

#allcols a, #spalte a, #foot a, #bread a, p.noMobile a {
	color: #2f3e70;
}
#foot div.footupper a:hover {
	background-color: #f9f3f0;
}	
#allcols a:hover, #spalte a:hover {
	background-color: #e0e1e6;
	border-bottom: 1px solid #a0abe6;
}

#bread a:hover, #bread a.active {
	/* background-color: #dcdded; */
	text-decoration: underline;
}

#bread a:last-child {
	color: #fff;
	cursor: default;
}

p.noMobile {
	padding: 8px 26px 0 16px;
	margin-left: 10px;
	margin-top: 20px;	
}
p.noMobile a {
	font-size: 24px;
	font-weight: bold;	
}
p.noMobile a:hover {
	text-decoration: underline;	
}

#allcols p {
	padding-top: 2px;
	padding-bottom: 9px;
}
#foot p {
	padding-bottom: 2px;
}

#allcols p.lead {
	padding-top: 8px;
	font-weight: bold;
}

table.mdata + p + h4 {
	margin-top: 6px;	
}

/* Headings */


h1 {
	font-size: 16px;
	color: #45476e;
	padding: 4px 0 12px 0;
}
h2 {
	font-size: 14px;
	color: #45476e;
	padding: 4px 0 10px 0;
}

h3 {
	font-size: 13px;
	padding: 3px 0 8px 0;
}
h4 {
	font-size: 12px;
	padding: 2px 0 6px 0;
}


/* Listen */
#allcols ul, #spalte ul {
	margin-left: 17px;
}
#allcols ul {
	margin-bottom: 2px;
}
#allcols ul li {
	/*list-style-image: url(../img/part_press_bullet.gif);*/
	padding: 3px 0 3px 0;
}
#allcols ul li.outlink, #spalte ul li.outlink {
	list-style-image: url(../img/icon_outlink.gif);
	padding: 3px 0 3px 0;
}


/* T O P L I N K S */

#allcols ul.toplinks {
	list-style: none;
	margin-left: 6px;
}

#allcols ul.toplinks li {
	border-bottom: 1px dotted #aeb4b3;
	padding: 1px 0 0 0;
}

#allcols ul.toplinks li a {
	display: block;
	color: #787878;
	padding: 2px 58px 1px 0;
	background: none;
	background-repeat: no-repeat;
	background-position: right;
}

#allcols #teasers ul.toplinks li a {
	padding-right: 8px;
}

#allcols ul.toplinks li a:hover {
	border: none;
	color: #45476e;
}

#allcols ul.toplinks li a.star5 {
	background-image: url(../img/part_star5.gif);
}
#allcols ul.toplinks li a.star4 {
	background-image: url(../img/part_star4.gif);
}
#allcols ul.toplinks li a.star3 {
	background-image: url(../img/part_star3.gif);
}
#allcols ul.toplinks li a.star2 {
	background-image: url(../img/part_star2.gif);
}
#allcols ul.toplinks li a.star1 {
	background-image: url(../img/part_star1.gif);
}

#allcols ul.toplinks li a:hover.star5 {
	background-image: url(../img/part_star5_over.gif);
}
#allcols ul.toplinks li a:hover.star4 {
	background-image: url(../img/part_star4_over.gif);
}
#allcols ul.toplinks li a:hover.star3 {
	background-image: url(../img/part_star3_over.gif);
}
#allcols ul.toplinks li a:hover.star2 {
	background-image: url(../img/part_star2_over.gif);
}
#allcols ul.toplinks li a:hover.star1 {
	background-image: url(../img/part_star1_over.gif);
}



/* Tabellen */

#allcols table {
	margin: 9px 0 9px 0;
	border-collapse: collapse;
}
#allcols table td {
	background-color: #f4fbf9;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
	border-bottom: 1px solid #a1a1a6;
	border-right: 1px solid #e9eaef;
}
#allcols table th {
	background-color: #808084;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
	color: #fff;
	border-right: 1px solid #e9eaef;
	text-align: left;
}

table.invisible th, table.invisible td {
	background: none !important;
	border: none !important;
}

/* Spezial-Tabelle für meteodata */
#allcols table.mdata td {
	background-color: transparent;
	border: 0;
	padding: 0 9px 5px 0;
	width: 86px;
	font-size: 11px;
}

/* Tabelle für Ortswetter */
#allcols table.ortswetter {
	border: 1px solid #a5baae;
	width: 98%
}
#allcols table.ortswetter td {
	background-color: #cee8d9;
	border: 0;
	padding: 0;
}
#allcols table.ortswetter td p {
	padding-left: 6px !important;
	padding-bottom: 0 !important;
}

/* Bildcontainer */
#allcols table.bildmitlegende {
	width: 120px;
	margin-bottom: 3px;
}
#allcols table.bildmitlegende td {
	padding: 0;
	margin: 0;
	background: none !important;
	color: #666;
	font-size: 11px;
	border: none;
}
#allcols table.bildmitlegende img {
	margin-bottom: 2px;
}

/* Abstände und umfliessen des Texts */
#allcols table.fleft {
	margin-right: 12px;
}

#allcols table.fright {
	float: right;
	margin-left: 12px;
}



/* Definitionsliste */

#content dl {
	margin-top: 8px;
}

#content dt {
	display: block;
	width: 300px;
	font-weight: bold;
}

#content dl dt {
	display: block;
	margin: 0 0 0 0;
	color: #45476e;
}
#content dl dd {
	clear: both;
	width: 340px;
	display: block;
	margin-left: 32px;
	margin-bottom: 6px;
}


/* T E A S E R */

div.teaser h3 {
	font-size: 12px;
	padding-bottom: 0;
}
div.teaser h3 a {
	display: block;
	color: #fff !important;
	background-image: url(../img/part_tease_default.gif);
	background-repeat: repeat-x;
	background-color: #6d718e;
	padding: 7px 2px 5px 9px;
}
div.teaser h3 a:hover {
	border: none !important;
	color: #fff;
	background-image: url(../img/part_tease_default_over.gif);
	background-repeat: repeat-x;
	background-color: #494c72 !important;
}
div.teaser h3.special a {
	background-image: url(../img/part_tease_special.gif);
	background-color: #b04d4d;
}
div.teaser h3.special a:hover {
	background-image: url(../img/part_tease_special_over.gif);
	background-color: #9c2020 !important;
}
div.teaser h3 a span {
	display: block;
	padding-right: 22px;
}
div.teaser h3 a.outlink span {
	background-image: url(../img/icon_outlink_default.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.teaser h3.special a.outlink span {
	background-image: url(../img/icon_outlink_special.gif);
}
div.teaser p {
	font-size: 11px;
	color: #444;
	background-color: #e4ebe9;
	padding: 3px 9px 5px 9px !important;
}

#content div.teaser p {
	background-color: #f4fbf9;
}

/* Klassen */

.clear {
	clear: both;
}
.grau {
	color: #999;
}

.left, .fleft {
	float: left;
}

.right, .fright {
	float: right;
}

.small {
	font-size: 11px;
}

img.left {
	margin-right: 9px;
}
img.right {
	margin-left: 9px;
}

.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}

.ort {
	font-size: 18px;
	/*font-weight: bold;*/
	padding: 10px 0 10px 0 !important;
}
