<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Marcellus);
@import url(http://fonts.googleapis.com/css?family=Rosarivo);
@import url(http://fonts.googleapis.com/css?family=Montaga);

html{
	font-family : Rosarivo,'times new roman',times,serif; 
	font-size : 100.01%; 
	background : #eee url(../_gfk/bg.jpg) repeat; 
}

body{
	position : relative;
	width : 62em;
	margin : 1em auto;
	padding : 0;
	min-height : 60em;

	background-color : rgba(255,255,255,1); 
	
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;

	color : #000;
}


header{
	text-align : center;
}
		header h1 a{
			font-family : montaga,rosarivo,'times new roman',times,serif; 

			font-size : 1.6em;
			letter-spacing : 0;
			text-decoration : none;
			font-weight : normal;
			color : #333;

		}

				header h1 a:hover{
					text-decoration : none;
				}


/* NAV */

nav{
	background : transparent;
	padding-left : 18.6em;
	border : 1px solid transparent;
	height : 1.5em;
}

		nav a{
			font-family : montaga,rosarivo,'times new roman',times,serif; 
			display : block;
			float : left;
			padding : .1em;
			width : 6em;
			margin-right : .2em;
			text-align : center;
			
			background : rgba(255,255,255,.4);
			color : #000;
			font-size : 1em;
			text-decoration : none;

			-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;
		}

				nav.subnav{
					margin-top : .5em;
					padding-left : 21.35em;
					border:1px solid transparent;
				}

					nav.subnav a{
						width : 8em;

						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;
					}
				
					nav.subnavLehre{
						padding-left : 16.8em;
					}
						
								nav.subnavLehre a{
									width : 9em;
								}

					nav.subnavProj{
						padding-left : 14.8em;
					}
			
				nav.subnav2{
						margin-top : .2em;
						border:1px solid transparent;
				}
				
					nav.subnav2 a{
							width : 5em;

							padding : .1em 0;
							margin-right : .2em;
							font-size : .7em;
							border:1px solid transparent;
							-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;
						}

							nav.subnavLehre2{
									padding-left : 22.8em;
								}
									
											nav.subnavLehre2 a{
												width : 6em;
											}

			


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 : #600;
	border-bottom : 1px solid #ccc;
	font-size : .9em;
	font-variant : small-caps;
	font-family : Rosarivo,'times new roman',times,serif;
}
	a.inzeile:hover{
		background-color : rgba(255,255,255,1);
	}


a.mehr{
	font-size : 80%;
	color : #900;
	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;
	}

	article.mittel{
		width : 40em;
		margin : 0 auto;
	}

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

	footer a{
		color : #999;
	}


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

	h2.wieHeader{
		font-size : 1.1em;
		text-align:center;
		font-weight : normal;
	}

h3{
	font-weight : normal;
	font-style : italic;
	color : #300;
}


	div.beitrag{
		border:1px solid #ccc;
		padding : 1em;
		margin-bottom : 2em;
		border-radius : 1em;
		moz-border-radius : 1em;
		webkit-border-radius : 1em;
	}

p{
	font-size : 0.9em;
}

.zentriert{
	text-align:center;
}

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

.rechz{
	text-align:right;
}

.signatur{
	text-align:right;
	margin-top:-1.5em;
	margin-bottom:3em;
}

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

.kapital{
	font-variant : small-caps;
}

.kapitalFett{
	font-variant : small-caps;
	font-weight : bold;	
}

.mini{
	font-size : .7em;
}


blockquote.abstract{
	font-size : .9em;
	margin : -.5em 0 0;
}

ul{
	font-size : .9em;
}

	li{
		margin-bottom : 1.4em;
		list-style-type : none;
	}


/* IMG */

figure {
	font-size : .8em;
	color : #696;
	overflow : visible;
}


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;
}


</pre></body></html>