html{
	font-family : arial,lucida,sans-serif; 
	font-size : 100.01%; 
	background : #000 url(../_gfk/bambi.jpg) no-repeat fixed center top; 

}

body{
	position : relative;
	width : 58em;
	margin : 1em auto;

	Xbackground-color : rgba(35,21,54,.5); 
	
	-moz-border-radius : .2em;
	-webkit-border-radius : .2em;
	border-radius : .2em;
	
	-moz-box-shadow : 0 0 1em #cc4138;
	-webkit-box-shadow : 0 0 1em #cc4138;
	box-shadow : 0 0 1em #cc4138;
	
	color : #fff;
}

body#begin{
	background-image : none; 


	-moz-box-shadow : 0 0 0 transparent;
	-webkit-box-shadow : 0 0 0 transparent;
	box-shadow : 0 0 0 transparent;
}

header{
	text-align : center;
}




/* NAV */

nav{
	position : relative;
	z-index : 2;
	width : 10em;
	background : transparent;
}

nav a{
	display : block;
	padding : .7em .35em;
	width : 10em;
	margin : .1em;
	text-align : center;
	
	color : #fff;
	font-size : 1em;
	text-decoration : none;

	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;

	-moz-box-shadow : 0 0 4px #630;
	-webkit-box-shadow : 0 0 4px #630;
	box-shadow : 0 0 4px #630;
}

nav a:hover{
	color : #cc4138;
	font-weight : bold;
	background:url(../_gfk/froeschle.jpg);
	border-color : #ccc;
	opacity : .9;
}

nav a.aktiv{
	color : #cc4138;
	font-weight : bold;
	background:url(../_gfk/froeschle.jpg);
	border-color : #ccc;
	opacity : 1;
	font-variant : small-caps;
}

a.inzeile{
	display : inline;
	text-decoration : none;
	color : #f90;
	font-size : .9em;
	font-family : comic, 'comic sans ms', fantasy;
}

div#article{
	font-size : 1em;
	position : relative;
	z-index : 3;
	background : transparent;
	margin-top : 2em;
	margin-left : 6em;
	margin-bottom : 6em;
	padding : 0 2em;
}

footer{
	margin-top : 6em;
	text-align : center;
	font-size : .7em;
	color : #630;
}



p{
	color : #fff;
	font-size : .9em;
}

.ueSchrft{
	font-size : 1.2em;
	letter-spacing : -1px;
}

/* IMG */

img{
	border:0;
}


img#logo{
	position:absolute;
	top:0;
	left:-4em;
	z-index:1;
}

img#namenszug{
	width : 443px;
	height : 97px;
	opacity : .9;
}

img#start{
	position:absolute;
	top:6em;
	left:18em;
	z-index:1;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;
	-moz-box-shadow : 0 0 1em #ff4138;
	-webkit-box-shadow : 0 0 1em #ff4138;
	box-shadow : 0 0 1em #ff4138;
	opacity : .7;

}


img#cultd{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}	

img.bildchen{
	-moz-border-radius : .4em;
	-webkit-border-radius : .4em;
	border-radius : .4em;
}


