/*for all pages */
.page{position: absolute; width: 100%; height: 100%; z-index:100; font-family: 'Oxygen', sans-serif;
} 

	

#Contact		{
	left: 0%;
 	background-color: #333;
	left:100%;
	background-color: #333; 
	}
 
	


#Home 			{
	left: 200%;
	background-color: #333; 
	}

#Work 			{
	left: 300%;
	background-color: #333; 
	}

#i0
	{

	background-color: #333; 
	}

/* EFFEKT */
.page { 
		-webkit-transition: -webkit-transform 0.8s;
		-moz-transition: -moz-transform 0.8s;
		-o-transition: -o-transform 0.8s;
		transition: transform 0.8s; }

/* SLIDER  */
#Contact:target .page {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); 
	}

#Home:target .page  {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%); 
	}

#Work:target .page {
	-webkit-transform: translateX(-300%);
	-moz-transform: translateX(-300%);
	-o-transform: translateX(-300%);
	transform: translateX(-300%); 
	}

/* HOME- Initiale Position ohne Anker Landing Page */
.page { 
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-o-transform:translateX(-200%);
	transform: translateX(-200%); 
	}

/* Basis Styles */
	* {margin: 0; padding: 0; }
body {
	overflow: hidden;
	width: 100%;
	color: #333;
	}

#Contact:target #Contact,#Home:target #Home,#Work:target #Work
	{
		background-color: #333; 
		}

h1 {
	width:100%;
	max-height:100%;
	z-index:5000;
	position: absolute;
	bottom:2%;
	text-align: left;
	color: #fff;
	font-size: 84px;
	left:2%; }
	
h2 {
	width:100%;
	z-index:5000;
	position:fixed;
	bottom:25%;
	text-align: right;
	color: #fff;
	font-size: 18px;
	right :2%;
}



.cb-slideshow li div h3 {
	width:auto;
	max-height: 20%;
	Position: absolute;
	margin-bottom: 0.5%;
	text-align: left;
	color: #fff;
	font-size: 20px;
 
}

img {
	margin: 0 auto; display: block; margin-top: 50px;
	 }


	
a:link {
		font-family: "Oxygen";
		text-decoration:none;
		font-weight:bold;
		color:#FFF;
		word-spacing: 20px;
		}
			
a:visited {
	text-decoration:none;
	color:#FFF;
	}
	
a:hover { 
	text-decoration: underline;
 	background-color:transparent;
	color: #fff;
	}
	
a:active {
	color: #fff;
	text-decoration: underline;
	background-color:transparent;
	}

footer {
	z-index: 100;
	position: fixed;
	bottom: 1.5%; 
	right: 1.5%; 
	width: 100%; 
	font-size:18px;
	text-align:right; 
	}

table {
	display: table;
	width: 100%; 
	cellspacing: 5%; 
	border-collapse: collapse;
	position: fixed;
	z-index: 5000;
	top: -1px;
	left: 0;
	right: 0;
	}
	
table a {
	line-height: 54px;font-size: 18px;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0;
	background-color: #111;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s; }




.ie7 body{
	margin-left: 10%; 
	}
	
fieldset,img {
	border:0; 
	}
	
q:before,q:after {
	content:''; 
	}
abbr,acronym {
	border:0;
	}
