@charset "utf-8";
/* CSS Document */
body  {
	text-align: center;
	}
#wrap {
		width: 900px;
		background-color: white;
		text-align: left;
		margin: 0 auto;
		margin-top:30px;
		}
.uvod_foto {height:600px;}
.menu {
		width: 650px;
		height: 30px;
		margin-top:8px;
		float:left;
		padding: 0px;
		border: 0px solid black;
		background-color: white;
		
		}

#news {
		width: 180px;
		height: 30px;
		float:right;
		padding-top: 8px;
		margin: 0px;
		text-align:right;
		border: 0px solid black;
		background-color: white;
		}
#content {
		width: 900px;
		height: 500px;
		float:left;
		padding: 0px;
		border: Opx solid black;
		background-color: white;
		overflow: auto;
		}
 #content_front{
		width: 500px;
		height: 600px;
		float:left;
		padding: 0px;
		border: Opx solid black;
		background-color: white;
		overflow: auto;
		}
#content_fotg {
		text-align:center;
		}
img {
   border:0px;
		}	

.menu ul {
   margin: 0;
   padding: 0;
   right: 2px;
		}
		
.menu li {
   display: inline;
   list-style-type: none;
   font-family: times new roman;
   margin-right:14px;
}

#content p {
	color: #009ee0;
	font-size: 12px;
	font-family: times new roman;
	text-decoration: none;
	line-height:5px;
}
#content_front p {
	color: #009ee0;
	font-size: 14px;
	font-family: times new roman;
	text-decoration: none;
}
#content a {
	color: #00a5e4;
	font-size: 12px;
	font-family: times new roman;
	text-decoration: none;
	font-weight: normal;	
}

#content_front a {
	color: #00a5e4;
	font-size: 14px!important;
	font-family: times new roman;
	text-decoration: none;
	font-weight: normal;	
}
li {
	color: #00a5e4;
	font-size: 14px;
	font-family: times new roman;
	text-decoration: none;
	font-weight: bold;	
}

a {
	color: #00a5e4;
	font-size: 14px;
	font-family: times new roman;
	text-decoration: none;
	font-weight: bold;	
}

.on a {color: #e2007a;}

h2 {
	color: #00a5e4;
	font-size: 14px;
	font-family: times new roman;
	text-decoration: none;
	font-weight: bold;	
}

h3 {
	color: #00a5e4;
	font-size: 12px;
	font-family: times new roman;
	text-decoration: none;
	font-weight: normal;
	line-height:5px;	
}

#content_front a, #content a{
		font-size: 12px;
	}

#content_front a:hover, #content a:hover{
		color: #e2007a;
	}
#news a:hover {
		color: #e2007a;
	}
li a:hover {
		color: #e2007a;
	}
li a:active {
		color: #00a5e4;
	}

a:active {
   color:red;
   text-decoration: none;
}

a:visited  {
	color: #00a5e4;
   text-decoration: none;
}





