a.menu:visited,a.menu:link
	{
		color: white;	text-decoration:none;
	}
a.menu:hover{color: lightblue;text-decoration:none;}	

a.menu:active{color: lightyellow;text-decoration:none;}	

	body,.tdMain
	{
		font-family:Verdana,Arial;	
		font-size:11px;
	}
	
	p,li,.tdKontakt
	{
		font-family:Verdana,Arial;	
		font-size:11px;
		color: black;
	}

	h1 
	{	
		font-family:Times,Verdana,Arial;	
		font-size:25px;
		font-style:italic;
		color: black;
		position:relative;left:10;top:5;
		
	}
	
.oZoom 
	{
		zoom: 1;
	} 



/* Jello */
body {
	padding: 0 350px 0 350px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background: black;
}

#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE6 is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }


/* * * * * * * * * * * * * * * * * */

#sidebar {
	width: 20%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin-left: 6%;
}

#content {
	width: 62%;
	margin-right: 8%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
}


/* http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

