body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs - header                        */
/***********************************************/

#hintergrund{
	width:864px;
	height:1600px;
	left: 50px;
	top: 0px;
	position: absolute;
	z-index: 7;
}


/***********************************************/
/* Fonts Typo                        */
/***********************************************/
.headlines {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #005D8D;
	text-decoration: none;
}
.fliess_big {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #005D8D;
	text-decoration: none;
	font-weight: normal;
}
.fliess_normal {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #005A89;
	text-decoration: none;
}
.buttontext {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.websites {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	color: #005D8D;
	letter-spacing: 1px;
}
a:hover {
	text-decoration: underline;
	cursor:pointer;
}
a:link {
	cursor:pointer;
}
.fliess_big_white {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

