@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #CCCCCC;
	height: 100%;
	background-image: url(images/nav_back.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

.top_trans {
	height: 162px;
	position: absolute;
	z-index: 2;
	width: 955px;
}
.content {
	margin-top: 110px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	width: 670px;
	overflow: auto;
}
.content_tekst {
	margin-left: 45px;
	margin-right: 45px;
	background-image: url(images/logo_dbhd.jpg);
	background-repeat: no-repeat;
	background-position: 150px bottom;
	padding-bottom: 175px;
	margin-bottom: 25px;
}

.nav_left {
	margin-top: 0px;
	height: 100%;
	width: 265px;
	position: absolute;
	z-index: 1;
	padding-top: 110px;
	float: left;
}
#intro_ani {
	position:absolute;
	top: 50%;
	left: 50%;
	width:352px;
	height:321px;
	margin-top: -176px; 
	margin-left: -160px;

}
a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}
table {
	border: 1px solid #cc0000;
}
td {
	border: 1px solid #cc0000;
}