* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(slike/ozadje.png) top left;
	height: 100%;
	line-height: 1.2em;
}

#container {
	width: 851px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	background-color: #FFF;
}

#header {
	height: 95px;
}


#keyvisual {
	float: left;
	width: 311px;
	background: url(slike/keyvisual.jpg) top left no-repeat;
	padding-top: 300px;
}

#keyvisual ul {
	color: #333;
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

#keyvisual li {
	padding-bottom: 5px;
}

#keyvisual a {
	font-size: 11px;
}

#keyvisual a:hover {
	text-decoration: none;	
}

#video {
	background: url(slike/desno_ozadje.jpg) top left no-repeat;
	float: right;
	width: 540px;
}

#pomembno_obvestilo
{
	margin: 130px 0 0 15px;
}

#video_container {
	width: 480px;
	height: 385px;
	background: #666;
	padding: 5px;
	filter: alpha(opacity=55); -moz-opacity: .55;
	margin: 20px 0 0 35px;
}

#okvirji {
	clear: both;
	width: 851px;
	background-color: #FFF;
	padding-top: 10px;
}

#footer {
	color: #333;
	font-size: 11px;
	background-color: #FFF;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 10px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

#tekst {
	clear: both;
	text-align: left;
	padding: 20px;
}

h1 {
	font-size: 20px;
	color: #1aa200;
}

#container #vsebina #tekst table tr td {
	font-size: 11px;
}
#container #vsebina #tekst table {
	font-size: larger;
	text-align: right;
}

input {
	width: 200px;
	
}
