/***********/
/* generic */
/***********/

body {
	background-color: white;
	color: black;
	font-size: 9px;
	font-family: "Verdana", "Arial", sans-serif;
	margin: 100px 0px 0px 0px;
	padding: 0px;
}
th {
	text-align: left;
}
th, td {
	vertical-align: top;
}
img {
	border: 0px;
}
a {
	outline: none !important;
}
#body {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}


/*********/
/* intro */
/*********/

.intro table {
	width: 100%;
}
.intro img {
	border: 1px solid black;
	height: 57px;
	margin-bottom: 30px;
	width: 83px;
}


/***********/
/* preview */
/***********/

#preview {
	background-position: right top;
	background-repeat: no-repeat;
	height: 80px;
}
#preview .slot {
	float: left;
	min-height: 1px;
	width: 120px;
}
#preview img {
	border: 1px solid black;
	height: 57px;
	padding: 0px;
	width: 83px;
}


/***********/
/* content */
/***********/

#content {
	height: 280px;
	margin: 0px 20px 0px 20px;
	overflow: hidden;
}

#contentimage {
	text-align: center;
}

#contentpagelinks, #contentphotolinks {
	float:left;
	width: 96px; /* 4*(19w+2*1b+3m) */
}
.contentpagelink, .contentphotolink {
	border: 1px solid black;
	display: block;
	float: left;
	height: 12px;
	margin-bottom: 5px;
	margin-right: 3px;
	text-decoration: none;
	width: 19px;
}
.contentpagelink {
	background-image: url('/img/dot.gif');
	background-position: center top;
	background-repeat: repeat-y;
}
.contentpagelink:hover, .contentphotolink:hover {
	background-color: rgb(170, 170, 170);
	color: black;
}
.contentpageimg, .contentphotoimg {
	margin-right: 96px;
	text-align: center;
}
#contentpagelinks #activelink, #contentphotolinks #activelink {
	background-color: rgb(200, 200, 200);
	color: black;
}
#contenttext {
	margin-left: 96px;
	margin-right: 96px;
}
#contenttext a {
	background-color: white;
	color: black;
}
#contenttext th {
	white-space: nowrap;
}

/* downloads */
#contenttext .downloads a {
	text-decoration: none;
}
#contenttext .downloads a:hover {
	background-color: white;
	color: gray;
	text-decoration: none;
}

/* pdf-download */
.downloadpdf {
	font-weight: normal;
}
.downloadpdf a, .downloadpdf a:visited {
	background-color: white;
	color: black;
	text-decoration: none;
}
.downloadpdf a:hover {
	background-color: white;
	color: gray;
	text-decoration: none;
}

/* mail-form */
input, textarea {
	border: 1px solid black;
}
form a {
	text-decoration: none;
}

/**************/
/* navigation */
/**************/

.nav1 {
	margin: 0px 20px 12px 20px;
}
.nav2 {
	height: 280px;
	line-height: 160%;
	margin: 0px 20px 0px 20px;
	overflow: hidden;
}
.nav1 table, .nav2 table {
	width: 100%;
}
.nav2 table {
	margin-top: 18px;
}
.nav2 a {
	background-color: white;
	color: black;
	text-decoration: none;
}
.nav1 .level1 {
	font-weight: bold;
}
.level1 a {
	background-color: white;
	color: black;
	text-decoration: none;
}
.level1 a:hover {
	background-color: white;
	color: gray;
}
.nav2 .level2group {
	font-weight: bold;
}
#activenav {
	background-color: white;
	color: gray;
}

/*****************/
/* footer & text */
/*****************/

.footer {
	margin: 0px 20px 25px 20px;
}
.footer a {
	background-color: white;
	color: black;
	text-decoration: none;
	margin-right: 20px;
}
.footer a:hover {
	background-color: white;
	color: gray;
}

.text {
	line-height: 160%;
	margin: 0px 20px 0px 20px;
}

