body {
	margin:0px;
	padding:0px;
	background:#170900;
}

a:link,
a:active,
a:visited {
	color:#000000;
	text-decoration:underline
}

a:hover {
	color:#6f5c4c;
	text-decoration:underline
}

#stage {
	text-align:center;
}

#box {	
	margin:0 auto 0 auto;
	width:1024px;
	height:700px;
}

#container {
	position:absolute;
	width:1024px;
	height:700px;
	text-align:left;
	
}

#background {
	position:absolute;
	width:1024px;
	height:700px;
	text-align:left;
	border-bottom:1px solid #6f5c4c;
	border-left:1px solid #6f5c4c;
	border-right:1px solid #6f5c4c;
}

#navigation {
	margin:77px 0 0 0;
	padding:0px;
}


/* TEXTNAVIGATION */
#textnavigation {
	position:absolute;
	width:100%;
	padding:0px;
	height:25px;
	z-index:100;
}

#textnavigation_logolink {
	float:left;
	margin:0 0 0 60px;
	height:25px;
	width:200px;
	cursor:hand;
	cursor:pointer;
}

#textnavigation_home {
	float:right;
	margin:0 0 0 0;
	padding:0 6px 0 6px;
	height:25px;
	cursor:hand;
	cursor:pointer;
}

#textnavigation_early {
	float:right;
	padding:0 6px 0 6px;
	height:25px;
	cursor:hand;
	cursor:pointer;
}

#textnavigation_projects {
	float:right;
	padding:0 6px 0 6px;
	height:25px;
	cursor:hand;
	cursor:pointer;
}

#textnavigation_next {
	float:right;
	padding:0 6px 0 6px;
	height:25px;
	cursor:hand;
	cursor:pointer;
}

#textnavigation_contact {
	float:right;
	padding:0 6px 0 6px;
	height:25px;
	cursor:hand;
	cursor:pointer;
}

#textnavigation_legal {
	float:right;
	margin:0 70px 0 0;
	padding:0 6px 0 6px;
	height:25px;
	cursor:hand;
	cursor:pointer;
}


/* IMAGENAVIGATION */
#imagenavigation {
	
}

#imagenavigation_home {
	position:absolute;
	top:180px;
	left:150px;
	float:left;
	background:url(../images/imagenavigation_home.png) top left no-repeat;
	width:93px;
	height:119px;
	z-index:10;
}

#imagenavigation_early {
	position:absolute;
	top:180px;
	left:330px;
	float:left;	
	background:url(../images/imagenavigation_early.png) top left no-repeat;
	width:140px;
	height:121px;
	z-index:10;
}

#imagenavigation_projects {
	position:absolute;	
	top:190px;
	left:560px;
	float:left;
	background:url(../images/imagenavigation_projects.png) top left no-repeat;	
	width:150px;
	height:103px;
	z-index:10;
}

#imagenavigation_next {
	position:absolute;	
	top:180px;
	left:800px;
	float:left;
	background:url(../images/imagenavigation_next.png) top left no-repeat;
	width:167px;
	height:122px;
	z-index:10;
}

#imagenavigation_light {
	background:url(../images/imagenavigation_light.png) top left no-repeat;
	position:absolute;
	top:85px;
	/*home: left:35px;*/
	/*early: left:235px;*/
	/*projects: left:470px;*/
	/*next: left:720px;*/
	left:35px;
	width:317px;
	height:312px;
	z-index:5;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* SUBNAVIGATION */
#subnavigation {
	position:absolute;
	top:343px;
	right:30px;
	height:17px;
	width:150px;
	z-index:100;
}

#subnavigation .subnavigation_seite_01 {
	float:right;
	background:url(../images/subnavigation_seite_01_aktiv.png) top left no-repeat;
	width:50px;
	height:17px;
	cursor:hand;
	cursor:pointer;
}

#subnavigation .subnavigation_seite_02 {
	float:right;
	background:url(../images/subnavigation_seite_02_passiv.png) top left no-repeat;
	width:50px;
	height:17px;
	cursor:hand;
	cursor:pointer;
}


/* CONTENT */
#content {
	position:absolute;
	top:360px;
	left:0px;
	width:100%;
	padding:0 0 0 0;
}

#content td {
	font-family:Times New Roman;
	font-size:12px;
}

#home {
	padding:15px 0 0 150px;
}

#early {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/text_bg.png);
}

#projects {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/text_bg.png);
}

#next {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/text_bg.png);
}

#next td {
	padding:0px;
	margin:0px;
}

#contact {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/text_bg.png);
}

#legal {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/text_bg.png);
}

.input {
	height:20px;
	padding:0px;
	margin:0px;
	width:300px;
}

.reset {
	border:1px solid #69605d;
	font-family:Times New Roman;
	font-size:12px;
	background:#978b86;
	color:#47413f;
	width:250px;
}

.submit {
	border:1px solid #69605d;
	font-family:Times New Roman;
	font-size:12px;
	background:#978b86;
	color:#47413f;
	width:300px;
	text-align:center;
	cursor:hand;
	cursor:pointer;
}