/**
 *
 *	RESET + GLOBALS
 *
 */
* {
	border: 0;
	margin: 0;
	padding: 0;                               
}  

html, 
body {
	width: 100%;
	height: 100%;    
	font-family: Helvetica, Arial;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	outline: 0;         
} 

a {      
	color: #000;
	text-decoration: none;
	font-weight: normal;  
}

ul li {   
	list-style: none;
}
 

strong {
	font-weight: bold;
}

div#container {   
	width: 980px;
	height: 100%;  
	margin: 0 auto;        
	padding: 0;
}

div#header {
	height: 45px;
}

div#header h1#logo {
	float: left;	
	margin: 22px 0 0 0;
}    

div#header h1#logo a {
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat scroll left top transparent; 
	width: 148px;
	height: 18px;         
	display: block;
}  

       
ul#menu {
	float: right;
	list-style: none;
	margin-top: 26px; 
} 
ul#menu li {
	float: left;
	overflow: hidden;
	margin-left: 6px;
	height: 14px;
}

ul#menu li a {
	text-transform: uppercase;
	font-size: 10px; 
}

ul#menu li a:hover {
} 

div.left {
	float: left;
	width: 160px;       
	position: relative; 
	height: 560px;  
	overflow: hidden;
}  
div.right {
	float: right; 
	height: 560px;
}

ul#work {
	position: absolute;
	top: 47px;    
	width: 160px;   
}
ul#work li {
	margin: 0 0 5px 0;
	padding: 0;           
}
ul#work li a {
	text-transform: uppercase;
	font-size: 13px;
	color: #CECED0;
	margin: 0;
	padding: 0;
}
ul#work li a:hover,
ul#work li.active a {
	color: #000;
} 
ul#work li a.head {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
ul#work li ul {
	margin: 0px 0 5px 0;           
}
ul#work li ul li {  
	margin: 2px 0;
	margin: 0;
	padding: 0;
	height: 14px;
}
ul#work li ul li a {
	text-transform: uppercase;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

ul#work li a.ui-state-active,
ul#work li ul.ui-accordion-content-active li.active a {
	color: #000;
},
ul#work li ul.ui-accordion-content-active li a {
	color: #CECED0;
}


div#preview {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 148px;
	height: 130px;      
}

ul.thumbs {
	height: 126px;
}

/*
p.caption {
	font-size: 10px;  
	padding-top: 6px; 
	height: 20px;
}       
*/

#slideshow {
	overflow: hidden;
	width: 820px;
	height: 540px;
	position: relative;
}


ul.images {
	width: 820px;
	height: 540px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

p.caption,
p.status {
	font-size: 10px;  
	padding-top: 1px; 
	height: 30px;
}
p.status {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 14px;
}
div#preview p.status {
	height: 34px;
}

div.loading {    
	width: 820px;
	height: 521px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
}
div.loading_0 {
	background: url(../img/hausjump.gif) 50% 50% no-repeat;
}
div.loading_1 {
	background: url(../img/hauszittern_weiss.gif) 50% 50% no-repeat;
}

#slideshow a#previous,
#slideshow a#next {
	position: absolute;
	height: 521px;
	width: 410px;
	overflow:hidden;
	text-indent: 999em;
	top: 0;
	z-index: 1000;
}
#slideshow a#previous {
	left: 0;
}
#slideshow a#next {
	right: 0;
} 
#slideshow a#previous {
	background: url(../img/links.png) no-repeat scroll 20px 222px transparent;
}
#slideshow a#next {
	background: url(../img/rechts.png) no-repeat scroll 350px 222px transparent;
}
#slideshow a#previous.hidden,
#slideshow a#next.hidden {
	background: url('../img/lightbox-blank.gif') scroll 350px 222px transparent;
}

*:focus {
	outline: none
}

li.text {
	border: 1px solid #000;
	width: 818px;
	height: 521px;
}

li.text p {
	margin: 46px;
	/* text-transform: uppercase; */
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}



  
