html 
{
height: 100%; 
margin-bottom: 1px; 
}

body 
{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background:url(../img/main/bg.jpg) no-repeat top center ;
	background-color: #5A6173;
}

img 
{
	behavior: url("../pngbehavior.htc");
}

* html a.bilderlink 
{
border: 1px solid #BBD1A4;
} 
* html a.bilderlink:hover 
{
border: 1px solid white;
} 
.bilderlink img 
{
border: 1px solid #BBD1A4;
} 
.bilderlink img:hover 
{
border: 1px solid white;
} 


a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.content:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a.content:visited {
	text-decoration: none;
	color: #333333;
}
a.content:hover {
	text-decoration: none;
	color: #000000;
}
a.content:active {
	text-decoration: none;
	color: #333333;
}

a.veranstaltung:link {
  color:            #000000;
  text-decoration:none; 
}

a.veranstaltung:visited {
  color:            #000000;
  text-decoration:none; 
}

a.veranstaltung:hover {
  color:            #006500;
  text-decoration:none; 
}

a.veranstaltung:active {
  color:            #000000;
  text-decoration:none; 
}

.tooltip2 {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 0px;
	left:-500;
}

