/* DATEI: meller.css */

/* Wirth & Horn, Diplom-Informatiker */
/* www.wirth-horn.de */


/* Standard */
body,p,h1,h2,h3,h4,h5,h6,b,i,u,a,td  { font-family:Arial,Verdana,Helvetica; font-size:10pt; line-height: 14pt }

/* Raender: mit id= */
#rand    { margin:10px;}
#rando   { margin-top:10px;}
#randu   { margin-bottom:10px;}
#randl   { margin-left:10px;}
#randr   { margin-right:10px;}
#randulr { margin-bottom:10px; margin-left:10px; margin-right:10px;}

/* Header: nur Groesse */
h1   	  { font-size:20pt; } 
h1.headline { font-size:10pt; color:#ff0000; text-decoration:none; font-weight: bold; }
h2 	      { font-size:18pt; }
h3   	  { font-size:16pt; }
h4   	  { font-size:14pt; }
h5   	  { font-size:11pt; color:#ff0000; text-decoration:none; font-weight: bold; }
h6   	  { font-size:10pt; }

/* Farben, Größen */
.blau { font-size:8pt; color:#026DE5; text-decoration:none; font-style:regular}

/* Links */
a:link    { color:#ff0000; text-decoration:none; font-style:regular} 
a:visited { color:#ff0000; text-decoration:none; font-style:regular} 
a:active  { color:#333333; text-decoration:none; font-style:regular} 
a:hover   { color:#333333; text-decoration:none; font-style:regular}

a.schwarz:link    { color:#000000; text-decoration:none; font-style:regular} 
a.schwarz:visited { color:#000000; text-decoration:none; font-style:regular} 
a.schwarz:active  { color:#ff0000; text-decoration:none; font-style:regular} 
a.schwarz:hover   { color:#ff0000; text-decoration:none; font-style:regular}

a.mail:link    { color:#ff0000; text-decoration:none; font-style:regular} 
a.mail:visited { color:#ff0000; text-decoration:none; font-style:regular} 
a.mail:active  { color:#ff0000; text-decoration:none; font-style:regular} 
a.mail:hover   { color:#ff0000; text-decoration:none; font-style:regular}

a.klnewsletter:link    	{ color:#ff0000; font-size:8pt; text-decoration:none; font-weight: regular} 
a.klnewsletter:visited 	{ color:#ff0000; font-size:8pt; text-decoration:none; font-weight: regular} 
a.klnewsletter:hover   	{ color:#333333; font-size:8pt; text-decoration:none; font-weight: regular}
a.klnewsletter:active  	{ color:#333333; font-size:8pt; text-decoration:none; font-weight: regular} 

/* Formular */
input.submit { color:#444444; background-color:#cfcfcf; font-family:Verdana; font-size:8pt; font-weight:bold; line-height:15px; border-style:solid; border-width:1px; border-color:#444444}
input.small { color:#000000; font-family:Verdana; font-size:8pt; line-height:16px; border-style:solid; border-width:1px; border-color:#000000}


/* Scrollbar */
BODY {
SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #CFCFCF; 
SCROLLBAR-SHADOW-COLOR: #CFCFCF; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #666666; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}

