/* my-vee.de css  */
/* bei font-size keine Relation(medium) und Begriff (larger) benutzen  */ 

body  {
	color            : black;
	background       : #eeeeee;
	margin-left      : 8px;
}
  
span.contentText {
	font-family     : "Times New Roman",Helvetica, sans-serif;
	background-color: #eeeeee;
	color           : #1111cc;
	font-size       : 14px; 
	line-height     : 17px; 
}

span {
	color			: black;
	background		: #eeeeee;
	margin-left		: 4px;
	font-size		: 14px 
}

span.norm {
	font-weight		: 600;
}

span.fettblau {
	color			: #0000ff;
 	background-color: #eeeeee;
 	font-size		: 16px;
	font-style		: Italic ;
	font-weight		: 600;
	font-family		: Verdana,Arial,sans-serif;
}

td   {
	color			: #0000cc; 
	font-weight		: bold; 
	}
	
p    {
	color			: #2222ff;
	background-color: #eeeeee;
}

h1	{
	color			: blue;
	background-color: #ffffff;
	text-align		: center;
	font-weight		: 900;
	font			: 20pt/24pt Verdana,Arial,sans-serif;
}

b    {
	font-weight		: 700;
}

h2    { 
	background-color: transparent;
	color			: black;
	TEXT-DECORATION	: none;
	font-size		: 18px;
	FONT-FAMILY		: Arial,Helvetica,"COMIC SANS MS",sans-serif;
}
 
 A:link  {
   color           : rgb(9,120,60);
   background      : transparent;
   text-decoration : underline;
   font-weight     : 600;
}

A:visited {
   color           : rgb(166,36,6);
   background      : transparent;
   text-decoration : none; 
   font-weight     : 600;
}

A:hover {
   color           : rgb(249,120,42); 
   background      : transparent; 
   text-decoration : underline;
   font-weight     : 600;
}

A:active {
   color           : #c00000; 
   background      : #f0c000; 
   text-decoration : none; 
}


A IMG {
   color           : white;
   background      : transparent;
   border-width    : 0; 
   border-style    : none; 
   border-color    : inherit; 
}

/* last modified 01.10.06 */