<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin: 0px;
	color:#666;
			}
a:link {
	color:#666;
	}
	a:visited:{
	color:#666;
	}
	a:hover{
		color:#999;
	}
body{
	background-color: #FFC;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480&nbsp;px oder weniger. */
/*-------------------------------------------------------------------------------------------------------------------	
-------------------------------------------------------------------------------------------------------------------*/	7




#wrapper{
	width:100%;
	margin:0 auto;
	font-size:1em;
	}
#header{
	font-family: 'Calligraffitti', cursive;
	font-size: 1.5em;
	width:100%;
	margin:0 auto;	
	color:#800000;
}
	#header h1{
	font-family: 'Calligraffitti', cursive;
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	color: #800000;
	text-align: center;
	}

#navigation{
	width:15em;
	line-height:20px;
	margin-bottom: 1em;
	}
#navigation ul li{
	list-style:none; 
	float:left;
	margin-left: 1.5em;
 	 }

#navigation a{
	background-color:#FFF;
	display: block;
	text-align:center;
	text-decoration:none;	
	width: 12em;
	float: left;
	color:#800000;
	border: #800000 solid 1px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom:0.5em;
	}
#navigation a:hover{
	color: #817029;
	background-color: #EBEBEB;
}
#hauptinhalt{
	clear:both;
	width:100%;
	margin: 1em 0 0 0;
	}
 .clear{
	 clear:both;
	 }
	 
.halbboxlinks{
margin:1%;
width:98%;

}
.halbboxrechts{
margin:1%;
width: 98%;

}
.linkseite{
	text-align:center;
	}
	.linkseite p{ margin-top: 1.5em;}
	.linkseite h2, h3 { margin-top: 2em;}
.klein{
	font-size:0.7em;}
/*-------------------------------------------------------------------------------------------------------------------	
-------------------------------------------------------------------------------------------------------------------*/	
			
@media only screen and (min-width: 481px) {
	#wrapper{
	width:100%;
	margin:0 auto;
	}
#header{

	width:100%;
	margin:0 auto;	

	}	
	#header h1{
		font-family: 'Calligraffitti', cursive;
		font-size: 1.5em;
		width:100%;
		margin:0 auto;	
		color:#800000;
		}
	#header img{
		border:none;
		position:relative;
		top: 5px;
		width: 60px;}
#navigation{
	width:100%;
	float:left;
	height:22px;
	line-height:20px;
	margin-top: 2em;
	}
#navigation ul li{
	list-style:none; 
	float:left;
	margin-left: 1.5em;

 	 }

#navigation a{
	display: block;
	text-align:center;
	text-decoration:none;	
	float: left;
	color:#800000;
	border: #800000 solid 1px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom:1.5em;
	}
#navigation a:hover{
	color: #817029;
	background-color: #EBEBEB;
}

.halbboxlinks{
float:left;
width: 47%;
margin:0 1% 0 0 ;
padding-left:1%;
}
.halbboxrechts{
float:left;
width: 47%;
margin: 0 0 0 1%;
padding-right:1%;
}	
.halbboxrechts img{
	position:relative;}
}
/*-------------------------------------------------------------------------------------------------------------------	
-------------------------------------------------------------------------------------------------------------------*/	
/* Desktoplayout: 769 bis maximal 1232&nbsp;px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 958px) {	
#wrapper{
	width:980px;
	margin:0 auto;
	}
#header{
	width:680px;
	margin:0 auto;	
	}
	#header h1{
		font-family: 'Calligraffitti', cursive;
		color:#800000;
		font-size:1.35em;
		}
	#header img{
		border:none;
		position:relative;
		top: 15px;
		width:101px;}	
	



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