@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background-color: black;

	color: #999;
	font-family: verdana, serif;
}

img {
	border-width: 0px;
}

/* Print the Site Title in 32pt */

h1 {
	margin-top: 0px;
	font-size: 32pt;
}

h3 {
	margin: 20px 60px 0px -60px;
	padding: 8px 0px 10px 8px;
	height: 10px;
	right: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999;
	color: #999;
	background-color: #222;
	font-size: 18pt;
	font-weight: 900;
	line-height: 11px;
}


/* Link: Colors, etc... */

a {
	color: #aaa;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #aaa;
	background-color: #000;
	font-weight: bold;
}
a:visited {
	color: #aaa;
	background-color: #000;
	font-weight: bold;
}
a:hover {
	color: #eee;
	background-color: #000;
}


/* Subtitle: colors, size, etc... */

#Header h2 {
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 15px 225px;
	height: 14px;
	right: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #999;
	color: #999;
	background-color: #222;
	font-size: 18pt;
	font-weight: 900;
	line-height: 11px;
}


/* Menu: colors, size, position, etc... */

#Menu {
	position: fixed; 

	top: 30px;
	left: 30px;
	padding: 15px;

	text-align: left;

	color: #999;
	background-color: #111;
	border: 1px solid #999;

	line-height: 17px;
}

#Menu a {
	color: #aaa;
	background-color: #111;
	display: block;
	/*
	display: inline;
	*/
	font-size: 14px;
	padding: 2px;
}
#Menu a:link {
	color: #aaa;
	background-color: #111;
}
#Menu a:visited {
	color: #aaa;
	background-color: #111;
}
#Menu a:hover {
	color: #eee;
	background-color: #111;
}

#Menu a.cur {
	color: #eee;
	background-color: #111;
}


#Stds {
	position: fixed;
	
	padding: 0px;
	bottom: 10px;
	left: 10px;

	width: 130px;

	color: #999;
	background-color: #000;
	border: 1px solid #555;
}
#Stds img {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Site Content Settings */

#Content {
	margin:0px 100px 50px 235px;
	padding: 20px;
}

/*dt {
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	margin-top: 1em;
}*/

dt {
	margin: 20px 60px 0px -60px;
	padding: 8px 0px 10px 8px;
	height: 10px;
	right: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999;
	color: #999;
	background-color: #222;
	font-size: 18pt;
	font-weight: 900;
	line-height: 11px;
}

/* Stolen indirectly from w3c */

#Gallery img {
	border: thin #888 solid;
}
#Gallery a {
	color: #aaa;
	background-color: #111;
}
#Gallery a:link {
	color: #aaa;
	background-color: #111;
}
#Gallery a:visited {
	color: #aaa;
	background-color: #111;
}
#Gallery a:hover {
	color: #eee;
	background-color: #111;
}

table.gallery {
	background-color: #111;
	padding: 10px;
	padding-top: 30px;
	border: 1px solid #aaa;
}

.infotext {
	color: #fff;
	background-color: #fff;
}

.thumbs {
  float: left;
  margin: 2px;
	left: 20px;
}
.bilder {
  border: solid 2px black;
  border-radius: 6px;
  float: left;
  width: 75%;
  margin-left: 200px;
}


div.figure {
  float: left;
  width: 40%;
  height: 220px;
  border: thin #999 solid;
  margin: 0.5em;
  padding: 0.5em;
  padding-top: 1em;
  text-align: center;
  color: #999;
  background-color: #111;
}

p.caption {
  font-style: italic;
  font-size: smaller;
  text-indent: 0px;
}
pre {
	color: #aaa;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
}
