body
{
	margin:0;
	background-image:url(img/background.gif);
	font-family:Arial, Helvetica, sans-serif;
	color:#1b191d;
}

#center
{
	width:920px;
	height:550px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-460px;
	margin-top:-275px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;;
	border-bottom: 5px solid #000;
}

#header
{
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:80px;
}

#navi
{
	height:20px;
	padding-left:90px;
	background-color:#fff;
}


#content
{
	width:860px;
	height:450px;
	padding-left:25px;
	padding-top:10px;
	padding-right:20px;
	
}

/********************Menü****************************/
ul.navi
{
    				list-style: 		none;
    				margin:				0;
    				padding:			0;
    				width:				100%;
					font-size:			13px;
					font-weight:		bolder;
				
}
ul.navi ul
{
    				list-style: 		none;
    				margin:				0;
    				padding: 			0;
					display:			none;
					position:			absolute;
					width:				13em;
}
ul.navi li
{
    				float:				left;
}
ul.navi li li
{
    				position: 			relative;
					float:				none;
}
ul.navi a
{
    				display:			block;
}
ul.navi ul a
{
    				height:				100%;
}
ul.navi a
{
   					background-color:	#fff;
   					color:				#1b191d;
    				padding-left:		10px;
					padding-right:		20px;
					padding-top:		1px;
					padding-bottom:		2px;
   					text-decoration:	none;
}
ul.navi a:hover
{
       				background-color:	#fff;
    				color:				#0000ef;
}
ul.navi ul
{
   					border:				1px; 
					border-color:		#1b191d;
					border-style:		solid;
}
ul.navi ul a
{
   					background-color:	#fff;
    				color:				#0000ef;
    				padding:			4px;
    				text-decoration:	none;
}
ul.navi ul a:hover
{
    				background-color:	#fff;
    				color:				#1b191d;
}
ul.navi li:hover ul ul, ul.navi li:hover ul ul ul, ul.navi li:hover ul ul ul ul	{display:none;}
ul.navi li:hover ul, ul.navi ul li:hover ul, ul.navi ul ul li:hover ul			{display:block;}


/************Navi-Sprache*************/

a:link 
{
	color:#1b191d; 
	text-decoration:underline;
}

a:visited 
{
	color:#1b191d;
}

a:hover 
{
	color:#0000ef;
}

a:active 
{
	color:#0000ef;
}
.important
{
	color:#e60003;
	font-size:18px;
}


