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

.body {
	font-family:Tahoma;
	font-size:14px;
	color:#000000;	
	}

#wrapper {
	margin:auto;
	background-image:url(../images/800px-Sky_with_puffy_clouds.jpg);
	height:630px;
	width:850px;
	padding:10px;
		
}


.text2 {
	color:#000000;
}

h1 {
	color:#333333;
	font-size:16px;
}

#banner {
	width:850px;
	height:30px;
	
		}

#meniu {
	width:600px;
	height:47px;
}
#meniu1{
	height:30px;
	margin-left: 700px;
}
#steag{
	width:250px;
	margin-left:600px;
	margin-top:-57px;
	height:57px;
	padding-top: 10px;
   }
#cont1{
	width:250px;
	height:300px;
	padding-left: 10px;
}
#cont2{
	width:550px;
	height:460px;
	margin-left:270px;
	margin-top:-310px;
	padding-left: 10px;
	border-color: #990000;
	border-width: 1;
	border-left-style: solid;
}

#footer{
	width:850px;
	height: 40px;
	margin-bottom: 10px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

a:link{color:#000066;}
a:hover{color:#990000;
text-decoration:none;}
