@charset "utf-8";
/* CSS Document */

.continut{
	width: 1296px;
	background-color: #fff;
	margin: 0px 25px;
}
.header{
	height: 50px;
	margin-bottom: 7px;
}
.header ul {
	border-radius: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #1B1818;
	overflow: hidden;
	position: fixed;
	width: 96%;
}

.header li {
    float: left;
    border-right:2px solid #fff;
	font-family: Segoe UI Symbol;
	padding: 0px;
	text-shadow: 1px 1px #4F4F4F;
	font-size: 18px;
}

.header li:last-child {
    border-right: none;
	border-left: 2px solid #fff;
	float: right;
}

.header li a {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.header li a:hover:not(.active) {
    background-color: #F8FF00;
}

.active {
	background-color: #700000;
	opacity: 0.9;
}
.main{
	border-radius: 15px;
	background-image: url(poze/stone.jpg);
	background-repeat: no-repeat;
}
.poze1{
	width: 400px;
	height: 400px;
	margin-bottom: 15px;
	margin-top: 25px;
	margin-left: 125px;
}	
.poze2{
	width: 400px;
	height: 400px;
	margin-left: 100px;
	margin-bottom: 15px;
}
.eu{
	float:left;
	width: 450px;
	margin-left: 95px;
	color: #FFFFFF;
	font-family: Segoe UI Symbol, "serif";
	font-size: 30px;
	font-style: italic;
	text-shadow: 4px 4px black;
	font-weight: bold;
}
.erasmus{
	float:right;
	margin-right: 100px;
	width: 537px;
	color: #FFFFFF;
	font-family: Segoe UI Symbol, "serif";
	font-size: 30px;
	font-style: italic;
	text-shadow: 4px 4px black;
	font-weight: bold;
}
.erasmus a{
	color: #FFFFFF;
	font-weight: bold;
}
#cr{
	margin: 25px 0px 0px 25px;
	font-size: 25px;
	font-family: Courier New, "courier-prime";
	opacity: 0.35;
}