@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.jpg);
	background-color:#405453;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#4c4c4c;
	line-height:9px;
	text-decoration: none;
}

.content2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	line-height:12px;
	text-decoration: none;
}

.content2grau {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	line-height:12px;
	text-decoration: none;
}




.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	line-height:11px;
	text-decoration: none;
}

.link a:hover, .link a:active {
	color:#333;
	text-decoration: none;
}
a:link, a:visited {
	color:#fff;
	text-decoration: none;
}



.headline {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	line-height: 18px;
	text-decoration: none;
	text-shadow:#ccc 1px 1px 3px;
}

a:focus {
	outline:none;
	text-decoration: none;
}
* {
	outline:none;
	border:none;
}
