@CHARSET "ISO-8859-1";

/* main */

body {
	background-color: #cfcfcf;
	padding: 0px;
	margin: 0px;
	
	font-family: Arial;
}

.floatRight {
	float: right;
	text-align: right;
}

.floatLeft {
	float: left;
}

div#content a:link, div#content a:visited {
	text-decoration: none;
	color: #0000aa;
}

div#content a:hover, div#content a:active {
	font-style: italic;
	color: #0000ee;
}

div#header {
	width: 100%;
	height: 100px;
	background-color: #18296e; /* blau: Juli bis Ende August */
	background-color: #97bf0d; /* grün: März bis Ende Juni */
	background-color: #e2001a; /* rot: November bis Februar */
	background-color: #fecd1a; /* gelb: September bis Ende Oktober */
}

div#headerbox {
	width: 647px;
	height: 100px;
	
	margin: 0 auto;
	
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

div#menu {
	height: 25px;
	text-align: center;
	
	background-color: #b8b8b8;
}

div#menu ul#menubox {
    margin: 0px auto;
    padding: 0px;
    text-align: center;

	width: 647px; /* width of header picture */
	height: 25px;

	/* background-color: #989898; */
	background-color: #e2001a;
}

div#menu ul#menubox li {
	list-style: none;
	display: inline;
	margin: 0; padding: 0;
	font-weight: bold;
	
	margin: 0px;
}

ul#menubox2 {
	margin: 0 auto;
	margin-left: -15px;
	margin-top: -5px;
	padding: 0px;
	padding-left: 20px;
	text-align: left;
	
	border-top: 1px dotted #000000;
	
	width: 647px;
	height: 25px;
	/*background-color: #a3a3a3;*/
}

ul#menubox2 li {
	list-style: none;
	display: inline;
	margin: 0; padding: 0;
	font-weight: normal;
}

ul#menubox2 a:active, ul#menubox2 a:link, ul#menubox2 a:visited {
	padding: 4px 4px;
  	text-decoration: none;

	line-height: 25px;
	font-size: 15px;
	text-decoration: none;
	
	color: #121212;
}

div#menu a {
	padding: 4px 4px;
  	text-decoration: none;

	line-height: 25px;
	font-size: 15px;
	text-decoration: none;
	
	color: #222222;
}

div#menu li a:hover {
	/* background-color: #787878;
	color: #2222dd; */
	
	background-color: #c2001a;
	color: #121212;
}

div#page {
	background-color: #afafaf;
	width: 647px;  /* width of header picture */
	
	display: block;
	
	margin: 0 auto;
}

div#pictureline {
	width: 200px;
	float: right;
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	
	text-align: center;
	
	border-left: 3px double #888888;
	border-bottom: 3px double #888888;
	
	overflow: hidden;
	background-color: #afafaf;
}

div#pictureline img {
	border: 1px solid #cccccc;
	padding: 4px;
				
	margin-top: 5px;
}

div#content {
	display: block;
	
	font-size: 13px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

div#footer {
	clear: both;
	
	width: 100%;
	height: 17px;
	
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	
	background-color: #b8b8b8;
}

div#footer div#footerbox {
	width: 647px; /* width of header pic */
	margin: 0 auto;
	
	background-color: #989898;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

/* tables in page */

div#content table {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

div#content table td.name {
	width: 100px;
	text-align: left;
}

div#content table td.name[colspan="2"] {
	width: 300px;
}

div#content table td.input[colspan="2"] {
	width: 300px;
}

div#content table td.name span.comment {
	font-size: 8pt;
	position: relative;
	top: -3px;
	left: 10px;
	
	color: #ee4444;
}

div#content table td.input {
	width: 200px;
}

div#content table td.input input[type=text] {
	width: 150px;
}

div#content table td.input input[type=submit] {
	width: 100px;
}

div#content table td.input textarea {
	width: 300px;
	height: 100px;
}

/* multiple page navigation */

div.pageNavigation span {
	font-size: 8pt;
}

div.pageNavigation ul {
	font-size: 9pt;
	height: 10px;
	margin-top: 5px;
}

div.pageNavigation ul li {
	display: inline;
	list-style-type: none;
}

div.pageNavigation ul li.inactive {
	color: #777777;
}

div.pageNavigation ul li a, div.pageNavigation ul li span {
	float: left;
	width: 13px;
	text-decoration: none;
}

div.pageNavigation ul li div {
	clear: both;
}

/* messages */

div#content div#messages {
	width: 300px;
	border: 1px dashed #000000;
	color: #dd5555;
	
	margin: 10px auto;
	font-size: 11px;
}

div#content div#messages ul {
	list-style-type: none;
	margin: 5px auto;
	text-align: center;
	padding: 0;
}

div#content div#messages ul li {
	margin: 0;
	padding: 0;
}

/* guestbook */

div#guestbookAdd {
	margin-top: 30px;
	text-align: center;
}

div#guestbookEntries {
	width: 500px;
	margin: 10px auto;		
}

div#guestbookEntries div.guestbookEntry {
	margin-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

div#guestbookEntries div#guestbookEntry p {
	font-size: 12px;
	margin: 0;
	padding: 0;		
}

div#guestbookEntries div.guestbookEntry h5 {
	text-align: left;
}

/* contact */

div#contactForm {
	margin-top: 30px;
	text-align: center;
}

/* dates */

div#content table#datesTable {
	padding: 10px;
	margin-right: 200px;
	
	width: 400px;
}

div#content table#datesTable td {
	border-right: dashed #000000 1px;
	border-bottom: dashed #000000 1px;
	
	padding: 3px;
}

div#content table#datesTable tr:hover {
	background-color: #bfbfbf;
}

/* impressions */

div#currentPic {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
}

div#currentPic span {
	position: absolute;
	right: 5px;
	top: 5px;
}

div#currentPic img, div.previewPic img {
	border: none;
}

div.previewPic {
	font-size: 7pt;
	width: 105px;
}

/* mitglieder */

div#mitglieder table {
	width: 300px;
	margin-left: 50px;
}

div#mitglieder table td[colspan="2"] {
	text-align: left;
	padding-left: 50px;
}

div#mitglieder table td {
	width: 220px;
}

div#mitglieder table td.nameCell {
	width: 80px;
}