/***********************************************/
/* basis.css                       	           */
/*                                             */
/***********************************************/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


html, body {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	color: #333333;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #ff9900;
    font-weight: bold;
	text-decoration: none;
}
/*
a:active {
	color: #FF0606;
	font-weight: bold;
	text-decoration: underline;
}

a.menue:link { 
   color: #000066; 
   text-decoration: none; 
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;   
} 

a.menue:visited { 
   color: #000066;
   font-weight:bold;
   font-size: 12px;   
   text-decoration: none;
} 

a.menue:hover {
	color: #000066;
	background: #EDEDED;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #5f5f5f;
	text-decoration: none;
} 

a.menue:active {
	color: #000066;
	background: #EDEDED;
	font-weight: bold;
	padding: 3px;
	border: 1Px solid #5f5f5f;
	text-decoration: none;
}
*/
.fuss {
	font-size: 8px;
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.fuss:link {
   color: #333333; 
   font-weight: normal;
   text-decoration: none; 
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.fuss:visited { 
   color: #333333;
   font-weight: normal;
   text-decoration: none; 
   text-decoration: none;
} 

a.fuss:hover { 
   color: #ff9900;
   text-decoration: none; 
   font-weight: normal;
   text-decoration: none;
} 

table {
	border-spacing:inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
}

td {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.htitel {
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
*/
.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;

}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}

a.h3:link {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}


a.h3:visited { 
   color: #333333;
   font-weight: bold;
   text-decoration: none;
} 

a.h3:hover { 
   color: #ff9900;
   text-decoration: none; 
   font-weight: bold;
} 

/*
.rot {
	color: #c00000;
}
*/
.bildlink {
	border: 0;
	text-decoration: none;
}

/*
.klein {
	font-size: 9px;
}

.ganzklein {
	font-size: 8px;
}
*/

