/**
 *	Budoschule Haru
 *
 *	@author	Daniel Streiff [webmaster@budoharu.ch]
 *	@date	2004-09-11 10:30
 *	@file	budoharu.css
 *	@history
 *		2004-09-11 10:30	file created
 */

BODY {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
/*
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
*/
}

/**
 *	Hauptüberschrift
 */
.titel1,h1 {
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-size : 22px;
/*	font-weight : bold; */
}

/**
 *	Überschrift
 */
.titel2,h2 {
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : bold;
	font-size : 14px;
}

/**
 *	Standard Text
 */
.text,p,td {
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-size : 14px;
}

/**
 *	Standard Text Fett
 */
.textbold,th {
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}

/**
 *	Legende
 */
.legend {
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-size : 11px;
}

/**
 *	Legende
 */
.menu {
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-size : 11px;
}

/**
 *	Standard Link
 */
A:Link {
	font-family : Verdana, Arial, sans-serif;
/*
	color : #000000;
	font-weight : bold;
*/
	font-size : 14px;
	text-decoration : underline;
}
A:Visited {
	font-family : Verdana, Arial, sans-serif;
/*
	color : #000000;
	font-weight : bold;
*/
	font-size : 14px;
	text-decoration : underline;
}
A:Hover {
	font-family : Verdana, Arial, sans-serif;
/*
	color : #000000;
	font-weight : bold;
*/
	font-size : 14px;
	text-decoration : underline;
}
A:Active {
	font-family : Verdana, Arial, sans-serif;
/*
	color : #000000;
	font-weight : bold;
*/
	font-size : 14px;
	text-decoration : underline;
}

td.judo {
	background-color: #008001;
}

td.judo_jun {
	background-color: #FFFF00;
}

td.karate {
	background-color: #00FF00;
}

td.jiu {
	background-color: #FF0000;
}

td.kobudo {
	background-color: #66669A;
}

td.frei {
	background-color: #CDFFFF;
}

td.sv {
	background-color: #FF7B00;
}

