/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--------------------- CSS Badische Zeitung ---------------------*/
/*---------------------- (c) 2003 by FreiNet -----------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*------------------------- Seiten Style ----------------------------*/
body, html {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
.loginPadding {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 0px;
}
/*-------- Punktlinie - siehe index.php (grund: dmz) -------------*/
/*------------------------ Bild Bestimmung -----------------------*/
img {
	border: 0px;
}
.imageBlock {
	float: left;
	display: table-cell;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*------------------------ Link Allgemein ------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.inactiveLink {
	color: #999999;
	text-decoration: none;
}
.inactiveLink:hover {
	text-decoration: none;
}
a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a:focus {
	color: #666666;
	text-decoration: underline;
}
/*---------------------------------------------------------------------------*/
/*------------------------------- Keine ahnung ------------------------------*/
a.ten_schwarz {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a.ten_schwarz:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a.ten_schwarz:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a.ten_schwarz:activ {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a.ten_schwarz_bold {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a.ten_schwarz_bold:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a.ten_schwarz_bold:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a.ten_schwarz_bold:activ {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a.eleven {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.textBlock {
	float: left;
	display: table-cell;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------- Formular ---------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
input {
	background: #F5F5F5;
	color: #000000;
	border: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

input.memory {
	background: #ffffff;
	color: #ffffff;
	border: 0px solid #ffffff;
}

input.weiss {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #999999;
}
input.radiocheck {
    background: #F5F5F5;
    color: #000000;
    border: 0px solid #999999;
}
input.radiocheckWeiss {
    background: #ffffff;
    color: #000000;
    border: 0px solid #999999;
}
input.radiocheckxmas {
    background: #EFFAFE;
    color: #000000;
    border: 0px solid #999999;
}
input.button {
    background: #F5F5F5;
    color: #333333;
    border: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
input.anzeigen {
    background: #CC6600;
    color: #FFFFFF;
    border: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input.buttonWeiss {
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
select {
	background: #FCFCFC;
	color: #000000;
	border: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
textarea {
	background: #F5F5F5;
	color: #000000;
	border: 1px solid #999999;
}
textarea.weiss {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*---------------------------- Content ---------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*-------------------------- Text Content ------------------------*/
td , table , tr , div, body  {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
/*----------------------------------------------------------------*/
b {
	font-weight: bold;
}
/*-------------------- Ueberschriften Content --------------------*/
.contentRubrikUeberschrift {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.contentArtikelUeberschriftGross {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.contentArtikelUeberschrift {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.contentAnzeigenUeberschrift {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.contentSubheadline {
	font-weight: bold;
	color: #000000;
}
/*----------------------------------------------------------------*/
.contentFliesstextBold {
	font-weight: bold;
}
.contentFliesstextSchwarz {
	color: #333333;
}
.contentFliesstextSchwarzBold {
	font-weight: bold;
	color: #333333;
}
.contentFliesstextKlein {
	font-size: 10px;
}
.contentFliesstextKleinSchwarz {
	font-size: 10px;
	color: #333333;
}
.contentWarningBold {
	font-weight: bold;
	color: #FF0000;
}
.contentWarning {
	color: #FF0000;
}
.contentWarningKlein {
	font-size: 10px;
	color: #FF0000;
}
/*---------------- Text Bestimmung Sonderfälle ------------------*/
*.neun_schwarz {
	font-size: 9px;
	color: #000000;
}
*.contentBildunterschrift {
	font-size: 9px;
	padding: 3px;
	color: #000000;
}
/*--------------- Link Content ---------------*/
.contentFliesstext {
	color: #333333;
}
a.contentFliesstext:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.contentFliesstext:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.contentFliesstext:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contentFliesstext:active {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contentFliesstext:focus {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contentArtikelUeberschrift:link {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.contentArtikelUeberschrift:visited {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.contentArtikelUeberschrift:hover {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contentArtikelUeberschrift:active {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contentArtikelUeberschrift:focus {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contentSubheadline:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.contentSubheadline:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.contentSubheadline:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.contentSubheadline:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.contentSubheadline:focus {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*------------------------------ Box -----------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------- Ueberschriften Box ---------------------*/
.boxRubrikenUeberschrift {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.boxUeberschriftWeiss {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.boxArtikelUeberschrift {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.boxArtikelUeberschriftWeiss {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
/*-------------------- Text Box --------------------*/
.boxFliesstext {
	font-size: 10px;
	color: #333333;
}
/*--------------- Link Artikel Box ---------------*/
a.boxArtikelUeberschrift:link {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a.boxArtikelUeberschrift:visited {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a.boxArtikelUeberschrift:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
a.boxArtikelUeberschrift:active {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
a.boxArtikelUeberschrift:focus {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
/*--------------- Link Box ---------------*/
a.boxFliesstext:link {
	color: #333333;
	text-decoration: none;
}
a.boxFliesstext:visited {
	color: #333333;
	text-decoration: none;
}
a.boxFliesstext:hover {
	color: #333333;
	text-decoration: underline;
}
a.boxFliesstext:active {
	color: #333333;
	text-decoration: underline;
}
a.boxFliesstext:focus {
	color: #333333;
	text-decoration: underline;
}
/*--------------- Link Box Schwarz ---------------*/
.boxLinkSchwarz {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a.boxLinkSchwarz:link {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.boxLinkSchwarz:visited {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.boxLinkSchwarz:hover {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.boxLinkSchwarz:active {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.boxLinkSchwarz:focus {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

