/**
 * Hexperimente
 * __________________________________________________________________
 *
 * @author	Roland Schaer
 * @date	2009-05-14
 */

/* 
Wrapper 
_____________________________________________________________________
*/

body {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 18px;
	background: #ffffff;
	color: #333333;
}

#wrapper {
	position:absolute;
	width:640px;
	text-align: left;
	padding: 0px;
}

#main {
	padding: 0 0 0 0;
	width: 640px;
	text-align: left;
}



/*
Navigation
_____________________________________________________________________
*/

#nav {
        display: none;
        margin: 0 0;
        width: 0px;
}


/*
Content 
_____________________________________________________________________
*/

#content {
	margin: 30px 0 0 0;
}

#text {
	float: left;
	padding: 20px 10px;
	width: 640px;
        overflow: none;
}

.errors {
	color: #cf422b;
}

input {
	width: 150px;
	margin: 0 0 5px 0;
}

input.chk {
	width: 15px;
	margin: 0 5px 0 0;
}

/** 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;
}