/* ----------------------------- */
/* ------ Begin HTML-Tags ------ */
/* ----------------------------- */

html {
	margin:0px;
	padding:0px;
	height:100%; width:100%;
	background:url(grafik/body_back.gif); background-repeat:repeat-y;
	background-color:#E7E7E7; color:#101010;
	}

body {
	margin:0px;
	padding:0px;
	height:100%; width:100%;
	background:url(grafik/body_back.gif); background-repeat:repeat-y;
	background-color:#E7E7E7;
	font-family:sans-serif;
	color:#101010;
	font-size:0.9em;
	}

ul {
	list-style-type:disc;
	line-height:1.2em;
	}

hr {
	border-top-width:0px; border-left-width:0px; border-right-width:0px; border-bottom-width:1px;
	border-style: dotted;
	border-color: #101010;
	height: 0px;
	}

h1 {
	font-family:sans-serif;
	color:#101010;
	font-size:1.4em;
	font-weight:bold;
	margin-top:0px;
	}

table {
	border-collapse:collapse;
	height:100%; width:100%;
	padding:0px;
	color:#101010;
	}

td.fotos {
	vertical-align:top;
	padding:10px;
	}

a:link, a:visited {
	color:#2B2B2B;
	text-decoration:none;
	font-weight:bold;
	}

a:active, a:hover {
	color:#595959;
	text-decoration:none;
	font-weight:bold;
	}

/* ----------------------------- */
/* ------- End HTML-Tags ------- */
/* ----------------------------- */


/* ----------------------------- */
/* -------- Begin IDs ---------- */
/* ----------------------------- */

div#head {
	width:100%; height:108px;
	background-image:url(grafik/headshadow.jpg); background-repeat:repeat-x; background-position:bottom;
	background-color:#BFC7E4; color:#101010;
	margin:0px;
	z-index:1;
	}

div#head img {
	margin-top:22px;
	}

div#headEnd {
	width:100px; height:108px;
	background-image:url(grafik/headend.jpg); background-repeat:no-repeat;
	background-color:#BFC7E4; color:#101010;
	position:absolute; top:0px; right:0px;
	z-index:2;
	}

div#main {
	width:100%;
	position:absolute;
	top:100px;
	left:0px;
	}

div#menu {
	position:absolute; top:0px; left:0px;
	background-color:#BFC7E4;
	color:#101010;
	text-align:right;
	width:150px;
	z-index:0;
	}

div#menu ul {
	margin:0px; padding:0px;
	list-style-type:none;
	text-align:right;
	font-size:1em;
	line-height:1.4em;
	}

div#menu a {
	display:block;
	width:130px;
	color:#101010; background-color:#BFC7E4;
	font-size:1.2em; font-weight:bold;
	text-decoration:none;
	padding:10px;
	border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-top-width:1px;
	border-style:dotted; border-color:#101010;
	}

div#menu a:hover {
	color:#101010; background-color:#E7E7E7;
	background-image:url(grafik/bgmenu.gif);
	}

div#content {
	margin-top:8px;
	margin-left:158px;
	margin-right:0px;
	padding:10px;
	}

div#copyright {
	position:fixed; bottom:0px; left:5px;
	font-size:0.7em;
	}

/* ----------------------------- */
/* --------- End IDs ----------- */
/* ----------------------------- */


/* ----------------------------- */
/* ------- Begin Classes ------- */
/* ----------------------------- */

div#menu a.active {
	color:#101010; background-color:#E7E7E7;
	background-image:url(grafik/bgmenu.gif);
	}

div#menu a.bottom {
	background-color:#BFC7E4; color:#101010;
	border-bottom-width:1px;
	}

div#menu a.bottomActive {
	color:#101010; background-color:#E7E7E7;
	background-image:url(grafik/bgmenu.gif);
	border-bottom-width:1px;
	}

.comment {
	font-size:0.8em;
	color:#5A5A5A;
	}

/* ----------------------------- */
/* -------- End Classes -------- */
/* ----------------------------- */