/**
 * Hexperimente
 * __________________________________________________________________
 *
 * @author	Roland Schaer
 * @date	2009-05-14
 */

/* 
Wrapper 
_____________________________________________________________________
*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 18px;
	background: #ffffff;
	color: #333333;
}

#wrapper {
	position:absolute;
	height:600px; 
	width:955px;
	margin:-300px 0px 0px -477px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	background: url(../images/bg.jpg) 0 0 no-repeat;
	border: 1px solid #d5e6f3;
}

#main {
	padding: 0 0 0 0;
	width: 955px;
	text-align: left;
}



/*
Navigation
_____________________________________________________________________
*/

#nav {
	float: left;
	width: 204px;
	margin: 96px 0 0 214px;
	font-size: 17px;
	font-weight: bold;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {list-style-type: none;}

#nav ul a {
	padding: 0 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	line-height: 30px;
}

#nav ul ul { display: none;}

#nav ul .active ul { display: block;}

#nav ul .active ul a {
	padding: 0 0 0 35px;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	line-height: 25px;
}

#nav a:hover, #nav .active a {
	text-decoration: underline;
}

#nav ul ul .active a:hover, #nav ul ul .active a {
	text-decoration: underline;
}


/*
Content 
_____________________________________________________________________
*/

#content {
	margin: 30px 0 0 0;
}

#text {
	float: left;
	padding: 20px 10px;
	width: 455px;
	height: 530px;
	overflow: auto;
}

.errors {
	color: #cf422b;
}

input {
	width: 150px;
	margin: 0 0 5px 0;
}

input.chk {
	width: 15px;
	margin: 0 5px 0 0;
}

/** Slideshow */
/*.slideshow {
	display: block;
	width: 240px;
	height: 250px;
	overflow: hidden;
}

#box {
	position: relative;
}

#box span{}

p.buttons {
	display: block;
	cursor:pointer;
	color: #dd0f19;
}

#info {

}*/
/** Slideshow */
.slideshow {
float:right;
position:relative;
overflow:hidden;
}

#box {
position: absolute;
}

#box span {
display: block;
float: left;
}

.buttons {
float:left;
margin-top: 165px;
display: block;
cursor: pointer;
color: #d7141a;
}

#info { 
float:right;
width: 240px;
}

span img{
display:block;
border:none;
}