body {
	background-color:#ffc;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
}
blockquote, ul, ol, p, table {
	font-size: 13px;
	/* für den IE */
	font-size: inherit;
}

img	  { border: 0 none; }
hr    { height:1px; color:#000; }

small { font-size:0.85em; }
big   { font-size:1.15em; }

/* LINKS */
a	    { color:#00f; text-decoration:none; }
a:hover	{ color:#f00; text-decoration:underline; }
a.du	{
	color:black;
	border-bottom:1px dotted black;
	text-decoration:none;
}
a.du:hover {
	color:red;
	border-color:red;
}

/* BLAUE ÜBERSCHRIFTEN */
/* deprecated! bitte alle <hr class="h1"> löschen! */
hr.h1 {
	display:none;
}
h1 {
	border-bottom:.26ex solid #00c;
	color:#00c;
	font-variant:small-caps;
	font-weight:bold;
	line-height:1.33ex;
	text-transform:capitalize;
	padding:.5ex 0 0 1ex;
}

h2 { font-size: 115%; color: #009; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size:  95%; }
h6 { font-size:  90%; }

/* ÜBERSCHRIFTEN PHILOSOPHIE */
/* deprecated!!! zu groß und außerdem nicht relativ (prozentangaben)
h2 { font-size:25px; }
h3 { font-size:23px; color:#009; }
h4 { font-size:16px; font-weight:bold; color:#009; }
h5 { font-size:15px; }
*/

/* KLASSEN */

.impact	{ color:blue; /* font-style:italic; */ }
.news	{ margin-left:7px; margin-top:4px; font-size:12px; }
.foot	{ font-size:11px; text-align:right; }
.indent { text-indent:2em; }


/* Main Rechts */

div.main_right_head {
	font-weight: bold;
	background-color: #ccc;
	color: #000;
	padding: 1px;
	border: 1px solid black;
	border-width: 0 1px 1px 0;
}
div.main_right_bott {
	margin-bottom: 30px;
	background-color: #ffc;
}
div.main_right_bott a.noneimg {
	display: block;
	padding: 5px;
}

/* Foto Banner */

div.fotobanner {
	height: 150px;
	background: transparent none no-repeat center;
}

/* Slideshow */

iframe.slideshow {
	margin-bottom: 1ex;
}

/* navigation auf einzelnen seiten */

ul.local-nav {
	border-left: 2px solid rgb(0, 0, 153);
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}

/* Drucken */

@media print {
	iframe.slideshow {
		display: none;
	}
}

