/*
	Link-Farbe	normal		#223a5e
				hover		#f8bf24

*/

body {
	font-size: 90%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Sans-Serif;
	color: #333333;
	text-align: center;
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}



a {
	color: #a20000;
}
a:hover {
	color: #ff2d2d;
}


/* Headline des Top-Themas auf der Homepage */
h2 {
	font-size: 1.6em;
	font-family: Arial, Sans-Serif;
	margin-bottom: 0;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	border-bottom: 1px solid #ff2d2d;
}

/* Headline der Rubriken, etwa "Topthema", "Weitere Beiträge" */
h3 {
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
	color: #333333;
}
h3.topthema {
	background-color: #fee8ba;
	border-bottom: 1px solid #ff2d2d;
	padding: 2px;
	margin: 0 auto 0 auto;
}
h3.rubrikhead {
	background-color: #cbd9ed;
	border-bottom: 1px solid #4273bd;
	padding: 2px;
	margin: 0 auto 0 auto;
}
	
/* sonstige Artikelheadlines in Multi-Überschriften-Seiten */
h4 {
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
	margin-bottom: 0;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	border-bottom: 1px solid #ff2d2d;
}

/* kleine Überschriften */
h5 {
	font-size: 1.0em;
	font-family: Arial, Sans-Serif;
	margin-bottom: 0;
}


p {
	margin: 5px auto 0 auto;
}


blockquote {
	border-left: 8px solid #cbd9ed;
	padding-left: 10px;
	font-size: 110%;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
}

code {
	font-family: 'Courier New', monospace;
}


/* Post-Headlines ohne weiteren Zusatztext */
.headlist {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #4273bd;
}
.headlist a {
	text-decoration: none;
}
.headlist a:hover {
	border-bottom: 1px solid #ff2d2d;
}



.pagenav {
	padding: 20px 0 5px 5px;
	font-size: 1.2em;	
}


/*
 * Formatierungen für die Anzeige einer einzelnen Seite
 *
 */
.pagetitle {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cbd9ed;
}
.pagetitle h1 {
	font-size: 2.2em;
	color: #222;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: normal;
	margin-bottom: 5px;
}
.posttitle {
	padding: 0 0 10px 45px;
	margin: 0 0 20px 0;
	background-image: url(images/sf-small.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #cbd9ed;
}
.posttitle h1 {
	font-size: 2.2em;
	color: #222;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: normal;
	margin-bottom: 5px;
}
.datum {
	color: #444444;
}
.singlestory {
	line-height: 1.8;
}
.singlestory p {
	margin-bottom: 10px;
}
.subpages {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 8px;
}
.subpages li {
	list-style-type: none;
	margin-bottom: 5px;
}
.subpages li a {
	text-decoration: none;
}
.twitterline {
	margin-top: 30px;
	font-size: smaller;
}
.ad468bottom {
	margin-top: 30px;
	text-align: center;
}
.mytags {
	margin-top: 15px;
	color: #4273bd;
}
.mytags a {
	text-decoration: none;
}
.myrelated h3 {
	margin: 40px 0 10px 0;
	color: #333;
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
}
.related_post {
	padding: 0;
}
.related_post li {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #4273bd;
	font-size: 90%;
}
.related_post a {
	text-decoration: none;
}
.mycomments {
	padding: 10px;
	margin: 40px 0 0 0;
	border: 10px solid #cbd9ed;
}
.mycomments h4 {
	font-size: 1.3em;
}
.mycomments h5 {
	font-size: 1.3em;
}
.mycomments a {
	text-decoration: none;
}
.mycomments ul {
	padding: 0;
	margin: 0;
}
.mycomments li {
	list-style-type: none;
}


/*
 * Formatierungen für Übersichtsseiten
 *
 */
.multidatum {
	color: #444;
	font-size: 70%;
	margin-left: 1em;
}
.multiexcerpt {
	margin: 0;
}
.mymultitags {
	color: #4273bd;
}
.mymultitags a {
	text-decoration: none;
}


#page {
	background-color: #fff;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


#preheader {
	text-align: right;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #cbd9ed;
	color: #4273bd;
}
#preheader a {
	text-decoration: none;
}

#header {
	width: 1000px;
	//border-bottom: 1px solid #ccc;
}


#menu ul {
	background-color: #cbd9ed;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	text-decoration: none;
	color: #a20000;
	font-size: 1.1em;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding: 0.2em 1em 0.2em 1em;
}
#menu ul li a:hover {
	background-color: #fff;
	color: #cbd9ed;
}


#switchbox {
	clear: both;
}
ul#switchbox {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#switchbox, ul#switchbox li {
	display: block;
}
ul#switchbox li ul {
	display: block;
	padding: 0;
}
ul#switchbox li ul li {
	padding: 0 0 0 30px;
}
ul#switchbox li:hover ul {
	display: inline;
}
#switchbox h5 {
	background-color: #cbd9ed;
	border-bottom: 1px solid #4273bd;
	padding: 2px;
	margin: 0 auto 0 auto;
}
ul#switchbox li #tagcloud {
	display: block; /* auf none => switchbox aktivieren */
}
ul#switchbox li:hover #tagcloud {
	display: block;
}
#switchbox a {
	text-decoration: none;
}
#switchbox a:hover {
	border-bottom: 1px solid #ff2d2d;
}
#vortraege li {
	margin-top: 5px;
}



#topeye {
	clear: both;
	text-align: center;
	margin: 20px 0 20px 0;
}



#sidebar {
	float: left;
	width: 300px;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #cbd9ed;
}
#sidebar li {
	list-style-type: none;
}

#maincol {
	float: left;
	width: 654px;
	padding: 5px 10px 5px 15px;
}


#sf {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#sf img {
	border: none;
	float: right;
}


#searchform {
	 margin-bottom: 20px;
}
#searchform input {
	font-size: 120%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Sans-Serif;
	color: #333333;

}

#bildnachweis {
	font-size: 0.7em;
	color: #aaa;
}
#bildnachweis a {
	color: #aaa;
}


/* nur für ganz unten benutzt: kurz vorm Footer, nach den Spalten */
#content {
	clear: both;
	margin-top: 30px;
	padding: 0 10px 0 10px;
}

#footer {
	text-align: center;
	border-top: 1px dotted #cbd9ed;
	margin-top: 20px;
	padding: 10px 0 20px 0;
}


.intexttable {
	min-width: 400px;
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
.intexttable th, .intexttable td {
	border: 1px solid #ccc;
	padding:3px 7px 2px 7px;
}
.intexttable th {
	background-color: #cbd9ed;
}
.intexttable td {
	background-color: #f6f6f6;
}


/*

body
	#f6f6f6	Hintergrund links und rechts des Inhaltes
	#333333	Standard-Schriftfarbe

	#fee8ba blassoranger Hintergrund
	#cbd9ed blassblauer Hintergrund

*/