/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 20.07.2009
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
#navbar {
}
 
#navbar ul {
	display: block;
	position: absolute;
	left: 20px;
	top: 18px;
	list-style: none;	
}

#navbar li {
	text-align: right;
}

#navbar a {
	display: block;
	padding-right: 12px;
	color: black;
	width: 160px;
}

#navbar span {
	width: 160px;
}

#navbar a:hover {
	background-image: url(img/navmarker.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	border: none;
	color: #d41111;
}

#ticker {
  position: absolute;
  left: 624px;
  top: 18px;
  width: 352px;
}

#ticker dt {
  color: #010101;
}

#footer {
  display: block;
  position: absolute;
  top: 654px;
  left: 200px;
  width: 410px;
}




