/********************************************
   AUTHOR:  			ilumydesign / M.Ort 
   WEBSITE:   			http://www.ilumy.de/     	
 ********************************************

/*********************************************************************************************************************************
   Body
*********************************************************************************************************************************/

html {
	height: 100%;
	}
body {
	margin: 0;
	height: 100%;
	padding: 0;	
	font: 70% Verdana, Century Gothic, arial, hevetica, sans-serif;
	letter-spacing: 0.04em;
	text-align: left;
	background-color: #000;
	}
h1 {
	font: 14px Verdana, Century Gothic, Tahoma, arial, hevetica, sans-serif;
	color: #4ba829;
	}
	
a 	{
	color: #fff;
	text-decoration: underline;
	}
	
img.quote	{
	margin-top: 60px;
	}
	
#superbgimage {
    display: none;
	}
	
#content {
    position: relative;
    z-index: 3;
	}
	
#images	{
	}
	
#maincontent	{
	z-index: 3;
	position: relative;
	width: 855px;
	height: 100%;
	margin: auto;
	text-align:left;
}

#maincontent2	{
	z-index: 3;
	position: relative;
	width: 794px;
	background-image: url(images/bg_black.png);
	background-repeat: repeat-x repeat-y;
	height: 100%;
	margin: auto;
	text-align:left;
}

#maincontent3	{
	margin: 10px 10px 10px 10px;
	text-align:left;
}

#buttons	{
	z-index: 3;
	float: left;
	position: relative;
	width: 30px;
	margin-top: 10px;
	margin-left: -1px;
}

#image {
	float: left;
	z-index: 3;
	position: relative;
	color: #fff;
	width: 741px;
	height: 236px;
}

#gallery {
	float: left;
	z-index: 4;
	position: relative;
	color: #fff;
	width: 741px;
	height: 236px;
}

#main_inhalt	{
	float: left;
	z-index: 3;
	position: relative;
	margin: auto;
	color: #fff;
	height: 52%;
	width: 721px;
	text-align:left;
	padding: 10px;
}

#text	{
	float: right;
	z-index: 3;
	position: relative;
	color: #fff;
	width: 270px;
	text-align:left;
	margin-top: 20px;
	margin-right: 10px;
}

#text2	{
	float: right;
	z-index: 3;
	position: relative;
	color: #fff;
	width: 700px;
	text-align:left;
	margin-top: 20px;
	margin-right: 10px;
}

#text_big	{
	float: left;
	z-index: 3;
	position: relative;
	color: #fff;
	width: 400px;
	font: 520% Verdana;
	text-align:left;
	margin-left: 10px;
	margin-top: -50px;
}

#white {
	float: left;
	z-index: 3;
	position: relative;
	background-color: #fff;
	width: 1px;
	height: 100%;
}

#quote {
	float: right;
	z-index: 3;
	position: relative;
	background-image: url(images/bg_black2.png);
	background-repeat: repeat-x repeat-y;
	width: 47px;
	height: 100%;
	padding: 0px 0px 0px 5px;
}

#logo {
	float: right;
	z-index: 3;
	position: relative;
	width: 286px;
	padding: 30px 20px 30px 0px;
}

#navigation_bg {
	position: absolute;
	z-index: 4;
	bottom: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	height: 40px;
	width: 100%;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x; 
	text-align:left;
}

#nav	{
	z-index: 5;
	position: relative;
	margin: auto;
	height: 52%;
	width: 651px;
	text-align:left;
}

/* NAVIGATION */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: auto;
	width: 651px;
	font-size: 60%;
	font-weight: lighter;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; bottom: 35px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
}
ul.topnav li ul.subnav li{
	margin: -3px 0; padding: 0;
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 20px;
	background: #fff;
	color: #000;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color: #4ba829;
}
