/*CSS-Reset*/
html, body, border, table, hr, h1, h2, h3, h4, h5, h6, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*erste Überschrift unter "Zeitung zum Hören"*/
.ueberschrift {
    color: #ff0000;
	font-size: 14pt;
	font-family: Helvetica;
	font-weight: bolder;
	text-align:center;
}

/*Bodystyle*/
.body {
	color: #000000;
	background: white;
	text-align: justify;
	font-size: 10pt;
	line-height: 1.38em;
}

/*Linkstyle*/
.body_link {
	color: #08176D;
	background: #fafad2;
	font-size: 8pt;
}

/*Schriftart und Größe für den Slogan Mittelbadische Presse*/
.schriftart_mittelbadische_presse {
	color: blue;
	font-variant:small-caps;
}

/*für die Blockschriftüberschriften*/
.ueberschrift_blockschrift {
	color: red;
	font-family: Helvetica;
	font-size: 11pt;
	vertical-align: top;
	font-weight: bolder;
	margin: 0 0 20px 0;
}

/*zweite Überschrift unter "Zeitung zum Hören"*/
.unterueberschrift {
	font-family: arial;
	font-size: 11pt;
	color: #0000cd; 
	text-align:center;
	margin: 11px 0 0 0;
}

/*Überschrift Anschrift in "Neugierig geworden"*/
.ueberschrift_anschrift{
	color: #0000cd;
	font-size: 12pt;
}

/*Schriftart im Feld "Ja, ich bestelle"*/
.schrift_bestellen{
	color: #08176D;
	font-size: 10pt;
}

/*Schriftart der Zeitungen*/
.schrift_zeitungen{
	color: #08176D;
	font-size: 11pt;
}

/*Schriftart in Adresse*/
.schriftart_in_anschrift{
	font-size: 10pt;
	color: #08176D;
	text-align: left;
	margin: center;
}

/*Schriftart der Fehlermeldungen*/
.schriftart_fehler{
	font-size: 10pt;
	color: #008000;
	text-align: center;
}

/*Schriftart für Erfolgsmeldung*/
.schriftart_erfolgreich{
	font-size: 10pt;
	color: #008000;
	text-align: center;
	margin-top: 400px;
}

/*Linie unter der Überschrift*/
.line_sr {
	border-bottom: 1px solid  #08176D;
	width: 550px;
	margin:0 0 10px 40px;
}

/*Abstand zwischen dem Formular und der linken Spalte*/
.td_space {
padding:10px;
width:50%;
vertical-align:top;
}

/*Hintergrundfarbe des Formulares*/
.bgcolor {
background-color:#fafad2;
}

