﻿@charset "utf-8";
/* CSS Document */

html {
}

body {
	color: #1F1108; 
	background: #403229;
	font-size: 90%;
/*	font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	min-width: 750px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

#mainpage {
	margin: 0.5em 0.5em 0.5em 0.5em;
	background: #FEF5D4; 
	border: 2px solid #1F1108;
	height: 100%;
}

#header {
	padding: 3px;
	margin: 0;
	background-color: #1F1108;
	height: 112px;
}

#header .LogoRight {
	float: right;
	margin-right: 5px;
}

#mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #AB1F1F;
	height: 25px;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
}

#mainmenu li {
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 4px 5px 4px 5px;
}

#mainmenu a {
/*	color: #1F1108; */
	color: #FEF5D4;
	text-decoration: none;
	display: block;
	padding: 0;
	padding-left: 16px;
  margin: 0;
}

#mainmenu a:hover {
	color: #1F1108;
  margin: 0;
	background: url(../images/pfeil.gif) left top no-repeat;
}

#mainmenu a.current {
	color: #1F1108;
	background: url(../images/pfeil.gif) left top no-repeat;
}

#menu {
	clear: left;
	float: left;
	padding: 0.3em;
	margin: 1.5em 0 0.5em 0.5em;
	width: 15em;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#menu a {
	display: block;
	height: 1.6em;
	line-height: 1.6em;
	vertical-align: middle;
	padding-left: 23px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #26190F;
	border-bottom: 1px dotted #26190F;
	/* color: #FEF5D4; */
	/* background-color: #26190F; */
}

#menu a.first {
	border-top: 1px dotted #26190F;
	padding-top: 2px;
}

#menu a:hover {
	color: #AB1F1F;
	background: url(../images/pfeil_menu.gif) left center no-repeat;
}

#menu a.current {
	color: #AB1F1F;
	background: url(../images/pfeil_menu.gif) left center no-repeat; 
}

.box_right {
	font-size: 0.8em;
	clear: right;
	float: right;
	width: 220px;
	margin: 0.5em;
	border: 1px dotted #26190F;
	background-color: #E5DDC1;
/*	color: #FEF5D4;
	background-color: #26190F; */
}

.box_right h1 {
	color: #26190F;
	font-size: 120%;
	margin: 0;
	padding: 5px;
  /*
	display: block;
	background: url(../Images/hg_box_header.gif) repeat-x;
	color: #FEF5D4;
	background-color: #1F1108;
	*/
	text-align: center;
}

.box_right p {
	margin: 5px;
}

.box_right img {
	/* border: 3px solid #26190F; */
}

.box_right a {
	color: #26190F;
}

.box_right a:hover {
	color: #AB1F1F;
}

.box_right.koi_of_the_day {
	text-align: center;
}

#content {
	padding: 0.5em 1em 1em 1em;
}

	#content .album_image {
		position: relative;
		margin: 0 7px 5px 0;
		float: left;
	}
	
		#content .album_image p {
			margin: 0;
			padding: 0;
		}
	
	#content .album_overlay {
		position: absolute;
		color: #FEF5D4;
		font-weight: bold; 
		top: 0;
		left: 0;
	}

	#content .pagination {
		text-align: center;
		border-top: 1px dotted #26190F;
		padding-top: 3px;
	}

#footer {
	clear: both;
	color: #FEF5D4;
	font-size: 75%;
	background: #AB1F1F;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
}

#footer p {
	padding: 0 0.5em 0 0.5em;
	margin: 0;
}

#footer a {
	color: #FEF5D4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .left {
	width: auto;
	float: left;
}

#footer .right {
	width: auto;
	float: right;
}

#footer .clear {
	clear: both;
}

/* The rest of this file is for the second tutorial */
#NewsList {
	margin: 0;
	padding: 0;
}

#NewsList li {
	margin: 0;
	list-style-type: none;
}

#NewsList li.newsTitle a {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
/*	padding-left:20px;
	background:url(../images/news-file.gif) no-repeat left center; */
}

#NewsList li.newsDate {
	font-style: italic;
}

#NewsList li.newsLink {
	margin-bottom:20px;
}
#NewsList li.newsSummary span {
	font-size:1em;
	line-height:1.5em;
}
#NewsList li.newsSummary a.readMoreLink {
	text-decoration:none;
}

.box_right #NewsList {
	margin: 5px;
}

.box_right #NewsList li.newsLink {
	margin-bottom:10px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

