/*
 *
 * Extended Styles Stadthunde.com für Antenne.com
 *
 */

/* Navigation */
#navigation ul li ul {
	padding:0px;
}
#navigation ul li ul li {
	padding:0px;
}
#navigation ul li ul li.active ul {
	background-color:#E00000;
	border:0pt none;
	margin-top: 5px;
	padding:0px;
	text-indent:15px;
}
#navigation ul li ul li.active ul li {
	border-bottom:0pt none;
	height:15px;
	padding:0px;
}
#navigation ul li ul li.active ul li.active {
	background-color:#FFFFFF;
	background-color:#E00000;
	text-decoration: underline;
}
#navigation ul li ul li.active ul li a {
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-style:normal;
	margin:0px;
}
#navigation ul li ul li.active ul li.active a {
	color:#E00000;
	color:#FFFFFF;
	text-decoration: underline;
}

/* Teaser */
.teaser.teaser-item {
	width: 160px;
	overflow:hidden;
}
.teaser.teaser-item h2 {
	font-size: 14px;
}

.clearer {
	clear: both;
}

.text.short-text h2 {
	margin-top: 7px;
}

.list-item .short-text {
	margin-bottom: 6px;
}

/* Antenne 1sp = SH 3sp-Teaser */
div.teaser_3sp_stadthunde {
	float:			left;
	width:			183px;
	min-height:		235px;	/* fixed height */
	/* height:			auto !important; */
	height:			235px;
	overflow:		hidden;
	margin-bottom:	10px;
	margin-right:	2px;	/* 1px rechts Abstand erzeugt blaue Trennlinie durch Hintergrund */
}
div.bg_content_1 {
	padding: 		0px;
	background-color:	#fff;
}
.bg_content_1 .text {
	padding:		11px;
	color:			#000000;
	font-size:		8pt;
}
.bg_content_1 .text a, .bg_content_1 .text a:visited {
	font-weight:	bold;
	color:			#0D3953;
	text-decoration:underline;
}
.bg_content_1 .text a:hover {
	font-weight:	bold;
	color:			#0D3953;
	text-decoration:none;
}
.bg_content_1 h2.headline {
	color:			#000000;
	font-size:		10pt;
	font-weight:	bold;
	margin:			0pt 0pt 10px;
	padding:		0pt;
}
.bg_content_1 h2.headline a {
	color:			#000000;
	font-size:		10pt;
	font-weight:	bold;
	text-decoration:none;
}
.bg_content_1 h2.headline a:hover {
	text-decoration:underline;
}


/* RSH 3sp = SH 9sp-Teaser/Artikel */
div.teaser_9sp_stadthunde.bg_content_2 {
	margin-bottom:	10px;
}
div.bg_content_2 {
	width:			534px;
	overflow:		hidden;
	padding: 		10px;
	background-color:	#0D3953;
	margin-right:	1px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}
.bg_content_2 h2.headline {
	color:			#0D3953;
	font-size:		12pt;
	font-weight:	bold;
	margin:			0pt 0pt 10px;
	padding:		0pt;
}
.bg_content_2 .text, .htmlarea-showtableborders td, .htmlarea-showtableborders td font, .htmlarea-showtableborders td span {
	color:			#0D3953;
	font-size:		9pt;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}
.bg_content_2 .text a {
	color:			#0D3953;
	font-weight:	bold;
	text-decoration:underline;
	padding-left:	12px;
	background-image: url(http://www.rsh.de/rshweb/images/layout/pfeil_rot.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

/* Tabelle, siehe z.B: http://www.stadthunde.com/community/ContentChannel/startup/101/2025 */
table.htmlarea-showtableborders {
	border:			1px solid #ccc;
	border-color:	#ccc;
}
.htmlarea-showtableborders td, .content-table td {
	border-bottom:	1px dotted #ccc;
	padding:		7px 2px 7px 2px;
}

/* Lightbox */
#overlay {
	background-color:	#770000;
	z-index: 1000;
}
#lightbox {
	z-index: 2000;
}



/* Highlight-Box Startseite */
.highlight {
	position: relative;
	background-image: none;
	width: 502px;
	min-height: 300px;
	height: 300px;
	max-height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
	overflow: hidden;
}

.highlight_button {
	position: absolute;
	width: 502px;
	height: 300px;
	z-index: 4;
}

.highlight_button img {
	width: 502px;
	height: 300px;
}

.highlight_body {
	position: absolute;
	z-index: 3;
	
	top: 214px;
	left: 10px;
}

.highlight .highlight_body h3 {
	padding: 0;
	margin: 0;
	color: #fff;
}

.highlight .highlight_body h3 a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.highlight .highlight_body p {
	width: 492px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	padding: 6px 8px 0 0;
}

.highlight .highlight_body p a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	padding-left:	12px;
	background-image: url(http://www.rsh.de/rshweb/images/layout/pfeil_rot.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.highlight .highlight_body p a:hover {
	text-decoration: none;
}

.highlight_img {
	position: absolute;
	z-index: 1;
	height: 300px;
}

/* Maske über Bild unter hinter Text */
.highlight_mask {
	position: absolute;
	z-index: 2;
	height: 300px;
}

.highlight_pagination {
	position: absolute;
	z-index: 5;
	height: 20px;
	width: 96px;
	
	top: 220px;
	left: 402px;
}

.highlight_pagination ul {
	list-style-type: none;
	padding: 1px 0 0 0;
	margin: 0;
}

.highlight_pagination ul li {
	float: left;
	
	width: 24px;
	
	font-size: 11px;
}

.highlight_pagination ul li a {
	display: block;
	width: 18px;
	text-align: center;
	font-weight: bold;
	color: #c5d3e5;
	text-decoration: none;
}

.highlight_pagination ul li a:hover, .highlight_pagination ul li.on a {
	color: #275089;
}

.content-block.text-block p {
	margin:	7px 0 0 0;
}
.content-block.text-block h2 {
	font-size: 14px;
}

/* Formulare */
.form-block fieldset {
	border: 0px solid #900;
	padding: 5px 0 5px 0;
	margin-top: 10px;
}

.form-block legend {
	border: 0px solid #900;
	font-weight: bold;
	width: 500px;
}

/* Subnavigation für das Foto-Voting */
.foto_navigation {
	font-size:	10px;
	padding:	5px 20px 10px 20px;
}






