.noscript
{
	background-color	: #FFFFFF;
	font-family			: arial;
	color				: #CDC5BF;
}

body
{
	background-color	: #FFFFFF;
	font-family			: arial;
	color				: #CDC5BF;
}

.start_img
{
	position			: absolute;
	left				: 50%;
	margin-left			: -190px;
	top					: 20%; 
	font-size			: 16px;
}

a
{
	text-decoration		: none;
	outline				: 0px solid #000000;
	font-size			: 10px;
}

a:link
{
	color				: black;
}

a:visited
{
	color				: black;
}

a:hover
{
	color				: black;
}

a:focus
{
	color				: black;
}

a:active
{
	color				: black;
}

/* Bild erstmal generell ohne Rahmen*/
img
{
	border				: none;
}
