	BODY {background-color: #ffffff; background-image: url(images/bg_body.gif); background-repeat: repeat-x; background-attachment: fixed; margin: 0; padding: 0; }
	BODY, TD {font-family: Arial; font-size: 12px; color: #333}
	H1  { color: #dd7d0c; font-size: 19px; font-style: italic; font-weight: bold; margin: 5px 0; padding-bottom: 5px; border-bottom: 1px solid }
	A:link {color: #dd7d0c}
	A:visited {color: #dd7d0c}
	A:hover {color: #e4960e}
	FORM {margin: 0px}
	INPUT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; background: white; padding: 1px 3px 0px; margin-right: 10px}
	SELECT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; margin: 1px 0px; margin-right: 10px}
	TEXTAREA {width: 300px; height: 70px; font-family: Arial; font-size: 12px; color: #666666; padding: 1px 3px 0px; margin-right: 10px}

	HR {height: 1px; color: #e4960e; margin: 10px 0px}
	.BUTTON {width: auto; color: #ffffff; font-weight: bold; background-color: #7d0f98; }
	.BUTTON:hover {width: auto; color: #ffffff; font-weight: bold; background-color: #9612ad; }
	
	/* Hier werden die Unterkategorie Boxen definiert */
	.kategorie{
	float:left;
	padding:0px;
	border-bottom:1px solid #000000;
	background:#F7F7F7;
	width:195px;
	margin:1px 5px 5px 1px;
	text-decoration: none;
	}
	.kategorie a{text-decoration: none;}
	.kategorie a:visited{color: #7d0f98;}
	.kategorie a:active{color: #7d0f98;}
	.kategorie a:hover{color: #9612ad;}

	/* Ab hier die Anzeige der gefundenen Links */
	.inhalt2{
	border:1px solid #124278;
	padding-left:6px;
	width:100%;
	padding-top: 8px;
	background-color:#F7F7F7;
	}
	.inhalt{
	border:1px solid #124278;
	padding:0px;
	width:100%;
	background-color:#F7F7F7;
	}
	.inhalt a{font-weight: bold;text-decoration: none;}
	.linkz {margin-top: 22px}
	li {margin: 1px;list-style-type: none;}
	ul {margin-left: -25px;}
	
	.headertable { padding-top: 10px; background-image: url(images/bg_page.gif); background-repeat: repeat-x; background-color: #fff; border-left: 3px solid #fff; border-right: 3px solid #fff; }
	.contenttable { padding-top: 15px; background-color: #fff; border-left: 3px solid #fff; border-right: 3px solid #fff; }

	/* CSS Navi */
	ul#navi { margin: 8px 0 0; padding: 0; list-style-type: none; }
	ul#navi li { margin: 0 6px 0 0; padding: 0px; float: left; }
	ul#navi li a { width: 153px; height: 30px; display: block; font-weight: bold; font-size: 16px; color: #fff; text-decoration: none; text-align: center; background-image: url(images/bg_navi_0.gif); background-repeat: no-repeat; padding-top: 3px; }
	ul#navi li a:hover { width: 153px; height: 30px; display: block; font-weight: bold; font-size: 16px; color: #fff; text-decoration: none; text-align: center; background-image: url(images/bg_navi_1.gif); background-repeat: no-repeat; padding-top: 3px; }
