
/*	//////////////////////////////////////////
	//										//
	//										//
	//										//
	//				NEOBRAIN				//
	//			   							//
	//										//
	//										//
	//////////////////////////////////////////	*/


/*	//////////////////////////////////////////
	//										//
	//	LAYOUT								//
	//										//
	//////////////////////////////////////////	*/

body {
	background-image: url(../img/bg.jpg);
	background-position: Center; 
 	background-attachment: fixed; 
 	background-repeat: repeat;
	background-color: #333333;
	
	margin: 0px;
	
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none; 
}

#zentrieren {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	text-align: center;
}

#dieBasis {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 720px;
	height: auto;
	margin-left: -360px;
}

.content {
	position: absolute;
	top: 0px;
	width: 700px;
	
	height: auto;
	
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
}

.header {
	position: relative;
	width: 700px;
	height: 170px;
}

.showroomImg {
	position: relative;
	width: 700px;
	height: 360px;
	background-color: #0e0d0d;
}

.showroomText {
	position: relative;
	width: 680px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	
	background-color: #0e0d0d;
	text-align: left;
}

#btnText {
	position: absolute;
	top: 232px;
	left: 190px;
}

.greenline {
	left: -10px;
	position: relative;
	height: 1px;
	width: 700px;
	background-color: #00ff00;
}

.greenline2 {
	position: relative;
	top: 200px;
	left: 0px;
	height: 1px!important;
	width: 700px;
	background-color: #00ff00;
}

.rider {
	position: relative;
	width: 700px;
	height: 200px;
	background-color: #0e0d0d;
	display: inline;
}

.riderText {
	position: relative;
	width: 260px;
	height: 190px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: #0e0d0d;
	
	float: left;
}

.riderImg {
	position: relative;
	width: 420px;
	height: 200px;
	
	float: left;
}

.footer {
	position: relative;
	left: 0px;
	width: 690px;
	height: 300px;
	text-align: right;
	font-size: 10px!important;
	color: #666666;
	
	padding-top: 10px;
	padding-right: 10px;
	background-color: #0e0d0d;
}

.language {
	position: absolute;
	top: 2px;
	right: -14px;
	width: 18px;
	height: 61px;
}

.multibox {
	position: absolute;
	top: 10px;
}

.bitterEnd {
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 680px;
	height: 10px;
	
	background-color: #00ff00;
}

/*	//////////////////////////////////////////
	//										//
	//	MULTIBOX							//
	//										//
	//////////////////////////////////////////	*/

#impressum {
	background-color: #0e0d0d;
	width: 660px;
	font-size: 11px;
	
	float: left;
}



/*	//////////////////////////////////////////
	//										//
	//	FONTS								//
	//										//
	//////////////////////////////////////////	*/

h1 {
	font-size: 26px;
	color: #00ff00;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 5px;
	
	letter-spacing: -1px;
}

.text {
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
}

.bold {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

a:link {
	color: #00ff00;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	
	border: none;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
	color: #00ff00;
	
	border: none;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
	color: #ffffff;
	
	border: none;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
	color: #ffffff;
	
	border: none;
}

