@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- All browsers */

html{min-height: 100%;}

body{
	background: #f2f4f6 url(img/body_bg.jpg) repeat-x;
	color: #3b3b3b;
	font-family: “Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}


h2{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 18px;
}

h3{
	font-size: 12px;
	text-align: center;
	padding-bottom: 18px;
	font-weight: bold;	
}

p{font-size: 12px;line-height: 18px;padding-bottom: 18px;}
p.center{text-align: center;}
p.left{margin-right: 20px;}
p.col2.left.clearfix {margin: 0;}
.clear{clear: left;}
.left{float: left;}
.right{float: right;}
.t_right{text-align: right;}
.col1{float: left;width: 150px;}
.col2{float: left;width: 150px;margin-left: 3px;}
p a, #downloads li a{
	color: #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	text-decoration: none;
	padding: 0 2px;
}

p a:hover, #downloads li a:hover{color: #fefefe;background-color: #3b3b3b;border-bottom: none;}

#downloads li{
	padding-bottom: 10px;
}
#wrap{
	background: transparent url(img/pic_bg.png) left bottom no-repeat;
	width: 1262px;
	position: absolute;
	height:100%;
	min-height: 700px;
	height:100%;
}

#header{background: transparent url(img/header_bg.png) no-repeat 10px 50px;height: 240px;}

#nav{
	font-family: Impact, Haettenschweiler, “Arial Narrow Bold”, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 5px;
	text-shadow: 1px 2px 2px #3b3b3b;
	width: 1045px;
	}
	
#nav ul{height: 23px;width: 100%;text-align: center;}	
#nav ul li{display: inline;}
#nav ul li:first-child a{padding-left: 0;}

#nav a{
	color: #f3f3f3;
	text-decoration: none;
	padding-left: 35px;
	letter-spacing: 2px;
}

#nav a:hover, #nav a.current{color: #014e80;text-shadow: 1px 2px 2px #fefefe;}

#content{
	position: static;
	background: transparent url(img/content_bg.png) repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 400px;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 50px;
	padding: 15px;	
}

#content.wide{width: 640px;	}

#content a.group img {
	padding: 2px;
	background-color: #fafafa;
	margin-left: 0;
	text-decoration: none;
	border: none;
}

#content p a.group, #content p a.group:hover {background-color: transparent;border: none;}
#content a.group img:hover {background-color: #014e80; text-decoration: none; border: none;}

#content.videos{
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	margin-top: 29px;
}

.htabs{	overflow:hidden;}

.htabs h2{margin-top: 5px;}

.htabs h2 a{
	color: #3b3b3b;
	text-decoration: none;
	padding:7px;
	position: static;
	background: transparent url(img/content_bg.png) repeat;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.htabs h2 a:hover{color: #014e80;}

.htabs li{
	float:left;
	padding: 0px 2px 0 0;
	overflow:hidden;
}

.tabs{
	overflow:hidden;

}

ul.htabs.hide {
	float: left;
	display: inline;
	margin-left: 40px;
}

#wrap ul.htabs.hide li h2 a.select {
		color: #014e80;
}

#wrap a.kinofinder {
	position: absolute;
	text-indent: -9999px;
	background: transparent url(img/nord_kino_off.png);
	top: 240px;
	left: 745px;
	width: 105px;
	height: 99px;	
}

#wrap a.kinofinder:hover{
	background: transparent url(img/nord_kino_on.png);
}


/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }




