
body, p, td, table, tr, .bodytext, blockquote, ul, ol, li {
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #111111;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
}

#main {
	width: 800px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 7px;
	border-left: 2px dotted black;
}

#galleryLinks {
	color: white;
}

/*
	Navigation
*/

a { color: #116611; }
a:link { text-decoration:none; } /* noch nicht besuchte Ziele */
a:visited { text-decoration:none; } /* besuchte Ziele */
a:hover { text-decoration:underline; } /* Verweise bei "MouseOver" */
a:active {  }  /* Angeklickte Verweise */
a:focus {  }   /* Verweise, die Fokus erhalten */

a.menutop { letter-spacing: 0.2em; font-size: 11px; }
a.menutop:link { text-decoration:none; } /* noch nicht besuchte Ziele */
a.menutop:visited { text-decoration:none; } /* besuchte Ziele */
a.menutop:hover { text-decoration:underline; } /* Verweise bei "MouseOver" */
a.menutop:active {  }  /* Angeklickte Verweise */
a.menutop:focus {  }   /* Verweise, die Fokus erhalten */

.mtsel {
	letter-spacing: 0.2em; font-size: 11px; font-weight: bold;
}

div.menutop {
	margin-right: 15px;
	text-align: right;
	color: #444444;
}

a.menubottom { letter-spacing: 0.2em; font-size: 11px; }
a.menubottom:link { text-decoration:none; } /* noch nicht besuchte Ziele */
a.menubottom:visited { text-decoration:none; } /* besuchte Ziele */
a.menubottom:hover { text-decoration:underline; } /* Verweise bei "MouseOver" */
a.menubottom:active {  }  /* Angeklickte Verweise */
a.menubottom:focus {  }   /* Verweise, die Fokus erhalten */

div.menubottom {
	margin-right: 15px;
	margin-top: 10px;
	text-align: right;
	color: #444444;
}

/*
	Überschriften
*/

h1 {
	font-family: Verdana, arial, sans-serif;
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	letter-spacing: 0.3em;
	margin-top: 15px
}

h2 {
	font-family: Verdana, arial, sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
	letter-spacing: 0.3em;
	margin-top: 15px;
}

/*
	Bereiche
*/

.style1 {
	letter-spacing: 0.2em;
	color: #444444;
}

.style2 {
	letter-spacing: 0.2em;
	color: #ff0000;
}

.box1 {
	border: dashed 1px #444444;
	margin-right: 3px;
	margin-left: 3px;
}