
a, a.default
{
	color:;
}

img#titleImg, 
div#footer,
div#headerLeft ul li a:hover,
div#headerLeft ul li a.active
{
	background-color:;
	color:;
}
div#headerLeft ul li strong
{
	font-weight:normal;
}
h1#tippopuphead 
{
	background-color:;
	color:;
	padding: 2px;
	font-weight: bold;
}

p#tippopupinhalt
{
	padding: 2px;
}

div#tippopup
{
	border: 1px solid ;
	width: 200px;
	position: absolute;
	z-index:2;
	/*
	opacity: .9;
	filter: alpha(opacity=90);
	*/
	visibility: hidden;
    background-color: #FFF;
    left:0px;
    top:0px;
}


div#headerLeft
{
	border-bottom:5px solid }
ul.insUl li a
{
	color:;;
}
div.ins
{
	border-bottom:1px solid ;
}

div#footer ul li a
{
	color:;
	text-decoration: none;
}

/*Hover Menu Styles
------------------------------------------------------------------*/
#headerLeft ul li ul 
{
	width:90px;
  	display: none;
  	position: absolute;
  	left:0px;
  	top:25px;
	z-index:100;
}

#headerLeft ul li:hover ul,
#headerLeft ul li.mover ul
{ 
	display: block;
	width:115px;
	color:;
}

#headerLeft ul li ul li
{
	list-style-type:none;
}

#headerLeft ul li ul li a {
	display:block;
	height:16px;
	width:95px;
	color:;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid ;
}

#headerLeft ul li ul li.firstelement{
	border-top:5px solid ;
}

#headerLeft ul li ul li.lastelement{
	border-bottom:5px solid ;
}