/* ----------------------------------------------------------------------------------------------
	spiel.css
	martinhochreiter.at
	
	08.04.2009
---------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------
	GENERAL
---------------------------------------------------------------------------------------------- */
*{
	padding:0;
	margin:0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#888;
	height:100%;
	background:#ffffff;
}
.clear{
	clear: both;
}
h1 span{
	display:none;
}
h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin:35px 0 0 0;
}
p{
	line-height:1.4em;
	margin:0 0 2em 0;
}
a{
	color:#999;
	text-decoration:none;
}
a:hover, a.active{
	text-decoration:none;
}
a.email{
	color:#fff;
	background:#999;
	padding:0 2px;	
}
a.email:hover{
	color:#fff;
	background:#666;
	padding:0 2px;	
}
img,fieldset,table{
	border:0;
}
#design{
	position:absolute;
	top:0;
	left:-999em;
	color:#fff;
}
/* ----------------------------------------------------------------------------------------------
	CONTAINER
---------------------------------------------------------------------------------------------- */
#wrapper{
	background:#fff;
	width:900px;
	margin:0 auto;
	padding:20px 0 0 0;
}

/* ----------------------------------------------------------------------------------------------
	HEADER
---------------------------------------------------------------------------------------------- */
#header{
	overflow:hidden;
	height:80px;
}
#logo{
	float:left;
}
#logo a{
	display:block;
	width:287px;
	height:43px;
	background:url(../images/spiel.gif) no-repeat 0 0;
}

/* ----------------------------------------------------------------------------------------------
	NAVIGATION
---------------------------------------------------------------------------------------------- */
#navigation{
	float:right;
	margin:33px 0 0 0;
}
#navigation ul{
	overflow:hidden;
}
#navigation li{
	list-style:none;
	display:inline;
	overflow:hidden;
}
#navigation a{
	display:block;
	width:50px;
	height:9px;
	overflow:hidden;
	float:left;
	margin:0 0 0 10px;
	text-indent:500px;
}
#navigation a#home{background:url(../images/nav_home.gif) no-repeat 0 0; width:36px}
#navigation a#shortlist{background:url(../images/nav_shortlist.gif) no-repeat 0 0; width:67px}
#navigation a#beauty{background:url(../images/nav_beauty.gif) no-repeat 0 0; width:48px}
#navigation a#women{background:url(../images/nav_women.gif) no-repeat 0 0; width:48px}
#navigation a#men{background:url(../images/nav_men.gif) no-repeat 0 0; width:26px}
#navigation a#lifestyle{background:url(../images/nav_lifestyle.gif) no-repeat 0 0; width:61px}
#navigation a#freeworks{background:url(../images/nav_freeworks.gif) no-repeat 0 0; width:76px}
#navigation a#about{background:url(../images/nav_about.gif) no-repeat 0 0; width:42px}

#navigation a:hover, #navigation a.active{
	background-position:0 -10px !important;
}

/* ----------------------------------------------------------------------------------------------
	CONTENT
---------------------------------------------------------------------------------------------- */
#content{
	clear:both;
	overflow:hidden;
	width:900px;
	position:absolute;
	padding:0 0 50px 0;
}
#category{
	clear:both;
	text-align:right;
	text-transform:uppercase;
	margin:3px 0;
	color:#ccc;
}
#home_wrapper .image{
	float:right;
	margin:0;
}
#images_wrapper{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
	position:relative;
	margin:0 0 20px 0;
}
#prev, #next{
	position:absolute;
	top:0;
	left:0;
	height:567px;
	width:150px;
	z-index:5;
	background:#000;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
}
#next{
	left:750px;
}
#images{
	position:relative;
	overflow:hidden;
}
.image{
	float:left;
	position:relative;
	margin:0 10px 0 0;
}
#thumbs{
	overflow:hidden;
}
.thumb a{
	float:left;
	margin:0 1px 3px 0;	
	border:1px solid #fff;
}
.thumb a img{
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter: alpha(opacity=60);
}
.thumb a:hover{
	border:1px solid #bbb;
}
.thumb a:hover img{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}
.sorry{
	text-transform:uppercase;
	float:right;
	font-size:10px;
}


















