* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	border: 0px;
	text-decoration: none;
}

BODY {
	background: #E6E6E6 url('/images/bg.png') repeat-y center;
}

P {
	margin: 10px 0 10px 0;
}

A {
	color: #3C71BA;
}
	

H1 {
	font-size: 18px;
	margin: 10px 0 10px 0;
	color: #3C71BA;
}

H2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

H3 {
	font-size: 14px;
	margin: 10px 0 10px 0;
	color: #ACACAC;
}

#login {
	margin: 50px auto;
	width: 200px;
	padding: 10px;
	background: #3C71BA;
	color: #FFFFFF;
}

#login H2 {
	color: #3C71BA;
	background: #FFFFFF;
	text-align: center;
}

#login A {
	color: #FFFFFF;
}

#container {
	width: 940px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	width: 940px;
	height: 120px;
}

#logo {
	width: 100px;
	height: 120px;
	float: left;
}

#mainmenu {
	width: 840px;
	height: 120px;
	float: left;
}

#home {
	width: 840px;
	height: 96px;
	background: url('/images/logo2.png') no-repeat;
}

#menu {
	width: 840px;
	height: 24px;
}

.menu-item {
	float: left;
}

#language-select {
	text-align: right;
}

#flash {
	width: 940px;
	height: 224px;
	text-align: center;
}

#navigation {
	width: 938px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	background: url('/images/nav_bg.png') repeat-x;
}

#navigation A {
	color: #3C71BA;
	padding-left: 5px;
}

#content {
	width: 940px;
	height: auto;
	/*min-height: 500px;*/
}
/*
*html #content {
	height: expression( this.scrollHeight < 500 ? "500px" : "auto" ); 
}*/


.content-col {
	width: 273px;
	padding-left: 40px;
	float: left;
}

.content-col-half {
	width: 410px;
	padding-left: 40px;
	float: left;
}

.content-col-news {
	width: 360px;
	padding-left: 40px;
	float: left;
}

.content-col-films {
	width: 200px;
	padding-left: 40px;
	float: left;
}

.content-col-films-item {
	margin-top: 10px;
}

.content-col-films-item IMG {
	float: left;
	margin: 0 5px 0 0;
}

.content-col-contact {
	width: 220px;
	padding-left: 40px;
	float: left;
}

#flashPlayer {
	width: 200px;
	float: left;
}

#music-description {
	width: 200px;
	float: left;
}

.film-item {
	width: 350px;
	height: 70px;
	padding: 5px;
	margin: 0 0 40px 40px;
	float: left;
	background: #E6E6E6;
}

.sajto-item {
	width: 350px;
	height: 100px;
	padding: 5px;
	margin: 0 0 40px 40px;
	float: left;
	background: #E6E6E6;
}

.film-item {
	font-size: 10px;
	font-weight: bold;
}

.sajto-item-source, .sajto-item-source * {
	font-size: 13px;
	font-weight: normal;
}

.film-item IMG {
	float: left;
	margin-right: 10px;
}

.film-item-title A {
	font-size: 18px;
	color: #000000;
}

.film-item {
	font-size: 10px;
}

.content-col P {
	width: 200px;
	margin-top: 5px;
}

#footer {
	width: 940px;
	height: 50px;
	background: url('/images/footer_bg.png') no-repeat;
	color: #666666;
}

#footer A {
	color: #666666;
}

#footer-links {
	width: 940px;
	height: 20px;
	line-height: 20px;
	padding-top: 30px;
}

#footer-links A {
	padding-left: 5px;
}

.content-body {
	padding: 40px;
}

.gal-image {
	width: 80px;
	height: 80px;
	float: left;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #ACACAC;
}

.black {
	color: #000000;
}

.darker {
	background: #E6E6E6;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
	display: block;
}

.rolunk-table TD {
	padding: 0 25px 0 25px;
}

.link {
	cursor: pointer;
}


