@import url('yui-reset.css');
@import url(typo.css);
/*
 * CSS Document for "bohemianfilms.ch"
 * One Pixel Studio - onepixel.ch
 * march 2010
 */
/*-----------*MAIN CSS----------*/
* :focus {
    outline: 0;
}

html, body {
    text-align: center;
    background: #000;
}

#bohemian #content, #bohemian #header {
    position: relative;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #header_img {
    width: 960px;
    height: 427px;
}

#header_img .slideshow img {
    display: none;
}

#header h1 a {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 125px;
    height: 130px;
    background: url(../images/bohemian_logo.png) top left no-repeat;
    text-indent: -9999px;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://bohemian-amata.ch/assets/templates/bohemian/images/ta_logo.png');
	z-index:100;
}
#header h2{
	position:absolute;
	left:155px;
	top:70px;
	z-index:100;
}
#content{
	padding:0 20px;
	width:920px;
}
.content{
	width:600px;
}
/*-----------*NAV----------*/
#bohemian #nav{
	width:620px;
	height:20px;
	margin:10px 0 20px 0;
}
#nav ul{
}
#nav li{
	display:inline;
}
#nav li a{
	color:#FFF;
	display:block;
	height:20px;
	float:left;
	margin:0 50px 0 0;
}
/*SUBNAV*/
.subnav{
	position:absolute;
	right:0;
	top:40px;
	width:140px;
}
#bohemian div.doclink li a, #bohemian div.doclink li{
	position:relative;
	display:block;
	float:left;
	margin:0 10px 0 0;
	text-indent:-9999px;
	width:35px;
	height:35px;
}
#bohemian div.doclink li.previous a{
	background:url(../images/subnav_left.png) no-repeat 0px 0px;
}
#bohemian div.doclink li.next a{
	background:url(../images/subnav_right.png) no-repeat 0px 0px;	
}
#bohemian div.doclink li.previous a:hover{
	background:url(../images/subnav_left.png) no-repeat 0px -40px;
}
#bohemian div.doclink li.next a:hover{
	background:url(../images/subnav_right.png) no-repeat 0px -40px;
}
#bohemian div.doclink li.previous.disabled{
	background:url(../images/subnav_left.png) no-repeat 20px -81px;
}
#bohemian div.doclink li.next.disabled{
	background:url(../images/subnav_right.png) no-repeat 20px -81px;
}
#bohemian div.doclink{
}
#bohemian div.doclink ul{
}
