/* Stylesheet-Datei f�r Innenseiten
09-01-09 SW, schalk & friends gmbh */
h1 {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	padding:5px 0px;
	/*text-transform:uppercase;*/
}
#innerContent {
	margin-bottom: 10px;
	height: 100%;
}

#innerInnerContent {
	float:right;
   padding-top:5px;
   width:354px;
}

/* Tools unter Subnavi */

#toolWrapper {
	background: transparent url(/media/images/site/backgrounds/bg_tools_top.png) left top no-repeat;
}

#tools {
	background: transparent url(/media/images/site/backgrounds/bg_tools_bottom.png) left bottom no-repeat;
	padding-bottom: 10px;

}

#toolWrapper h3 {
	font-size: 1.2em;
	color: #248DAA;
	text-transform: uppercase;
	padding: 5px 10px;
}

*+html #toolWrapper h3 {
	font-size: 1.2em;
	color: #248DAA;
	text-transform: uppercase;
	padding: 0px 10px;
}

#tools li a.toolHead {
	display: block;
	background: transparent url(/media/images/site/backgrounds/bg_tool.png) left top no-repeat;
	padding: 4px 10px 0px 10px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#tools li a.toolHead:hover {
	background: transparent url(/media/images/site/backgrounds/bg_tool.png) left bottom no-repeat;
	border-bottom: 1px solid #fff;
}


#tools li .formular h5 {
	padding: 2px 0px;
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
}



#tools li.open a.toolHead {
	display: block;
	background: transparent url(/media/images/site/backgrounds/bg_tool_top.png) left top no-repeat;
	padding: 4px 10px 0px 10px;
	height: 21px;
	font-size: 1.2em;
	font-weight: bold;
	color: #248daa;
}

#tools li.open a.toolHead:hover {
	background: transparent url(/media/images/site/backgrounds/bg_tool_top.png) left top no-repeat;
	color: #F1650B;
}

#tools li.open .formular {
	display: block;
	background: transparent url(/media/images/site/backgrounds/bg_tool_bottom.png) left bottom no-repeat;
	padding: 0px 10px 10px 10px;
}





/* Artikel */

.articleWrapper {
   float: right;
   width: 354px;
	background: transparent url(/media/images/site/backgrounds/bg_article_top.png) left top no-repeat;
	padding-top:10px;
}

.article {
	position: relative;
	/*background: transparent url(/media/images/site/backgrounds/bg_article_bottom.png) left bottom no-repeat;*/
	/* Das ist die optimierte Version */
	background: transparent url(/media/images/site/backgrounds/bg_article_bottom-optimiert.png) left bottom no-repeat;
	padding-bottom: 10px;

}

.article img.articleImage {
	margin: 0px 0px 10px 0px;
}

.article img.left {
	margin-right: 10px;
	float: left;
}

.article img.right {
	margin-left: 10px;
	float: right;
}

.article #logoSponsor {
	position: absolute;
	top: 0px;
	right: 5px;
}

.article .articleContent {
	padding: 0px 10px;
	background-color: #fff;
	height: 100%;
}

/* TB 23.06.2009 */
#adServer_artikel {
	/*border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;*/
	margin: 10px 0px;
	text-align: center;
	padding-bottom: 10px;
}

#adServer_artikel p {
	font-size:0.9em;
	margin:0;
	text-transform:uppercase;
	text-align: right;
	padding-right: 16px;
}

#content .article h2, #content .article h3.dachzeile {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	padding:5px 10px;
	text-transform:uppercase;
	margin-bottom: 0px;
}

#content .article h2.titel {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	padding:5px 0px;
	text-transform:none;
	margin-bottom: 0.5em;
}

#content .article h2 a, #content .article h3.dachzeile a{
	color: #666;
}

#content .article h2 a:hover, #content .article h3.dachzeile a{
	color:#666;
}

#content .article h3 a{
	color: #666;
}

#content .article h3 a:hover{
	color:#666;
}

#content h2.headline {
	color:#248daa;
	font-size:1.4em;
	font-weight:bold;
	padding:10px 10px;
	text-transform:none;
}

#content .article h1, #content .article h2.titel a {
	font-weight: bold;
	font-size: 1.8em;
	color: #248daa;
	margin-bottom: 0.5em;
}

#content .article h1 a, #content .article h2.titel a {
	color: #248daa;
}

.article p.intro,
.article p.teaser,
.article h3 {
	color:#248DAA;
	font-size:1.3em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0.5em;
}

.article h4 {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

.articleContent p {
	font-size: 1.2em;
	color: #4c4c4c;
	margin-bottom: 1em;
	line-height: 1.4em;

}

.articleContent h2 {
	padding-left: 0px;
}

.articleContent p.author {
	background: transparent url(/media/images/site/icons/author_icon.gif) left center no-repeat;
	padding-left: 20px;
}

/*.articleContent p.photo {
	background: transparent url(/media/images/site/icons/photo_icon.gif) left center no-repeat;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}*/

.articleContent p.photo {
	float: left;
	background: transparent url(/media/images/site/icons/photo_icon.gif) left center no-repeat;
	font-size:1.0em;
	color: #808080;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}



.article a {
	font-weight: bold;
}

/* Bildgalerie Querformat */
.articleImages {
	margin-bottom: 2px;
	z-index: 40;
	position: relative;
}

.articleImages .large {
	float: left;
}

.articleImages .small {
	float: right;
	margin-right: 20px;
	width: 35px;
	height: 35px;
	margin-bottom: 1px;
}

.articleImages .small a {
	width: 35px;
	height: 35px;
	display: block;
}

/* Bildgalerie Hochformat */
.articleImagesPortrait {
	margin-bottom: 2px;
	z-index: 40;
	position: relative;
	float: left;
	width: 158px;
	margin: 0px 10px 5px 0px;
}


.articleImagesPortrait .large {
	float: left;
	margin-bottom: 3px;
}

.articleImagesPortrait .small {
	float: left;
	width: 35px;
	margin-right: 6px;
	/*margin-bottom: 5px;*/
}

.articleImagesPortrait .last {
	margin-right: 0px;
	/*margin-bottom: 5px;*/
}


.articleImagesPortrait li small a {
	width: 35px;
	display: block;
}


.module .boxContent p {
	font-size: 1.2em;
}

.morePages {
	padding: 10px 0 0 0;
	margin: 10px 10px 10px 10px;
	background: transparent url(/media/images/site/borders/border_dashed_blue_hor.gif) left top repeat-x;
}

.morePages .pages {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	background: transparent url(/media/images/site/borders/border_dashed_blue_hor.gif) left bottom repeat-x;
}

.morePages .pages li {
	font-size: 1.2em;
	margin-bottom: 5px;

}

.morePages .pages li a {
	font-weight: normal;
}

blockquote{
	color:#666666;
	font-size:1.4em;
	line-height:1.2em;
	font-style:italic;
	font-weight: bold;
}
.memocardOverview li {
	background:transparent url(/media/images/site/borders/border_dashed_blue_hor.gif) repeat-x scroll left top;
	padding-top: 10px;
	margin-bottom: 10px;


}
.memocardOverview .leftCard,
.memocardOverview .rightCard {
	width: 116px;
	height: 116px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 8px;
	display: block;
	margin-bottom: 5px;
}

.memocardOverview li h5,
.memocardOverview li h4,
.memocardOverview li p {
	width: 100%;
	float: left;
}

table.impressum,
table.kontakt{
	/*margin: 5px;*/
}

#content #horoskopWrapper h2 {
	padding-left: 0px;
}

/* RSS Seite*/

#content ul.rssuebersicht li {
background:transparent url(/media/images/site/icons/icon_rss_klein.png) no-repeat scroll left top;
line-height:100%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 15px 9px 25px;
}


