@import url(http://fonts.googleapis.com/css?family=Michroma);
@import url(http://fonts.googleapis.com/css?family=Quicksand);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);


html{
	font-family : arial,lucida,sans-serif; 
	font-size : 100.01%; 
	background : #ccc url(../_gfk/bg.jpg) repeat; 
}

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

	background-color : rgba(255,255,255,.7); 
	
	-moz-border-radius : .2em;
	-webkit-border-radius : .2em;
	border-radius : .2em;
	
	-moz-box-shadow : 0 0 1px #fff;
	-webkit-box-shadow : 0 0 1px #fff;
	box-shadow : 0 0 1px #fff;
	
	color : #000;
}


header{
	text-align : center;
	padding-top : .5em;
}
header h1 a{
	font-family : arial, lucida, sans-serif;	
	font-size : 2em;
	letter-spacing : -2px;
	font-variant : small-caps;
	text-decoration : none;
	font-weight : normal;
	color : #333;
	
}
header h1 a:hover{
	text-decoration : none;
}	



/* NAV */

nav{
	background : transparent;
	padding-left : 12em;
	border : 0;
	height : 1.5em;
}

nav a{
	display : block;
	float : left;
	padding : .1em;
	width : 8em;
	margin-right : .2em;
	text-align : center;
	
	background : rgba(255,255,255,.4);
	color : #000;
	font-size : 1em;
	text-decoration : none;

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

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

nav.subnav{
	margin-top : .5em;
	padding-left : 18.3em;
}

nav.subnav a{
	width : 4em;

	padding : .1em 0;
	margin-right : .1em;
	font-size : .8em;

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

	-moz-box-shadow : 0 0 2px #003;
	-webkit-box-shadow : 0 0 2px #003;
	box-shadow : 0 0 2px #003;
}

a{
	text-decoration : none;
}

a:hover{
	text-decoration : underline;
}

nav a:hover{
	text-decoration : none;
	color : #600;
	background : rgba(255,255,255,.9);
	border-color : #006;
	font-variant : small-caps;
}

nav a.aktiv{
	text-decoration : none;
	color : #c00;
	background-color:#fff;
	border-color : #ccc;
	opacity : .9;
	filter : alpha(opacity=10);
	font-variant : small-caps;
}

section.av{
	border : 1px solid #336;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;
	padding : .5em;
	margin-bottom : 1em;
}




a.inzeile{
	display : inline;
	padding : 0 .2em;
	text-decoration : none;
	background-color : rgba(255,255,255,.6);
	color : #009;
	font-size : 1em;
	font-family : courier,'courier new',monotype;
}
a.inzeile:hover{
	background-color : rgba(255,255,255,.9);
}


a.mehr{
	font-size : 80%;
	color : #600;
	text-decoration : none;
}

a.mehr:hover{
	text-decoration : underline;
}



article{
	clear : both;
	width : 50em;
	font-size : 1em;
	background : transparent;
	margin : 0 auto 6em auto;
	padding : 2em;
	min-height : 20em;
	text-align : left;
}
article.schmal{
	width : 30em;
	margin : 0 auto;
}

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

	footer a{
		color : #999;
		text-decoration : none;
	}

	footer a:hover{
		text-decoration : underline;
	}

h2{
	font-size : 1em;
	color : #300;
}

p{
	font-size : 0.9em;
}

.zentriert{
	text-align:center;
}

.blocksatz{
	text-align:justify;
	text-indent : 1em;
}

.rechz{
	text-align:right;
}

.jahr{
	font-weight : bold;
	color : #003;
}


blockquote{
	font-size : .9em;
	font-style : italic;
	margin-left : 28em;
}

ul{
	font-size : 0.9em;
}

ul.bibl{}

li.b{
	font-size : .8em;
	margin-bottom : 1em;
}

.mini{
	font-size : 12px;
}


/* IMG */

figure {
	font-size : .8em;
	color : #696;
	overflow : visible;
}
figure dd{
	text-align : right;
}
dd:after{
	content : 'copyright: STEREO Magazin';
}


img{
	border:0;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;
}


img#starter{
	width : 58em;
	opacity : .1;
	filter:alpha(opacity=90);
	margin:-12em 0 0 -4em;
}


img#namenszug{
	width : 443px;
	height : 97px;
	opacity : .9;
	filter:alpha(opacity=10);
}



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

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


