/* Stylesheet-Datei fuer Praesenz versand.de */

/* Farben: dunkelblau: #2D4281 */
/*         mittelblau: #D1D7E9 */
/*         hellblau:   #E5E8F0 */
/*         orange:     #E69507 */
/*         dunkelrot:  #AB2018 */

body {
	overflow:auto;
	background-color:#E5E8F0;
	margin-left:25px; margin-top:20px; margin-right:25px; margin-bottom:20px;
}
body.startseite {
	background-color:#FFFFFF;
	margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;	
	scrollbar-base-color:#E5E8F0;
	scrollbar-arrow-color:#2D4281;
	scrollbar-track-color:#E5E8F0;
	scrollbar-darkshadow-color:#E5E8F0;
	scrollbar-highlight-color:#2D4281;
	scrollbar-shadow-color:#2D4281;
}
body.banner { /* fuer die 54 Werbeplaetze auf der Startseite*/
	background-color:#E5E8F0;
	margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;	
	scrollbar-base-color:#E5E8F0;
	scrollbar-arrow-color:#2D4281;
	scrollbar-track-color:#E5E8F0;
	scrollbar-darkshadow-color:#E5E8F0;
	scrollbar-highlight-color:#2D4281;
	scrollbar-shadow-color:#2D4281;
}
body.prodsuche {
	background-color:#D1D7E9;
	margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;
}
body.hilfe {
	background-color:#E5E8F0;
	margin-left:10px; margin-top:10px; margin-right:10px; margin-bottom:10px;
}
body.start {
	background-color:#FFFFFF;
	margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;	
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#E5E8F0;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color:#E5E8F0;
	scrollbar-shadow-color:#E5E8F0;
}

* {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* normaler Text */
td   {font-size: 9pt; color: #2D4281;}
th   {font-size: 9pt; color: #2D4281;}
p,div{font-size: 9pt; color: #2D4281;}
form {font-size: 9pt; color: #2D4281; padding: 0px; margin: 0px;}
.head{font-size: 12pt; color: #2D4281; font-weight: bold;}
.aufhell  {background-color: #D1D7E9; color: #2D4281;}
.aufdunkel{background-color: #2D4281; color: #FFFFFF;}

/* kleiner normaler Text */
small  {font-size:8pt;}
.klein {font-size:8pt;}

/* grosser normaler Text */
big {font-size:11pt;}
.gross {font-size:11pt;}

/* normaler Link */
a {color: #2D4281;}
a.dunkelrot {color: #AB2018;}
a.banner {font-size: 8pt; color: #2D4281; text-decoration: none;} /* fuer die 54 Werbeplaetze auf der Startseite*/
a.banner:hover {text-decoration: underline;} /* fuer die 54 Werbeplaetze auf der Startseite*/

/* Überschriften in verschiedenen Größen */
h1 {font-size:14pt;} 
h2 {font-size:13pt;}
h3 {font-size:12pt;}
h4 {font-size:11pt;}

/* Listen */
li,ul,ol {font-size:9pt; color:#2D4281;}

/* Farbig hervorgehobene zeilen in tabellen */
.top {font-size:9pt; color:#2D4281; background-color:#FFFFFF;}
.tab {font-size:9pt; color:#2D4281; background-color:#FFFFFF;}
.back0 {background-color:#D1D7E9;}
.back1 {background-color:#E5E8F0;}
.back0pt8 {background-color:#D1D7E9; font-size:8pt;}
.back1pt8 {background-color:#E5E8F0; font-size:8pt;}

/* Schriftfarben */
.schwarz {color:#000000;} 
.weiss   {color:#FFFFFF;} 
.rot     {color:#AB2018;} 
.orange  {color:#E69507;} 
.fehler  {color:#AB2018; font-weight:bold;}

/* Startseite */
h1.start {
	font-size:11pt;
	font-weight: bold; 
	padding-bottom: 3px; 
	margin:0px;
	color:#2D4281;
	text-align:center;
} 
h2.start {
	font-size:9pt;
	font-weight: bold; 
	padding-bottom: 3px; 
	margin:0px;
	color:#2D4281;
	text-align:center;
}
h3.start {
	font-size:8pt;
	font-weight: normal; 
	padding-bottom: 3px; 
	margin:0px;
	color:#2D4281;
	text-align:center;
}
p.start, div.start {
	font-size:7pt;
	padding-bottom: 10px; 
	margin:0px;
	color:#2D4281;
	width:940px;
	text-align:center;
}
a.startlink, a.startlink b {
	font-size:7pt;
	font-weight: normal; 
	color:#2D4281;
}
