/* CSS Document */
body {
	font-family: verdana;
	text-align: center;
	color: #000000;
	font-size: 12px;
	background-color: #cccccc;
}

a:link {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: underline; color: #000000;}


#blok {
	width: 900px;
	margin: 0 auto;
	
}
#blok2 {
	float: left;
  background-image: url(grafika/pozadi.jpg);
	
	
  
}
#header {
	width: 900px;
	height: 100px;
	background-image: url(grafika/header.jpg);

}
#odsazeni {
	width: 900px;
	height: 10px;
	float: left;

	
}

#top {
	position: relative;
	top: 15px;
	right:50px;
	text-align: right;
	font-size: 18px;
	color: #ffffff;

	
}
#menu {
	float: left;
	width: 175px;
	text-align: left;
	float: left;

	/* nastavení minimální výšky zobrazení (header+odsazeni+menu+odsazeni+footer) */
  height: 400px;
}
#menuint {
	width: 160px;
	position: relative;
	left: 10px;
	right: 10px;
}

#menul
{
font-size: 9px;

background-color: #FF6600;

}
#main {
	float: right;
	width: 725px;
	text-align: left;

}
#mainint {
  width: 700px;
	position: relative;
	left: 10px;
	right: 10px;
	font-size: 11px;

}
#footer {
	width: 900px;
	height: 25px;
	background-image: url(grafika/footer.jpg);

	float: left;
}
#footerint {

position: relative;
top: 7px;
font-size: 10px;

}

#foto
{
text-align: center;
float: right;
border: 5px #FF6600 solid;
margin-left: 10px;

}

.mfoto
{
border: 3px #FF6600 solid;
width: 73px; 
height: 55px;

}

.n


{
background-color: #FF6600;
display: block;
}

