/* Stylesheet-Datei fuer Layout zeitungen */

/* Farbe       Wert      */
/* --------------------- */
/* weiss       #FFFFFF   */
/* schwarz     #34404F   */
/* schwarz2    #020406   */
/* rot         #BB2224   */
/* dunkelblau  #2B4871   */
/* dunkelblau2 #190ABE   */
/* dunkelblau3 #244474   */
/* hellblau    #E0E5ED   */
/* grün        #238C0E   */
/* grau        #8A929E   */


body {
	background-color:#FFFFFF;
	overflow:auto;
	scrollbar-base-color:#EBEDF2;
	scrollbar-arrow-color:#B3011A;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color:#244474;
	scrollbar-shadow-color:#244474;	
}
body.schaufenster {
	background-color:#EBEDF2;
	margin:0px 0px 0px 0px;
}
body.schnellsuche {
	background-color:#EBEDF2;
	margin:0px 0px 0px 0px;
}

p,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,form,small,big,a {font-family:Verdana,Helvetica,Arial,sans-serif;}

/* normaler Text */
td   {font-size: 8pt;color:#244474;}
th   {font-size: 8pt;color:#244474;}
p    {font-size: 8pt;color:#244474;}
div  {font-size: 8pt;color:#244474;}

/* Formularelemente */
form {
	margin: 0px; padding: 0px;
	font-size: 9pt; color: #000000;
}
input,select {
	font-family:Verdana,Arial,sans-serif;
	font-size:7pt;
}
input.type1,select.type1 {
	width:100px;
}
select.type2 {
	width:216px;
}

/* Links */
a:link {
	color:#244474;
	text-decoration:underline;
}

a:visited {
	color:#244474;
	text-decoration:underline;
}

a:active {
	color:#B3011A;
	text-decoration:underline;
}

a:hover {
	color:#B3011A;
}

a.button:link {
	text-decoration:none;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:bold;
}
a.button:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:bold;
}
a.button:active {
	text-decoration:none;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:bold;
}
a.button:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:bold;
}


a.type1:link, a.type1:visited, a.type1:active, a.type1:hover {
	color:#020406;
	font-size:8pt;
}

a.type2:link, a.type2:visited, a.type2:active, a.type2:hover {
	text-decoration:none;
	color:#020406;
	font-size:7pt;
}
a.type3:link, a.type3:visited, a.type3:active, a.type3:hover {
	text-decoration:none;
	color:#2B4871;
	font-size:8pt;
}
a.type4:link, a.type4:visited, a.type4:active, a.type4:hover {
	color:#BB2224;
	font-size:8pt;
}
a.type5 {
	color:#190ABE;
	font-size:7pt;
}
a.type5:link {
	color:#190ABE;
	font-size:9px;
	text-decoration:underline;
}
a.type5:visited {
	color:#190ABE;
	text-decoration:underline;
}
a.type5:active {
	color:#190ABE;
	text-decoration:underline;
}
a.type5:hover {
	color:#190ABE;
}

/* Tabellenzellen */
div.button,td.button {
	border: 1px solid #34404F;
	background-color:#2B4871;
	color: #FFFFFF;
	font-size:7pt;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}
div.button {
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
}

td.suche1 {
	padding-left:2px;
	padding-right:2px;
}
td.suche2 {
	color:#285698;
	padding-left:2px;
	padding-right:2px;
}

td.border_ausgabe2 {
	border-top:1px solid #2B4871;
	border-bottom:1px solid #2B4871;
}
td.border_ausgabe2_top {
	border-top:1px solid #2B4871;
}

td.ausgabe1 {
	background-color: #2B4871;
}
td.ausgabe2 {
	background-color: #E0E5ED;
	color: #2B4871;
}
td.ausgabe3 {
	font-size:7pt;
	background-color: #FFFFFF;
	color: #020406;
}
td.ausgabe4 {
	background-color: #FFFFFF;
	color: #020406;
}

td.border_expose1 {
	border-bottom: 1px solid #020406;
}

td.expose1 {
	background-color: #020406;
}
div.expose2,td.expose2 {
	background-color: #E0E5ED;
	color: #020406;
}

/* verschiedene Größen */
.size7pt  { font-size:7pt;  }
.size8pt  { font-size:8pt;  }
.size10pt { font-size:10pt; }

/* verschiedene Farben */
.c1       { color:#2B4871; }
.c2       { color:#BB2224; }
.c3       { color:#190ABE; }
.c4       { color:#8A929E; }
.c5       { color:#020406; }
.c6       { color:#244474; }
.mwst     { color:#BB2224; }
.haendler { color:#190ABE; }
.privat   { color:#238C0E; }

/* sonstiges */
.bildrahmen {
	border: 2px solid #190ABE;
}
.bildrahmen2 {
	border: 1px solid #000000;
}

.contentbox {
	border-right: 1px solid #244474;
	border-bottom: 1px solid #244474;
	border-left: 1px solid #244474;
	background-color:#FFFFFF;
}

/* teilweise von zeitungen.de übernommen */
.darkcell {
	background-color:#CCCFD6;
}
.darkcell2 {
	background-color:#CBD7E3;
}
.darkcell3 {
	background-color:#CCCFD6;
	color:#244474;
}

.bgblue {
	background-color:#244474;
}

.bgwhite {
	background-color:#FFFFFF;
}

.bglightblue {
	background-color:#D6DEEB;
}

.lightcell {
	background-color:#EBEDF2;
}

.redlink:link {
	color:#B3011A;
	text-decoration:none;
}

.redlink:visited {
	color:#B3011A;
	text-decoration:none;
}

.redlink:active {
	color:#000000;
	text-decoration:none;
}

.redlink:hover {
	color:#000000;
	text-decoration:none;
}

.redlinkul:link {
	color:#B3011A;
	text-decoration:underline;
}

.redlinkul:visited {
	color:#B3011A;
	text-decoration:underline;
}

.redlinkul:active {
	color:#000000;
	text-decoration:underline;
}

.redlinkul:hover {
	color:#000000;
	text-decoration:underline;
}
