*
	{
		margin: 0;
		padding: 0;
	}
	
	body
	{
		color: #616161;
		background-image: url(imag/fond.gif);
		background-repeat: repeat-x;
		font-family: tahoma, Arial, "Times New Roman";
		font-size: 11px;
		line-height: 185%;
		text-align: center;
	}
	
	a
	{
		color: #873D8E;
	}
	
	img
	{
		border: 0;
	}
	
	#center
	{
	 	margin:0px auto;
		text-align: left;
		width: 928px;
		height: auto;
	}
	
	#head
	{
	 	position: relative;
	 	top: 0px;
	 	left: 0px;
		height: 180px;
		width: 928px;
	}
	
	#headLeft
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 25px;
		height: 180px;
		background-image: url(imag/gauche.gif);
		background-repeat: no-repeat;
		z-index:110;
	}
	
	#logo
	{
		position: absolute;
		top: 40px;
		left: 14px;
		width: 450px;
		height: 70px;
		background-image: url(imag/logo.jpg);
		background-repeat: no-repeat;
	}
	
	#language_switch
	{
		position: absolute;
		top: 10px;
		right: 30px;
		width: 400px;
		height: 30px;
		text-align: right;
	}
	
	
	#language_switch a
	{
		color: #373090;
		text-decoration: none;
		font-size: 9px;
	}
	
	#logoReplacement
	{
		display: none;
	}
	
	
	#headRight
	{
		position: absolute;
		top: 0px;
		left: 907px;
		width: 25px;
		height: 180px;
		background-image: url(imag/droite.gif);
		background-repeat: no-repeat;
		z-index:110;
	}
	
	#main_menu
	{
		position: relative;
		top: 105px;
		left: 14px;
		width: 900px;
		height: 30px;
		background-image: url(imag/barre1.gif);
		background-repeat: no-repeat;
		padding-left: 7px;
		z-index:100;
	}
	
	#main_menu ul li:hover ul
	{
		display: block;
	}
	
	#main_menu li
	{
		float: left;
		list-style: none;
		text-align: left;
		height: 30px;
		left: 0px;
		padding: 0px 10px 0px 10px;
		top: 0px;
		width: auto;
		position:  relative;
	}
	
	#main_menu li:hover
	{
		background-color: #786efb;
	}
	
	#main_menu a
	{
		font-size: 11px;
		line-height: 30px;
		text-decoration: none;
		color: #ffffff;
		display: block;
	} 

	#main_menu a.level_1active
	{
		font-weight: bold;
	} 
	
	#main_menu a:hover
	{
		color: #ffffff;
	}
	
	#main_menu li ul
	{
		display: none;
		left: 10px;
		position: absolute;
		top: 20px;
	}
	
	#main_menu li.level_2
	{
		background-color: #373090;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		/*border-bottom: 1px solid #ffffff;*/
		clear: both;
		left: -10px;
		padding: 0px 10px 0px 10px;
		top: 10px;
		width: 150px;
	} 

	#main_menu li.level_2:hover
	{
		background-color: #786efb;
	} 

	#main_menu ul li:hover ul ul
	{
		display: none;
	}

	#main_menu ul li:hover ul ul ul
	{
		display: none;
	} 

	#main_menu ul ul
	{
		display: none;
	} 

	#main_menu ul ul li:hover ul
	{
		display: block;
	} 

	#main_menu ul ul ul
	{
		display: none;
	} 

	#main_menu ul ul ul li:hover ul
	{
		display: block;
	} 

	#main_menu li.level_X active
	{
		border-top: 0px solid #ffffff;
	} 

	#main_menu li.level_Xactive
	{
		border-bottom: 0px solid #ffffff;
	} 	
	
	#subMenueBar
	{
		position: absolute;
		top: 140px;
		left: 14px;
		width: 900px;
		height: 40px;
		background-image: url(imag/barre2.gif);
		background-repeat: no-repeat;
	}
	
	#smallNav
	{
		position: absolute;
		top: 80px;
		left: 720px;
		width: 230px;
		height: 25px;
	}
	
	#smallNav li
	{
		float: left;
		list-style-type: none;
		list-style-position: inside;
	}
	
	#smallNav li a
	{
		color: #373090;
		text-decoration: none;
		font-size: 9px;
		padding-left: 16px;
		padding-right: 7px;
		margin-right: 7px;
		line-height: 25px;
		border-right: dotted 1px;
	}
	
	#smallNav li a.home
	{	
	 	
	}
	
	#smallNav li a.sitemap
	{	
	 	
	}
	
	#smallNav li a.imprint
	{	
	 	
	}
	
	#mainContent
	{
		/*position: absolute; Macht Probleme in IE */
		/*top: 7px;*/
		/*left: 14px;*/
		width: 900px;
		margin-left: 14px;
		margin-top: 0px;
		height: auto;
		margin-bottom: 7px;
	}
	
	#mainContent #sideBar
	{
		width: 243px;
		height: auto;
		float: right;
		margin-bottom: 10px;
	}
	
	/* Sidebar */
	#sideBar .darkRoundBottom
	{
		width: 243px;
		height: 7px;
		background-repeat: no-repeat;
		background-image: url(imag/bas.gif);
		clear: both;	
	}
	
	#sideBar .sideBarDivision
	{
		margin-bottom: 10px;
	}
	
	#sideBar .sideHead
	{
		background-color: #373090;
		padding-left: 10px;
		padding-right: 10px;
		background-repeat: no-repeat;
		background-image: url(imag/chapeau.gif);
	}
	
	#sideBar h2
	{
	 	font-size: 11px;
	 	display: block;
	 	color: #fff;
	}
	
	#sideBar .sideContent
	{
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #373090;
		border-left: 1px solid #373090;
		height: auto;
	}
	
	#sideBar .sideContent ul li
	{
		list-style-type: none;
	}
	
	#sideBar .sideContent ul li a
	{
		font-size: 10px;
		text-decoration: none;
	}
	
	#sideBar .sideContent ul li a span.titel
	{
		color: #B690BD;
		visibility: visible;
	}
	
	#sideBar .sideContent ul li:hover > a span.titel
	{
		visibility: visible;
	}
	
	#sideBar .sideContent .newsContainer
	{
		width: 223px;
		padding-bottom: 8px;
		padding-top: 8px;
		line-height: 130%;
	}
	
	#sideBar .sideContent .template6
	{
		width: 223px;
	}
	
	#sideBar a
	{
		font-size: 9px;
		text-decoration: none;
	}
	
	#sideBar .sideContent .newsContainer .template6 .headline_template6 a
	{
		font-weight: normal;
		font-size: 11px;
		text-decoration: none;
	}
	
	#sideBar .sideContent span
	{
		font-size: 9px;
	}
	
	#sideBar .sideContent .shorttext_template6
	{
		font-weight: normal;
		font-size: 10px;
	}
	
	#mainContent #content
	{
		width: 650px;
		height: auto;
		float: left;
		margin-bottom: 7px;
	}
	
	#mainContent #content #strukturbild
	{
		width: 650px;
		height: 250px;
		margin-bottom: 7px;
	}
	
	#mainContent #content li
	{
		list-style-position: inside;
	}
	
	#content h1
	{
		font-size: 16px;
		margin-bottom: 8px;
	}
	
	#content h4
	{
		font-size: 12px;
		margin-bottom: 8px;
	}
	
	#content .templateContainer
	{
		margin-bottom: 16px;
	}
	
	#content .img_template1
	{
		float: left;
		margin-right: 16px;
	}
	
	#content .img_template2
	{
		float: right;
		margin-left: 16px;
	}
	
	#content .emphasis
	{
		font-weight: bold;
		color: #873D8E;
		font-size: 11px;
		line-height: 215%;
		
	}
	
	#footer
	{
		width: 900px;
		height: 30px;
		color: black;
		font-size: 9px;
		border-top: 1px solid #373090;
		margin-left: 14px;
		margin-top: 7px; 
		clear: both;
	}
	
	#footer a
	{
		color: #373090;
		font-size: 9px;
		text-decoration: none;
	}
	
	#footer #copyright
	{
		float: left;
	}
	
	#footer #slogan
	{
	 	width: 190px;
	 	height: 14px;
	 	background-repeat: no-repeat;
		
		margin-top: 0px;
		float: right;
	}
	
	#footer #slogan .sloganreplacement
	{
		display: none;
	}
	
	#footer #slogan h3
	{
		font-size: 12px;
	}
	#sitemap
	{
		font-size: 150%;
	}
	
	#sitemap a
	{
		text-decoration: none;
	}
	
	#sitemap ul
	{
		list-style-type: none;
	}
	
	#sitemap a
	{
		border-bottom: 1px dotted #873D8E;
		height: 25px;
		display: block;
	}
	
	#sitemap ul ul a
	{
		padding-left: 25px;
	}
	
	#sitemap ul ul ul a
	{
		padding-left: 50px;
	}

	#sitemap ul ul
	{
		list-style-type: none;
		margin-bottom: 24px;
	}
	
	#sitemap ul ul ul
	{
	 	margin-bottom: 0px;
	}
	
	#formular .formular_input_text
	{
		border: 1px solid #873D8E;
		font-family: tahoma, Arial, "Times New Roman";
		font-size: 11px;
		padding: 3px;
	}
	
	#formular .custumer_sign_in
	{
		float: left;
	}
	
	.image
	{
		border: 0px;
	}
	
	.sidebarLogin .formular_input_text
	{
		border: 1px solid #873D8E;
		font-family: tahoma, Arial, "Times New Roman";
		font-size: 11px;
		padding: 3px;
		width: 150px;
		margin-top: 8px;
	}
	
	.sidebarLogin .label
	{
		margin-top: 8px;
	}
	
	h1 .headline_template4
	{
		font-size: 11px;
		padding-left: 30px;
		font-weight: normal;
	}
	
	.flag
	{
		padding: 1px;
		border: 1px solid #decee3;
	}
	
	-->
	
	<!--[if IE]>
		<style type="text/css" media="screen">
		body {
		behavior: url(../style/csshover.htc); /* call hover behaviour file */
		/*font-size: 100%x;  enable IE to resize em fonts */
		} 
		#menu ul li {
		float: left; /* cure IE5.x "whitespace in lists" problem */
		width: 100%;
		}
		#menu ul li a {
		height: 1%; /* make links honour display: block; properly */
		} 
		
		#menu a, #menu h2 {
		font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
		/* if required use em's for IE as it won't resize pixels */
		} 
		</style>
	<![endif]-->