* { 
	padding: 0;
	margin: 0; 
	}

body { 
	margin: 0 auto; 
	padding: 0; background: #FFFFFF url(images/topbg.jpg) repeat-x top; 
	font: .8em Verdana, Arial, Sans-Serif; 
	line-height: 1.4em;
	color : #000000; 
	}

.content { 
	margin: 0 auto; 
	padding: 0; 
	width: 800px;	
	background: transparent url(images/header.jpg) no-repeat top center; 
	}

#top {   
	width: 800px; 
	height: 111px; 
	}
	
#top-titel {	
	height: 72px;	
	width: 800px;	
	margin: 0;	
	padding: 0; 
	}

#blank{
	height: 28px;
	background: transparent;
	width: 800px;
	margin: 10px 0;
	color: #AAA;
	padding-left: 0px;
	font-size: 0.8em;
	}

#topmenu { 
	float: right; 
	margin: 0; 
	padding: 0; 
	background: transparent; 
	height: 31px; 
	width: 800px; 
	}
	
#topmenu  ul { 
	list-style: none; 
	padding: 9px 0; 
	margin: 0; 
	float: right; 
	background-color: transparent; 
	}
	
#topmenu li {
   width: auto !important;
   width: 0%;
   float: left;
   margin: 0;
   font-size: 10px;
   line-height: 30px;
   white-space: nowrap;
   background: url(images/menu-left.gif) top left no-repeat;
   background-color: transparent; 
   list-style: none;
   padding-right: 2px;
	}

#topmenu a {
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 1.1em;
   display: block;
   padding-left: 0px;
   padding-right: 10px;
   text-decoration: none;
   color: #FFFFFF;
   background: url(images/menu-right.gif) top right no-repeat;
   margin-top: 0px;
   margin-left: 9px;
	}

#topmenu a.current { font-weight: bold }

#main { 
	margin: 0 auto; 
	width: 800px; 
	padding-top: 0px; 
	background: transparent; 
	} 
	
a { 
	color: #0492D0; 
	background: inherit; 
	}
	
h1 { 
	font: bold 1.9em Arial, Arial, Sans-Serif; 
	color: #0492D0;
	padding: 0; 
	margin: 0; 
	}
	
ul {  padding: 0; margin: 0; }

li { list-style-type: none; }

#left { 
	float: left;
	width: 550px; 
	padding: 0; 
	color: #000000; 
	background: #FFFFFF; 
	}
	
#left p { 
	color: #000000; 
	text-align: justify; 
	margin: 7px 0 7px 0; 
	background: inherit;
	}
	
#left ul { 
	list-style-position: inside; 
	margin-left: 2px; 
	}
	
#left ul li { 
	list-style-type: square;
	margin-left: 15px; 
	}

#right {	
	float: right; 
	width: 210px; 
	margin: 0; 
	background: #FFFFFF 
	}
	
#right h2 { 
	color: #FFFFFF; 
	border-bottom: 4px solid #000000; 
	font-size: 0.9em;
	padding-left: 8px;
	line-height: 20px;  
	background: #a1a1a1 url(images/right-bx.jpg) no-repeat top center;
	margin-bottom: 5px;
	}

#right .box { 
	border: none; 
	padding: 0px 0 10px 0; 
	margin: 0 0 1em 0; 
	background: #F5F5F5 url(images/right-box.jpg) no-repeat bottom center; 
	}
	
#right .box ul { padding-left: 8px; }

#right .box li a { 
	text-decoration: none; 
	font-size: 0.9em; 
	}

#footer { 
	clear: both; 
	border-top: 2px dotted #0492D0; 
	margin: 0 0 3em 0; 
	color: #777; 
	font-size: 0.8em; 
	background: #FFFFFF; 
	}
	
#footer .right  { 
	float: right; 
	text-align: right; 
	background: #FFFFFF; 
	}
	
#footer a { 
	text-decoration: none; 
	background: #FFFFFF; 
	}