body	{
	font-family : Verdana;
	font-size : 13px;
	background-color : #00164f;
	text-align : center;
}
td	{
	font-family : Verdana;
	font-size : 13px;
}

a:link {
	text-decoration: none;
	color : #000099;
}
a:visited {
	text-decoration: none;
	color : #000099;
}
a:hover {
	text-decoration: underline;
	color : Black;
}
a:active {
	text-decoration: none;
	color : Black;
} 
.ueberschrift {
	font-size: 16px;
}
.ueberschriftBold {
	font-size: 16px;
	font-weight : bold;
}
.normal {
	font-size: 13px;
	font-weight : normal;
}

.normalBold {
	font-size: 13px;
	font-weight : bold;
}
.commentar {
	font-size: 11px;
}

.commentarRed {
	font-size: 11px;
	color : Red;
}

.commentarBlue {
	font-size: 11px;
	color : #000099;
}

.commentarBold {
	font-size: 11px;
	font-weight : bold;
}

.commentarRedBold {
	font-size: 11px;
	font-weight : bold;
	color : Red;
}
.commentarWeiss {
	font-size: 11px;
	color : #FFFFFF;
}
.menu {
	font-size: 13px;
	color : #FFFFFF;
	font-weight : bold;
}
.menuAktiv {
	font-size: 13px;
	color : #5D5D5D;
	font-weight : bold;
}
.bgSchwarz {
	background : Black;
}
.bgSilber {
	background : Silver;
}
.bgWeiss {
	background : White;
}
.bgHellgrau {
	background : #ebebeb;
}
.divLine	{
	height : 20px;
	background : White;
	width : 100%;
	border-width : 0px 0px 0px 0px;
	border : Black;
	padding : 0 0 0 0;
}
.div1Pesni	{
	width : 514px;
	background-color : #ebebeb;
}

.div2	{
	background-color : #FF0000;
	border : solid 1px black;
	text-align : left;

}
.div3	{
	padding : 0 14px 0 14px;
}


.bgWhite	{
	background-color : White;
}

.bgBlack	{
	background-color : Black;
}

.bgSilver	{
	background-color : Silver;
}

.bgGray	{
	background-color :EBEBEB;
}
/*----------------------------*/
.divMenu a:link, .divMenu a:visited, .divMenu a:hover, .divMenu a:active	{
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
.divMenu span	{
	color : #5D5D5D;
	font-weight : bold;
}
