@charset "utf-8";

/* Einstellung des Hintergrundbildes */
.main-bg{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position: top right;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	text-align:center;
}

.sub-bg{	
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:top;
	padding:inherit;
}

.impressum{
	font-family:"Comic Sans MS", cursive;
	font-size:20px;
	color:#000;
	text-align:center;
	vertical-align:middle;
	padding:inherit;	
}

.allgSchriftart{
	font-family:"Comic Sans MS", cursive;
	font-size:20px;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-stretch:extra-expanded;	
}

/* Einstellung der Hyperlinks im Menu */
a {
	font-family: Comic Sans MS, cursive;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #006;
}
a:active {
	text-decoration: none;
	color: #006;
}


	
