body, body td{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
/*	background-color:black;*/
}

a{
/* 	color:#636460; */
	color:#bddef5;
	text-decoration: none;
/* 	font-weight:bold; */
}
a:hover{
/* 	color:#434440; */
	color:#bddef5;
	text-decoration: underline;
}

.alterlink a{
	color:#9AA81A;
	font-weight:bold;

}

h1{
	font-size:16px;
}
.menu{
	margin-left:10px;
	margin-right:10px;
	color:white;
	text-decoration: none;
	font-weight:bold;
}
.menu:hover{
	color:#95959d;
	text-decoration: none;
}

.green{
	color:#ccdd24;
}

.gray{
	color:#636460;
}
/*
.line{
	width:100%;
	border-top:1px dotted white;
}
Needs yet other MS IE hack... 
IE draws 'dotted' as 'dashed' :|
*/

.line{
	width:100%;
	display:block;
	height:1px;
	background-image:url("../images/line.gif");
	background-repeat:repeat-x;
}


.fototekstvlak{
	background-color:white;
	margin:10px;
	padding:10px;
}