body, html
{
	background-color: #191919;
	font-size: 12px;
	color: #D1CDCD;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

.small_dot, .large_dot
{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-right: 14px;
	overflow: hidden;
}

.small_dot
{
	margin-right: 17px;
	margin-top: 5px;
	width: 6px;
	height: 6px;
}

.large_dot
{
	width: 14px;
	height: 14px;
}

#navigation_area, #logo, #main_content, #tooltip, #popup, #images, #subnavigation_area
{
	position: absolute;
	left: 100px;
	overflow: hidden;
}

#navigation_area
{
	left: 83px;
	top: 214px;
	font-size: 1.3em;
	min-width: 632px;
}

#logo
{
	left: 99px;
	top: 420px;
	height: 14px;
	width: 522px;
}

#main_content
{
	top: 457px;
	left: 300px;
	padding-top: 10px;
	width: 322px;
	overflow: visible;
	line-height: 1.2em;
}

#tooltip
{
	top: 360px;
	left: 300px;
	width: 332px;
	padding-top: 10px;
}

#popup
{
	top: 467px;
	display: none;
}

#images
{
	top: 260px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
	padding-left: 100px;
	white-space: nowrap;
}

#subnavigation_area
{
	top: 14px;
	height: 192px;
	width: 0px;
	overflow: visible;
}

.subnavigation
{
	position: absolute;
	bottom: 0px;
	visibility: hidden;
	width: 600px;
	overflow: visible;
}

.subnavigation_item
{
	height: 20px;
	overflow: visible;
}

#image_mag
{
	display: none;
	background-color: #191919;
	width: 12px;
	height: 13px;
	position: absolute;
	z-index: 5;
	line-height: 8px;
	font-size: 1.3em;
	padding-left: 3px;
	padding-top: 2px;
	cursor: pointer;
}

.subnavigation_item a,
#navigation_area a
{
	color: #D1CDCD;
	text-transform: lowercase;
}

.subnavigation_item .small_dot
{
	margin-top: 6px;
	display: block;
}

#navigation_area .small_dot
{
	margin-left: 17px;
}

#navigation_area span,
#navigation_area a
{
	float: left;
}

#logo img
{
	margin-right: 62px;
	float: left;
}

#images img
{
	float: left;
	height: 100px;
}

/*Override of some ugly Typo-3 styles*/
.csc-mailform, fieldset, csc-frame
{
	border: 0px solid black !important;
	padding: 0px !important;
	margin: 0px !important;
}

label, textarea, input
{
	width: 140px !important;
}

label
{
	display: block;
	float: left;
	clear: left;
}
