

BODY {
	color : black;
	background-color :white;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : medium;
	text-align : center;
	word-wrap : normal;
}

A {
	color : Black;
}

A:HOVER {
	color : #0000CD;
}

IMG {
	border : 1;
	border-color : black;
}

IMG.bezokraje {
	border : 0;
}


DIV.aktuality {
	position : absolute;
	text-align: left; 
	top : 150px;
	left : 0px;
	background-color : #AEB1FF;
	width : 200px;
	height : 380px;
    border-style : solid;
	border : 1px;
	border-color : black;
	font-size : smaller;
	background-image : url(images/pozadi3.gif);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : top;
	}

DIV.banner {
	position : absolute;
	text-align: left; 
	top : 430px;
	left : 0px;
	background-color : #AEB1FF;
	width : 200px;
	height : 100px;
    border-style : solid;
	border : 0px;
	border-color : black;
	font-size : smaller;
}

DIV.stred {
	position : absolute;
	
	text-align: left; 
	top : 150px;
	left : 201px;
	background-color : #AEB1FF;
	width : 700px;
	height : 380px;
    border-style : solid;
	border : 1px;
	border-color : black;
	font-size : medium;
	overflow : auto;
	background-image : url(images/pozadi2.gif);
	background-repeat : no-repeat;
	background-attachment : fixed;
}


