/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #810000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #810000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 16px;
}
body {
	background-color: #CCCCCC;
	margin: 20px;
}
#masterbox {
	position: relative;
	z-index: 1;
	background-color: #E6E6E6;
	width: 760px;
	text-align: left;
}
#headbox {
	background-color: #FFFFFF;
	width: 100%;
	height: 96px;
}
#topnavbox {
	position: absolute;
	left: 12px;
	top: 5px;
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navbox {
	position: absolute;
	left: 85px;
	font-size: 10px;
	top: 58px;
}
#logobox {
	position: absolute;
	top: 0px;
	right: 0px;
}
#linebox {
	background-image: url(../images/ds_screen_10.gif);
	width: 100%;
	height: 7px;
}
#backbox {
	position: absolute;
	right: 0px;
}
#subnavbox {
	left: 85px;
	width: 300px;
	height: 20px;
	position: relative;
	font-weight: bold;
	color: #810000;
	padding-left: 7px;
	padding-top: 7px;
}
#contentbox {
	left: 85px;
	width: 500px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
}
#contentbox_wide {
	left: 85px;
	width: 600px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 7px;
	padding-right: 7px;
}
#bottomnavbox {
	left: 85px;
	width: 450px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
}
#ecke_ol {
	position: absolute;
	left: 0px;
	top: 0px;
}
#ecke_or {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
#ecke_ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
#ecke_ur {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.imgBorder {
	border: 1px solid #666666;
}

