﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 90%;
	height:100%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 85%;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url('../images/headline.JPG');
	background-repeat:no-repeat;
	background-position:center;
}
#navigation {
	position: relative;
	float: left;
	width: 18%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 90%;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: black;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	font-weight:bolder;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	font-size:medium;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* My styles */
.style_left {
	text-align:left;
}
.style_right {
	text-align:right;
}
#extlinks a:hover {
	color:maroon;
	font-style:italic;
	font-weight:bold;
}
#narration {
	text-align:justify;
	font-family:"Palatino Linotype";
	margin:10px;
}

#mysubtitle {
	font-size:x-small;
	font-weight:200;
	color:blue;
}

#construction_notice {
	text-align:center;
	text-decoration:blink;
	volume:loud;
}
.tableImgLeft {
	border: thin groove #800000;
	text-align: center;
	font-family: Kartika;
	font-size: medium;
	color: #0000FF;
	margin-right: 10%;
	
}
.tableImgRight {
	border: thin groove #800000;
	text-align: center;
	font-family: Kartika;
	font-size: medium;
	color: #0000FF;
	margin-left: 10%;
}
.VereinTable {
	border: thin #800080 double;
	font-size: medium;
	color: #503750;
	text-align: left;
	vertical-align: middle;
	background-color: #D8BFD8;
	margin: 0 10px 0 10px;
	
}
.VereinTableData {
    border-bottom-style:dotted; 
    border-bottom-width:thin;
    border-right-style:hidden;
    border-left-style:hidden;
    border-top-style:hidden;
}
