a {
	color: #FFC600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-attachment: fixed;
	background-color: #061206;
	background-image: url(background_summer.png);
	background-position: right top;
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	margin: 0.5em;
}

div {
	border-color: #122412;
	color: #FFFFFF;
}

div.footer {
	margin-top: 40px;
	padding-top: 10pt;
	
	clear: both;
	font-family: courier, sans-serif;
	font-size: 0.6em;
}

div.main {
	background-color: #244824;
  	background-image: url(divMainBackground_summer.png);
  	background-repeat: repeat-y;

	border-style: solid;
	border-width: medium;

	margin-bottom: 24px;	
	margin-left: 20em;
	margin-top: 24px;

	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
	width: 588px;	
}

div.toc {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}

div.toc a { 
	display: block;
	font-family: georgia, serif;
	font-size: 1.3em;
	margin-bottom: 0.3em; 
	margin-top: 0.3em; 
}

div.toc h1 {
	font-size: 1.6em;
	margin-top: 14pt;
	text-align: left;
}

div.toc h2 {
	font-size: 1.4em;
	text-align: left;
}

div.toc h3 {
	font-size: 1.4em;
	margin-left: 10pt;
	text-align: left;
}

dt {
  font-weight: bold;
	margin-top: 0.5em;
}

/* this is a fix for IE. position should be fixed in div.toc */
body>div.toc {position: fixed}

h1 {
	color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 3.4em;
	font-weight: bold;
	margin: 0em;
	text-align: right;
}

h2 {
	color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 2.4em;
	margin: 0em;
	text-align: right;
}

h3 {
	color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 1.6em;
	margin-bottom: 10pt;
	margin-top: 0pt;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 5pt;
	margin-top: 10pt;
}

img {
	border: 0pt;
}

/* should contain pictures that have a width of 200 pixels. Used on divs without a heather */
img.floating_top_left {
	border: solid;
	border-color: #122412;
	border-width: thick;
	float: left;
	margin-bottom: 10pt;
	margin-right: 10pt;
}

/* should contain pictures that have a width of 200 pixels. Used on divs with a heather */
img.floating_top_right {
	border: solid;
	border-color: #122412;
	border-width: thick;
	float: right;
	margin-bottom: 10pt;
	margin-left: 10pt;
}

/* should contain pictures that have a width of 580 pixels (recommended height is 435) */
img.gallery {
	border: solid;
	border-color: #122412;
	border-width: thick;
	margin-bottom: 10px; 
	margin-top: 20px;
}

/* this is used to put 16x16 images to the right inside a h4 section */
img.h4_16 {
	margin-left: 10px;
}

/* like tool but without bottom border */
img.marker {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* should contain the picture named externalLink.png */
img.tool {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.tool:hover {
	border-bottom: solid;
	border-color: #FFC600;
	border-width: 3px;
	margin-bottom: 7px;
}

li {
  margin-top: 0.25em;
}

p {
  color: #F2F2F2;
	margin-top: 0pt;
	text-indent: 2em;
}

p.imageCopyright {
	color: #FFFFFF;
	float: right;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 6pt;
	margin-left: 6pt;
	margin-right: 10pt;
	margin-top: 0pt;
	text-indent: 0em;
}

p.imageCopyright:before {
	content: "(c) "
}

p.imageNote {
	color: #FFFFFF;
	font-style: italic;
	margin-top: 0pt;
	margin-bottom: 10px;
	text-indent: 0em;
}

table {
	border-spacing: 1em;
}

th {
	text-align: left; 
	font-weight: bold 
}
