A  {
	text-decoration: none;
	color: white;
}

A:Visited  {
	text-decoration: none;
	color: white;
}

A:Active  {
	text-decoration: none;
	color: black;
}

A:Hover  {
	text-decoration: none;
	color: black;
}

A.schwarzrahmen  {
    border-color: black;
	border-width: 1px;
	border-style: solid;
}

A:Visited.schwarzrahmen  {
    border-color: black;
	border-width: 1px;
	border-style: solid;
}

A:Active.schwarzrahmen  {
    border-color: white;
	border-width: 1px;
	border-style: solid;
}

A:Hover.schwarzrahmen  {
    border-color: white;
	border-width: 1px;
	border-style: solid;
}

BODY.cozmic  {
	background-color : #cacaca;
	color : White;
	background-image: url(../website_hintergrund.jpg);
    background-repeat:no-repeat;
}

div.content01 {
    background-image: url(../Bilder/transkachel.gif);
    color: white;
    font: Arial, Verdana, Helvetica;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    padding: 5px;
    height: 280px;
    width: 535px;
    left: 255px;
    top: 305px;
    position: absolute;
}

div.content02 {
    background-image: url(../Bilder/transkachel.gif);
    background-repeat:repeat;
    font: Arial, Verdana, Helvetica;
    color: white;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
	font-stretch: normal;
    line-height: 17px;
    padding: 5px;
    height: 280px;
    width: 335px;
    left: 455px;
    top:305px;
    position: absolute;
}

div.navigation {
    padding: 5px;
    height: 140px;
    width: 105px;
    left: 65px;
    top: 450px;
    position: absolute;
}

p.kleiner {
    font-size: 14px; 
	line-height: 15px;
}