/* Farben
helles blau:	#1f82c0
dunkles blau:	#006ab2
grau:		#ececed
orange:		#ee7f00
*/

/* preload der Grafiken muss noch eingebaut werden */

html,body
{
	background: none;
	min-width: 0px;
}
#content a:link,#content a:visited
{	background: none;
	padding-left: 0;
	text-decoration: underline;
}


div#topbar
{
         min-width: auto;
         width: auto;
         background: none;
}

div#container
{
	background: none;
         min-width: 0px;
         max-width: 2000000px;
         min-height: 0px;
}

div#sidebar {
	display: none;
}

/*--------------   Top Bar    -----------------*/
#top_people , #top_pic_bar, #top_left {
	display: none;
}

#top_hsg {
	position: absolute;
         width: 292px;
         color: #1f82c0;
	text-align: center;
}

div#navbar 
{
	display: none;
}

/*------------- Inhalt -------------------*/
div#content
{
	overflow: visible;
	max-width: 2000000px;
}

.odd {
      
         background: none;
}

.even {
         background: none;
}

.ical-link
{
	display: none;
}


/* Startseite */

#content div.odd a, #content div.even a {
	font-size: 14px;
	text-decoration: underline;
         padding-left: 0px;
	background: none;
}


/*-------- Footer --------*/
div#print_foot
{
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #006ab2;
}

div#footer
{
	display: none;
}

