/*imb-dynamik style*/
	body {
		background-attachment:fixed;
		background-color:#CCCCCC;
		color:#000000;
		font-family:Arial;
		font-size:14px;
	}
	a {
		text-decoration:none;
		color:#000000;
	}
	a:hover, a:focus, a:active {
		text-decoration:underline overline;
	}
	/*Strucktur*/
		.hintergrund {
			position:relative;
			width:900px;
			height:560px;
			vertical-align:middle;
		}
		.logo {
			position:absolute;
			left:0px;
			top:0px;
			width:200px;
			height:100px;
			overflow:hidden;
			background-image:url(./img/logo.png);
			background-repeat:no-repeat;
		}
		.title {
			position:absolute;
			left:200px;
			top:0px;
			width:700px;
			height:100px;
			overflow:hidden;
		}
		/*Title Links*/
			.title a {
				display:block;
			}
			.title a:visited {
				display:block;
			}
			.title a:hover, a:focus, a:active {
				display:block;
			}
		.untermenu {
			position:absolute;
			left:0px;
			top:100px;
			width:199px;
			height:430px;
			overflow:auto;
			text-align:center;
		}
		/*Untermenü Links*/
			.untermenu a {
				display:block;
			}
			.untermenu a:visited {
				display:block;
			}
			.untermenu a:hover, a:focus, a:active {
				display:block;
			}
		.sprachen {
			position:absolute;
			left:0px;
			top:530px;
			width:200px;
			height:30px;
			overflow:hidden;
			text-align:center;
		}
		/*Sprachen Links*/
			.sprachen a {
				display:inline;
			}
			.sprachen a:visited {
				display:inline;
			}
			.sprachen a:hover, a:focus, a:active {
				display:inline;
			}
		.inhalt {
			position:absolute;
			left:200px;
			top:100px;
			width:699px;
			height:459px;
			overflow:auto;
		}
	/*Inhalt*/
		.inhalt_tabelle {
			width:100%;
			height:100%;
		}
		.inhalt_tabelle_zelle {
			vertical-align:middle;
			text-align:center;
		}
	/*Title*/
		.title_oben {
			position:absolute;
			width:700px;
			height:70px;
			top:0px;
			left:0px;
		}
		.title_menu {
			position:absolute;
			font-weight:bold;
			width:700px;
			height:25px;
			top:75px;
			left:0px;
		}
	/*Menü*/
		.menu_tabelle {
			width:100%;
			border:0;
			border-collapse:collapse;
		}
/*Kursiv*/
    #kursiv {
        font-style:italic;
    }
