@CHARSET "ISO-8859-1";
@IMPORT url("./css/sklu_standard.css");

body {
	text-align:left;
}

#titel_top{
	width:100%;
	float:left;
}

#titel_turniere{
	width:49%;
	float:left;
}

#titel_turniere ul{
	list-style-type: none;
}

#titel_wannwo{
	width:49%;
  float:left;
}

#titel_wannwo ul{
	list-style-type: none;
}

#titel_nachrichten{
	width:75%;
	float:left;
	margin-top: 10px;
}

#titel_alte_turniere{
}

#titel_bottom{
}

.emphasize_link {
	font-size: x-large;
	font-weight: bolder;
	background-color: olive;
	color: black;
}

/* a:link { text-decoration:none;}
 a:visited { text-decoration:none;}
 a:hover { text-decoration:underline; font-weight:bold; background-color:#0066CC; }
 a:active { text-decoration:none;}
*/