/* copyright 2003 Ahhh kah!  Gmbh - www.ahhhkah.de*/
/* Hintergrundfarben */
	
	body
	{
		background-color : #ffffff;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;

	}
	

	
	.dunkel
	{
	background-color : #a5a5a5;
}
	
	
	.hell
	{
	background-color : #f6f6f6;
}

	.blau
	{
	background-color : #9caafc;
}

	.hell-menu
	{
	background-color : #f6f6f6;
}
	.hell-menu:hover
	{
	background-color : #9caafc;
}
		
	
/*Schriften*/
	p, td
	{
	font-family : Arial;
	font-size : 12px;
	line-height: 16px;
	font-style : normal;
	font-weight : normal;
	color: #000000;

}

	h1
	{
	font-family : Arial;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	font-weight:bold;
}

	li
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;

}
	

	

/*Links*/

	.linkn
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	text-decoration: none;
}

	.linkn:hover
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #76808D;
	text-decoration: underline;
}	

	.link
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	text-decoration: underline;
}

	.link:hover
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #76808D;
	text-decoration: underline;
}

	.link_oben
	{
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	text-decoration: none;

}

	.link_oben:hover
	{
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: #7f7f7f;
	text-decoration: underline;
	
}

	.link_menu
	{
	
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	text-decoration: none;
}

	.link_menu:hover
	{
	
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #a5a5a5;
	text-decoration: underline;
}
	

/* Formular Felder 
select{
 	border:1px solid #F1B402;
	background-color : #8A6502;
	color: #F1B402;
    width:60px; 
   font : Arial;
   font-size:11px; 
   padding : 1px;
}*/


	

/* Text zubehoer*/
	strong{
	font-weight:bold;
    }
	
	b {
	font-weight:bold;
	}
	
	i {
	text-decoration:italics;
	}
 



