h1 {

	line-height:	1.3em;
}

h2 {

	line-height:	1.2em;
}



h3, h4 {

	line-height:	1.1em;
}

.kursiv {

	font-style:		italic;
}

.center {
	text-align:		center;
}
.left {
	text-align:		left;
}
.right {
	text-align:		right;
}

.green, .gruen {

	color:			green;
}

.rot, .red {

	color:			#EC6A83;
}


.gelb, .yellow {

	color:				#FFC001;
}

.blau, .blue {

	color:				#003366;
}


.bold {

	font-weight:	bold;
}

.Comic_Sans_MS {
	font-family: 		"Comic Sans MS", sans-serif;
}

.img_center {

	margin-left:		auto;
	margin-right:		auto;
}

div.left {

	float:		left;

}

div.right {

	float:		right;
}

.margin_t5 {
	margin-top:		5px;
}
.margin_top50 {
	margin-top:		50px;
}

.margin_top30 {
	margin-top:		30px;
}

.margin_t10 {
	margin-top:		10px;
}



.margin_l10 {
	margin-left:	10px;
}


.margin_r5 {
	margin-right:	5px;
}

.margin_r10 {
	margin-right:	10px;
}

.margin_b10 {
	margin-bottom:		10px;
}

a img {

	border:			0px;
}

.small {

	font-size:			0.8em;
}

.very_small {

	font-size:			0.6em;
}

table.Termine
{
	width:				730px;
	margin-left:		20px;
	border:				0px;
	border-color:		#003366;
	border-style:		outset;
	text-align:			left;
	border-spacing:		0px;
	border-collapse:	collapse;
}

table.Termine td
{
	height:				35px;
	border:				0px;
	border-color:		#003366;
	border-style:		solid;

}

table.Termine th
{
	height:				40px;
	border:				0px;
	border-color:		#003366;
/*	border-color:		#FFC001; */
	border-style:		solid;
	color:				#FFC001;
}

table.Pruefung
{
	width:				350px;
	margin-left:		20px;
	border:				0px;
	border-color:		#003366;
	border-style:		outset;
	text-align:			left;
	border-spacing:		0px;
	border-collapse:	collapse;
}

table.Pruefung th
{
	height:				40px;
	border:				0px;
	border-color:		#003366;
/*	border-color:		#FFC001; */
	border-style:		solid;
	color:				#FFC001;

}

table.Pruefung td.name
{
	width:				290px;
	height:				30px;
	border:				0px;
	border-color:		#003366;
	border-style:		solid;

}

table.Pruefung td.cup
{
	height:				30px;
	border:				0px;
	border-color:		#003366;
	border-style:		solid;
	width:				50px;
	text-align:			center;
}


table.Links
{
	width:				650px;
	margin-left:		20px;
	border:				0px;
	border-color:		#003366;
	border-style:		solid;
	text-align:			left;
	border-spacing:		0px;
	border-collapse:	collapse;
}

table.Links th
{
	height:				40px;
	border-bottom:			1px;
	border-bottom-color:	#003366;
	border-bottom-style:	solid;
	color:				#FFC001;

}

table.Links td.name
{
	height:					30px;
	border-bottom:			1px;
	border-bottom-color:	#003366;
	border-bottom-style:	solid;

}

table.Links td.link
{
	height:					30px;
	border-bottom:			1px;
	border-bottom-color:	#003366;
	border-bottom-style:	solid;
	text-align:				left;
}

table.Links td.link a
{
	text-decoration:		none;

}

table.Links td.link a:hover
{
	color:				#FFC001;

}




span.onclick:hover {

/*	color:		yellow; */
	text-decoration:	underline;
	cursor:				pointer;
}