@import url(http://fonts.googleapis.com/css?family=Lora);
@font-face { font-family: Fontin; src: url(Fontin-Regular.ttf); } 

body {
	margin:0% auto 0 auto;
	margin: 0;
	padding: 0;
	}
	
a, a:link, a:visited {
	text-decoration: none;
	color: #F6F0DC;
	}

a:hover {
	text-decoration: none;
	background-color:#562745;
	}


#all{
	position:fixed; 
	width:100%; 
	height:100%; 
	right:0px; 
	top:0px;
	background-image:url(strip1.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto 100%;
	background-color:#3D1A2F;
	z-index:1;
	}
	
/** Navispalte **/

#logodiv{
	z-index:2;
	position:fixed;
	width:24%;
	height:38%;
	margin-left:12%;
	margin-top:0px;
	background-color:;
	}


#content1{
	z-index:4;
	position:absolute;
	width:30%;
	height:70%;
	margin-left:25%;
	margin-top:10%;
	background-color:;
	}
	
#text1{
	z-index:4;
	position:;
	width:67%;
	margin-left:33%;
	margin-top:50px;
	font-size:1em;
	font-weight:100;
	background-color:;
	}	
	 	
#logodiv1{
	z-index:2;
	position:;
	width:;
	height:;
	margin-left:0%;
	margin-top:0%;
	background-color:;
	}

#logo1{
	z-index:2;
	position:;
	min-width:px;
	top:5%;
	width:100%;
	background-color:;}
	
#logo{
	z-index:2;
	position:absolute;
	right:2%;
	bottom:16%;
	max-height:90%;
	width:260px;
	}

#navi{
	z-index:2;
	position:fixed;
	width:24%;
	height:;
	margin-left:12%;
	top:38%;
	background-color:;
	}
	
#navi ul {
	position:absolute;
	background-color:;
	right:10%;
	padding:0;
	margin-top:;
	margin-right:;
	width:165px;
	max-width:280px;
	list-style: none;
	}


#navi ul li {
	font-family:fontin, lora, serif;
	font-weight:;
	float: none; /** Anodnung der kästen **/
	font-size: 1.1em;
	padding: 10px 23px;/** position im Kasten **/
	text-align: left;
	margin:0;/** Rahmen um Navi **/
	border-bottom: 1px solid #562745;
	line-height: 14px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

#navi ul a {
	color: #F6F0DC;
	text-decoration:none;
	}



#navi ul li:hover {
	background: #562745;
	color: #F6F0DC;
	}

#navi #last{
	border-bottom:0px solid;
	}


/** Content **/

#content{
	z-index:4;
	position:absolute;
	width:38%;
	margin-left:38%;
	top:40%;
	background-color:;
	overflow:auto;
	overflow-x:hidden;
	background-color:;
	}

.text {
	font-size:.8em;
	font-family: helvetica, verdana, arial, sans-serif;
	line-height:1.6em;
	font-weight:;
	color:#F6F0DC;
	}
	
.link {
	font-size:.8em;
	font-family: helvetica, verdana, arial, sans-serif;
	line-height:2.2em;

	color:#F6F0DC;
	float: ; /** Anodnung der kästen **/
	padding-top: .4em;/** position im Kasten **/
	padding-bottom: .3em;
	padding-left: 2em;
	padding-right:2em;
	text-align: left;
	margin:0;/** Rahmen um Navi **/
	border-bottom: 1px solid #562745;
	line-height:;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
	
	
.p {
	font-size:.8em;
	font-family: helvetica, verdana, arial, sans-serif;
	line-height:1.6em;
	font-weight:;
	color:#F6F0DC;
	}
		
h1 {
	font-family: helvetica, verdana, arial, sans-serif; 
	font-size: .9em;
	font-weight:normal;
	color: #F6F0DC;
	}
	
/** Bilder **/

#pic{
	position:;
	min-width:160px;
	width:35%;
	height:auto;
	float:left;
	background-color:;
	z-index:5;
	margin-right:1.5em;
	margin-bottom:1em;
	margin-top:.5em;;
	}
	
#bild1{
	position:absolute;
	min-width:160px;
	width:35%;
	top:;
	z-index:10;
	}
	
#bild2{
	position:;
	min-width:160px;
	width:100%;
	top:;
	z-index:9;
	}

/** Bilderuebergang **/

.netb {
    opacity:1;
	-webkit-transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    }

.netb:hover {
	opacity:0;
	}


img.netb {
	opacity:1;
	-webkit-transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 1s cubic-bezier(0.470, 0.000, 0.745, 0.715);
	}

img:hover.netb {
	opacity:0;
	}	




.netc {
    opacity:1;
	-webkit-transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    }

.netc:hover {
	opacity:0;
	}


img.netc {
	opacity:1;
	-webkit-transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all .5s cubic-bezier(0.470, 0.000, 0.745, 0.715);
	}

img:hover.netc {
	opacity:0;
	}