/*
// DOCUMENT: Layout f. JackTiger
// VERSION: $Revision: 2.1 $
// DATE: $Date: 2008-06-26 10:08:52 $
// AUTHOR: M.Beranek

*/

.important{
	font-weight: bold;
}
.notimportant{
	font-weight: normal;
}
.error{
	color: #9c0000;
}
.note{
	color: #9c0000;
	font-weight: bold;
}

.invalid {
	text-decoration: line-through;
}

.italic {
	font-style: italic;
}

.textunderline {
	text-decoration:underline;
}

.textgreen {
	color: #2C5970;
}
.textblack {
	color: #333;
}
.textred {
	color: #9c0000;
}

.textblack {
	/* Achtung: der hier soll noch grau werden... */
	color: #333;
}

.alert{
	color: #9c0000;
}

.infotext {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:13px;
}

.happyweekend {
	font-family: arial,helvetica,sans-serif;
	font-size:110px;
	font-weight:bold;
	line-height:110px;
	color:#9c0000;
	margin-top:20px;
}
