@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}

#panorama,
#container,
#nav {
	width: 951px;
}

#container {
	position: relative;
	height: 603px;
	margin: 0 auto;
	margin-top: 30px;
}

#logo {
	position: absolute;
	top: -20px;
	right: 0;
	background: url(../img/dav_logo.gif) no-repeat top left;
	height: 45px;
	width: 93px;
}

#panorama {
	position: relative;
	height: 603px;
}

#nav {
	height: 40px;
	background-color: #333;
	border-bottom: 1px solid black;
}

/*/// MENU ////////////////////////////////////*/

#menu li {
	display: block;
	float: left;
	list-style: none;
	color: #fff;
	font-weight: bold;
	background-color: #333;
	padding: 13px 20px 12px 20px;
	text-decoration: none;
	border-right: 1px solid #000;
}

#menu li:hover {
	background-color: #666;
	cursor: default;
}
		
#menu li ul {
	margin-top: 12px;
	margin-left: -20px;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #000;
	z-index: 2;
}
		
#menu li ul li {
	display: block;
	float: none;
}
		
#menu li ul li {
	border: 0;
	font-weight: normal;
}
		
#menu li ul li:hover {
	background: #666;
	cursor: default;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#content {
	position: absolute;
	background: url(../img/trans.png) repeat;
	top: 85px;
	right: 50px;
	width: 470px;
	height: 540px;
	padding: 20px;
	color: #FFF;
}

#content_header {
	width: 100%;
	margin-bottom: 20px;
}

#content_main {
	width: 99%;
	height: 458px;
	text-align: justify;
	overflow: auto;
	padding-right: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content_main img {
	border: 1px solid #999;
}

#content_main p.tiefer {
	margin-top: 30px;
}

#content_main table {
	margin-left: 20px;
}

#content_main td {
	padding-right: 20px;
}

.more {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

table.small {
	font-size: 11px;
}

table.small td {
	padding: 5px 0;
}

.right {
	text-align: right;
}

.underline {
	border-bottom: 1px solid #333;
}

#innerNav table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#innerNav {
	position: absolute;
	bottom: 20px;
	width: 485px;
}
