	body 		{
				background-color:#fffffc
				}
	h2	 		{
				color:#cc0000
				}
	#kurs img 	{
				display: block;
				margin-left: auto;
				margin-right: auto;
				}
	img.kufo 	{
				width: 360px;
				}
	img.kufoho 	{
				width: 240px;
				}
  	#kurs h4 {
  				text-align:left;
				font-size: 1.0em;
  				}
  	#kurs div 	{
  				float:left;
				width: 60%
  				}
	#brett 		{
				width: 30%;
				}
	#carmen		{
				width: 30%;
				float:left;
				margin-right:50px;
				}
	#logo 		{
				width: 10%;
				}
	hr	 		{
				clear: left;
				}
	.modul 		{
				width: 30%;
				float: left;
				clear: left;
				padding: 20px;
				}
	ul.modulul 	{
				padding-left: 20px;
				margin-left: 20px;
				}
	ul.kufo li	{
				display: inline;
				list-style-type: none;
				padding-right: 10px;
				}
/*	#box3 li 	{
				list-style-position: inside;
				text-indent: -100px
				}
	.lii 		{ 
				display:block; 
				width:100px;
				float:left;
				}*/ 
	ul#moli 	{
				font-size: 0.8em;
				line-height: 1.5em;
				}

/* ---------------- tooltip für Bilder ---------------------------*/ 

/* Remove the images and text from sight */
a.tooltip span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
    
/* styling the :hover span */
a.tooltip:hover span {
    position:fixed; 
    width:auto; 
    height:auto; 
    top:20%; 
    left:40%; 
    text-align:center;
	background:#ddecff;
    }
