/*Global*/
body {
	background-color:#040404;
	color:#FFFFFF;
	font-family:Tahoma, Arial;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
a:hover, a:active, a:focus {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

/*Klassen*/
	.back a {
		display:inline;
		color:#CCCCCC;
	}
	.back a:link, a:visited, a:focus, a:hover, a:active {
		display:inline;
		color:#CCCCCC;
	}
	.homelink{
		display:inline;
	}
	.homelink a {
		display:inherit;
	}
	.homelink a:link, a:visited, a:focus, a:hover, a:active {
		display:inline;
		color:#9C5F5F;
	}
	/*Designs*/
		/*Design 1*/
			.a {
				width:75px;
			}
			.as {
				width:75px;
			}
			.b {
				width:125px;
			}
			.c {
				background-image:url(../img/designs/1/c.PNG);
				background-repeat:repeat-x;
			}
			.d {
				width:106px;
			}
			.ds {
				width:106px;
			}
			.e {
				width:27px;
			}
			.es {
				width:27px;
			}
			.h {
				background-image:url(../img/designs/1/h.PNG);
				background-repeat:repeat-x;
				width:30%;
			}
			.i {
				width:0px;
			}
			.inhalt {
				background-color:#040404;
				vertical-align:top;
			}
			.j {
				background-image:url(../img/designs/1/j.PNG);
				background-repeat:repeat-y;
				width:75px;
			}
			.js {
				background-image:url(../img/designs/1/js.PNG);
				background-repeat:repeat-y;
				width:75px;
			}
			.j1 {
				background-image:url(../img/designs/1/j1.PNG);
				background-repeat:repeat-y;
				width:106px;
			}
			.j1s {
				background-image:url(../img/designs/1/j1s.PNG);
				background-repeat:repeat-y;
				width:106px;
			}
			.jjs {
				background-image:url(../img/designs/1/p.PNG);
				background-repeat:repeat;
				vertical-align:top;
			}
			.k {
				background-image:url(../img/designs/1/k.PNG);
				background-repeat:repeat-x;
				height:66px;
			}
			.l {
				width:75px;
				vertical-align:top;
				height:66px;
			}
			.ls {
				width:75px;
				vertical-align:top;
				height:66px;
			}
			.l1 {
				width:106px;
				vertical-align:top;
				height:66px;
			}
			.l1s {
				width:106px;
				vertical-align:top;
				height:66px;
			}
			.m {
				width:125px;
			}
	/*Menü*/
		.menuzeile {
			width:100%;
			text-align:center;
			background-color:#413E91;
		}
	/*Sonstiges*/
		.sonstzeile {
			width:100%;
			text-align:center;
			background-color:#413E91;
		}
	/*Links*/
		.sonstzeile a {
			display:inline;
			color:#FFFFFF;
		}
		.sonstzeile a:hover, a:active, a:focus {
			display:inline;
			color:#999999;
			font-weight:bold;
		}
/*IDs*/
	#back a {
		display:inline;
	}
	/*Menü*/
		#menuzeile {
			text-align:center;
			display: block;
			width:100%;
		}
		#menuzwischen {
			width:100%;
			height:5px;
		}
	/*Sonstiges*/
		#klein {
			font-size:x-small;
		}
		#sehr_klein {
			font-size:xx-small;
		}
		#fett {
			font-weight:bold;
		}
		#fett_unterstrichen {
			font-weight:bold;
			text-decoration:underline;
		}