/* CSS Document */


*{margin: 0px;
padding:0px;}

body{
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
	color:#FFFFFF;
}

#container{
	height: 558px;
	width: 777px;
	background-image: url(images/bg_container.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 10px;
	font-family: tahoma;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo{
	background-color: #928181;
	height: 101px;
	margin-left:12px;
	margin-top:8px;
	width:750px;
	float:left;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}
#banner{
	background-color: #C5BCBC;
	margin-left:200px;
	float:right;
	width:500px;
	height:101px;
	_padding-top: 20px;
	_padding-bottom: 10px;
	_padding-left: 15px;
}
#menu{
	width:250px;
	float: left;
	height:350px;
	background-color: #AD3127;
	margin-left:12px;
	font-size: 12px;
	font-family: "Century Gothic";
}
#menu a{
	color: #FFFFFF;
	font-weight: normal;
}
#content{
	padding-top: 10px;
	padding-left: 10px;
	padding-right:20px;
	color:#FFFFFF;
}

#tekst{
	height:340px;
	overflow-y: scroll;
	overflow-x: hidden;
	float:right;

	width:395px;
		_width:490px;
	padding-right:50px;
		_padding-right:90px;
		color:#FFFFFF;

}
#tekstframe{
	height:340px;
	
overflow-x: hidden;
	float:right;

	width:395px;
		_width:490px;
	padding-right:50px;
		_padding-right:90px;

}
#tekst a{
	font-weight: bold;
	color: #FFFFFF;
}

#footer{
	width:750px;
	float: left;
	height:80px;
	background-color: #666666;
	margin-left:12px;
	_margin-top:-20px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#footer td{
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Century Gothic";
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

#footer a{
	color: #FFFFFF;
}

h1{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 36px;
}
h3 {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 14px;
}
form td{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
}

td{color:#FFFFFF;}

