img {
	border: 0px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

h3 {
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
}

html {
	background-color: #d8e6ff;
}


.content {
	width: 758px;
	float: center;
	margin-top: 10px;
	
}

.content_header {
	background-image: url('../images/content_header.jpg');
	width: 758px;
	height: 10px;
	float: center;
}

.content_center {
	background-image: url('../images/content_center.jpg');
	padding-left: 32px;
	padding-bottom: 10px;
	float: center;
	width: 726px;
}

.content_center img {
	border: 2px solid white;
}

.content_center img:hover {
	filter: alpha(Opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	background-color: white;
	cursor: pointer;
}

.content_footer {
	background-image: url('../images/content_footer.jpg');
	width: 758px;
	height: 10px;
	float: center;
}

.video {
	float: center;
	width: 165px;
	margin-top: 10px;
	margin-right: 10px;
}

.video .titel {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	font-weight: bold;
	color: white;
}

.footer {
	width: 758px;
	float: center;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

