@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-image: url(2007v1_1x1px_a1bbca.gif);
}

/* Containers, holders and predefined DW id's */

#DWMain {
	position: absolute;
	float: left;
	width: 963px;
	min-height: 100%;
	background-image: url(2007v1_sitebackground.gif);
	background-repeat: repeat-y;
}

#logoholder {
	float: left;
	display: inline;
	width: 955px;
	margin: 0px 0px 0px 4px;
}

#DwTopGraphic {
	position: relative;
	float: left;
	display: inline;
	width: 906px;
	height: 19px;
	margin: 0px 4px 0px 41px;
	padding: 0px 0px 0px 12px;
	background-image: url(/files/navigation/2007v1_tm_background.gif);
	background-repeat: no-repeat;
}

#topgraphicholder {
	position: relative;
	float: left;
	display: inline;
	width: 447px;
	height: 106px;
	margin: 11px 0px 0px 41px;
}

#searchboxholder {
	position: relative;
	float: left;
	display: inline;
	width: 234px;
	height: 106px;
	margin: 11px 0px 0px 0px;
	background-image: url(/files/system/2007v1_1x1px_5f5f5f.gif);
	background-repeat: repeat;
}

#contentcontainer {
	position: relative;
	float: left;
	display: inline;
	width: 640px;
	min-height: 300px;
	margin: 30px 0px 0px 42px;
	padding: 0px 40px 0px 0px;
}

#rightboxholder {
	position: relative;
	float: right;
	display: inline;
	width: 214px;
	text-align: center;
	margin: 0px 27px 0px 0px;
	padding: 15px 0px 0px 0px;
}

#rightboxholder img {
	margin: 0px 0px 7px 0px;
}

/* Dropdown */
.dropdownhide {
	width: 150px;
	visibility: hidden;
	position: absolute;
	display: none;
}

.dropdownshow {
	width: 150px;
	visibility: visible;
	position: absolute;
	z-index: 100;
	display: block;
}

.menutable {
	border-style: Solid;
	border-color: #AAAAAA;
	border-width: 1px;
	width: 150px;
}

.inactive, .inactive TD {
	background-color: #DDDDDD;
	cursor: pointer;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #336699;
	font-weight: normal;
	height: 22px;
}

.active, .active TD {
	background-color: #336891;
	cursor: pointer;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	height: 22px;
}

.spacer {
	background-color: #AAAAAA;
	height:1px;
}

/* Paragraphs */

#paragraph_standard {
	position: relative;
	float: left;
	display: inline;
	width: 640px;
	padding: 0px 0px 18px 0px;
}

#paragraph_imageleft {
	position: relative;
	float: left;
	display: inline;
	width: 640px;
	padding: 0px 0px 18px 0px;
}

#paragraph_newslist {
	position: relative;
	float: left;
	display: inline;
	width: 375px;
	padding: 14px 0px 18px 0px;
}

#paragraph_calender {
	position: relative;
	float: right;
	display: inline;
	width: 191px;
	height: 308px;
	overflow: hidden;
	padding: 40px 20px 18px 20px;
	background-image: url(/files/system/2007v1_kalenderbackground.gif);
	background-repeat: no-repeat;
}

#paragraph_calender ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#paragraph_calender li {
	margin: 0;
	padding: 0 0 10px 0;
}


#paragraph_leftcolumn {
	position: relative;
	float: left;
	display: inline;
	width: 231px;
	margin: 0 30px 0 0;
}

/* Text, image and link styles */
#contentcontainer h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #336699;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

#contentcontainer h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.8em;
	font-weight: bold;
	margin: 4px 0px 7px 0px;
}

#contentcontainer p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

#contentcontainer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

#contentcontainer a:link {
	color: #336699;
	text-decoration: underline;
}

#contentcontainer a:active {
	color: #336699;
	text-decoration: underline;
}

#contentcontainer a:hover {
	color: #336699;
	text-decoration: underline;
}

#contentcontainer a:visited {
	color: #336699;
	text-decoration: underline;
}

#paragraph_standard img {
	border-width: 1px;
	border-color: #c5c5c5;
	border-style: solid;
	margin: 0px 0px 10px 25px;
	float: right;
}

#paragraph_imageleft img {
	border-width: 1px;
	border-color: #c5c5c5;
	border-style: solid;
	margin: 0px 25px 10px 0px;
}