body{
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	background-color: black;
	color: white;
}

body, td, textarea{
	font-family: helvetica, arial;
	font-size: 12px;
	}

textarea{
	width: 400px;
	height: 200px;
	color: #3F3F3F;
	}

h1, h2{
	margin: 2px;
	margin-left: 0px;
	}

h1{
	border-bottom: 1px dashed black;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-family: 'Book Antiqua', 'Times New Roman';
	}

h2{
	font-weight: normal;
	font-family: 'Times New Roman';
	}

form{
	display: none;
	}

a{
	color: #3F3F3F;
	text-decoration: underline;
	letter-spacing: 2px;
	}

a:hover{
	text-decoration: none;
	}


/* IDs */
/*--------------------------------------------------------------------------*/
#bannerLeft, #bannerRight, #menuBar, #content, #separator{
	position: absolute;
	}

#bannerLeft{
	top: 0px;
	left: 0px;
	width: 271px;
	height: 269px;
	background-image: url(header_left.gif);
	background-repeat: no-repeat;
	}

#bannerRight{
	top: 0px;
	left: 271px;
	width: 529px;
	height: 85px;
	}

#menuBar{
	top: 100px;
	left: 271px;
	height: 30px;
	width: 529px;
	text-align: right;
	}

#separator{
	top: 130px;
	left: 200px;
	width: 600px;
	height: 5px;
	background-color: white;
	border-bottom: solid 5px black;
	z-index: 100;
	}

#content{
	top: 140px;
	left: 200px;
	width: 584px;
	background-color: white;
	padding: 8px;
	color: #3F3F3F;
	}

#notice{
	position: absolute;
	top: 280px;
	left: 12px;
	width: 177px;
	}

#form-module-thanks{
	font-weight: bold;
	color: green;
	}


/* Classes */
/*--------------------------------------------------------------------------*/

span.active, span.inactive{
	background-color: white;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-left: 5px;
	background-image: url(menu_corner.gif);
	background-repeat: no-repeat;
	height: 20px;
	}
span.active a, span.inactive a{
	font-family: Tahoma;
	color: black;
	text-decoration: none;
	font-weight: bold;
	width: 105px;
	letter-spacing: 1px;
	}
#notice a{
	color: white;
	font-weight: bold;
	letter-spacing: 0px;
	}

form.contactForm{
	display: block;
	}

.browsearticles{
	margin: 10px 0;
	text-align: center;
}

.browsearticles a{
	font-weight: bold;
}

/* JAOS Gallery
*******************************************************************************/

span.jaosg_thumbnail a{
	height: 139px;
	margin-right: 5px;
	}
a.galNavigation{
	letter-spacing: 1px;
	font-weight: bold;
	}

img.jaosg_thumbnail{
	border: 1px solid #BABABA;
	}

img.jaosg_thumbnail:hover {
	border: 1px solid black;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
	border: 1px solid #BABABA;
}

.jaosg_bildbeschreibung {
	text-align: center;
}

