/*<![CDATA[*/ 

/* andere Styles */

/* Allgemein */


body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 100.01%;
	text-align: center;
	
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


form {
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 0 0px;
	margin: 0 0 8px 0;
}

h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 15px 0;
}


h2 {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 15px 0;
}

.hr {
	border-bottom: 1px solid #929292;
	margin: 2px 0 10px 0;
}

.hr hr {
	display: none;
}

img {
	border: 0px;
}

table {
	font-size: 1.0em;
	border: 0px;
}

/* Druckstyles */
#drucktitel {
	float: left;
	font-size: 11px;
	padding: 5px 0px 0 0;
}

.noprint {
	display: none;
}

/* SeitenRahmen */

#seite {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/* Buch */

#titel {
	height: 75px;
}

#titel #logo {
	display: none;
}

#titel #drucklogo {
	float: right;
	display: block;
	padding: 5px 0px 0 0;
	/*border: 1px solid Green;*/
}

/* Titel Navigation */

#titel #titel-navigation {
	display: none;
}

/* siehe style_menu.css */


/* Inhalt */

#menu-inhalt {
	padding: 0 0 0 0px;
	margin: 0;
	/* Kommt auf FarbStyles: background: #b9ebf3 url(images/menu_bg.gif) top left repeat-y; */
}

#menu {
	display: none;
}

#inhaltcontainer {
	margin: 0px;
	/* Kommt auf FarbStyles: background-image: url(images/bg_welle_blau.gif); */
}


#inhalt {
	padding: 25px 0px 0px 1px;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

#sidebars {
	display: none;
}


/* Inhalt */

#ueberschrift {
	padding: 0 0 10px 0;
	margin: 0px;
}

#ueberschrift h1 {
	font-size: 18px;
}

#ueberschrift img {
	display: none;
}


#inhalt h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
}

#inhalt .groesser {
	font-size: 12px;
}


#inhalt .copyrights {
	color: #000;
	font-size: 10px;
}


#inhalt #presseartikel table {
	border: 0px;
}

#inhalt #presseartikel .titel {
	font-size: 11px;
	font-weight: bold;
}

#inhalt #presseartikel .datum {
	font-size: 11px;
	font-weight: normal;
}


#inhalt #pressedetail h1 {
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	margin: 18px 0 24px 0;
}


#inhalt #pressedetail h2 {
	font-size: 11px;
}



/* Copyrights */

#footer {
	display: none;
	
}



#parsingtime {
	display: none;
}



/* Meldungen */
.meldung {
	color: #09C112;
	font-weight: bold;
}

.fehler {
	color: #E32500;
	font-weight: bold;
}

/* Farben */

.rot {
	color: #ec1c05;
}

.gruen {
	color: #008000;
}



/*]]>*/ 