BODY {
	color : #FFFFCC;
	background-color : #660000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	margin : 0px;
	padding : 0px;
}

#introtitle {
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
	text-align : center;
	vertical-align : middle;
	padding : 3px;
}

#flags td {
	padding : 3px;
}

.introimage{
	background-image : url(/images/startbild.jpg);
	background-position : center;
	background-repeat : no-repeat;
}

a:link {
	color : #FFFF99;
	text-decoration : none;
}
a:visited {
	color : #FFFF99;
	text-decoration : none;
}

a:hover {
	color : #FFCC33;
	text-decoration : underline;
}

.fuss {
	font-size : 10px;
}

.noview {
	visibility : hidden;
}