/*allgemein*/
.unavailable{
	text-decoration:line-through;
}
a:link, a:hover, a:visited{
	text-decoration:none;
	color:red;
}
img{
	border:none;
}
/*startseite-spezifisch*/
body{
	background-color:black;
	color:white;
	text-align:center;
}
table#wagen{
	width:750px;
	margin:0px auto;
	text-align:center;
}
table#sprachen{
	width:100%;
	text-align:center;
	color:red;
}

