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



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


html, body {
	font-size: 12px;
	font-family:"Century Gothik", Verdana, Arial;
	color: #999999;
	background-color: #4c4c4c;
	margin: 0;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

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

a:hover {
	color: #996633;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #996633;
	font-weight: bold;
	text-decoration: underline;
}


/*Menu-Definition*/

.menu {
	color: #4c4c4c;
	font-size:16px;
	font-weight:normal;
}	

a.menu:link { 
	color: #4c4c4c;
	font-size:16px;
	font-weight:normal;
    text-decoration: none; 
} 

a.menu:visited { 
	color: #4c4c4c;
	font-size:16px;
	font-weight:normal;
    text-decoration: none;
}

a.menu:hover {
	color: #996633;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
}


/*Menu-Aktiv-Definition*/

.menua {
	color: #996633;
	font-family:Tahoma, Arial;
	font-size:16px;
	font-weight:normal;
}	

a.menua:link { 
	color: #996633;
	font-family:Tahoma, Arial;
	font-size:16px;
	font-weight:normal;
    text-decoration: none; 
} 

a.menua:visited { 
	color: #996633;
	font-family:Tahoma, Arial;
	font-size:16px;
	font-weight:normal;
    text-decoration: none;
}

a.menua:hover {
	color: #996633;
	font-family:Tahoma, Arial;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
}


/*Untermenu-Definition*/

.umenu {
	color: #4c4c4c;
	font-size:14px;
	font-weight:normal;
}	

a.umenu:link { 
	color: #4c4c4c;
	font-size:14px;
	font-weight:normal;
    text-decoration: none; 
} 

a.umenu:visited { 
	color: #4c4c4c;
	font-size:14px;
	font-weight:normal;
    text-decoration: none;
}

a.umenu:hover {
	color: #996633;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}


/*Untermenu-Aktiv-Definition*/

.umenua {
	color: #996633;
	font-family:Tahoma, Arial;
	font-size:14px;
	font-weight:normal;
}	

a.umenua:link { 
	color: #996633;
	font-size:14px;
	font-weight:normal;
    text-decoration: none; 
} 

a.umenua:visited { 
	color: #996633;
	font-size:14px;
	font-weight:normal;
    text-decoration: none;
}

a.umenua:hover {
	color: #996633;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}


/*Fusszeilen-hellgrau-Definition*/

.fuss {
   color: #999999; 
   font-size: 9px;
   text-decoration: none; 
   font-family:"Century Gothik", Verdana, Arial;
}

.fusslink {
   color: #999999; 
   font-size: 9px;
   text-decoration: none; 
   font-family:"Century Gothik", Verdana, Arial;
}

a.fusslink:link {
   color: #999999; 
   font-size: 9px;
   text-decoration: none; 
   font-family:"Century Gothik", Verdana, Arial;
}

a.fusslink:visited { 
   color: #999999;
   font-size: 9px;
   font-weight: normal;
   text-decoration: none;
} 

a.fusslink:hover { 
   color: #996633;
   font-size: 9px;
   font-weight: normal;
   text-decoration: none;
} 


/*Fusszeilen-hellbraun-Definition*/

.fussb {
   color: #996633; 
   font-size: 9px;
   text-decoration: none; 
   font-family:"Century Gothik", Verdana, Arial;
}

.fussblink {
   color: #996633; 
   font-size: 9px;
   text-decoration: none; 
   font-family:"Century Gothik", Verdana, Arial;
}

a.fussblink:link {
   color: #996633; 
   font-size: 9px;
   text-decoration: none; 
   font-family:"Century Gothik", Verdana, Arial;
}

a.fussblink:visited { 
   color: #996633;
   font-size: 9px;
   font-weight: normal;
   text-decoration: none;
} 

a.fussblink:hover { 
   color: #996633;
   font-size: 9px;
   font-weight: normal;
   text-decoration: none;
} 


td {
  	font-family:"Century Gothik", Verdana, Arial;
	font-size: 12px;
	color: #999999;
}

th {
	font-family:"Century Gothik", Verdana, Arial;
}



.klein {
	font-size: 9px;
}

.ganzklein {
	font-size: 9px;
}

.abstandgelb {
	height: 6px;
}

.bildlink {
	border: 0;
	text-decoration: none;
}


	
