﻿BODY
{
	font-size: 12px;
	font-family: Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
	color: #696969;
	background-color: #E8E6E6;
	text-decoration: none;
	text-align: center;
}

/* Lists */
li {
				list-style: circle;
				padding: 0;
				margin: 0;
				text-align: left;
				list-style-position: outside;
}
ul {
	list-style: circle;
	padding: 0;
	margin: 0;
	text-align: left;
}


/* Überschriften */
.ueberschrift1 {
	FONT-SIZE: 18px;
	COLOR: Black;
	FONT-STYLE: normal;
	font-family: inherit;
}
.ueberschrift2
{
	font-size: 16px;
	color: #334C66;
	font-family: inherit;
}
.ueberschrift3
{
	font-weight: bold;
	font-size: 12px;
	color: #696969;
	font-style: normal;
	font-family: inherit;
	font-variant: normal;
}


/* Links */
a:link {
	color: #2f4f4f;
	text-decoration: underline;
	text-align: center;
}
a:link:hover
{
	color: #ff4500;
	text-decoration: none;
	background-color: #fffe9a;
}
a:link:active {
	color: Red;
	text-decoration: none;
	background-color: #fffe9a;
}
a:visited {
	color: #2f4f4f;
	text-decoration: underline;
}
a:visited:hover {
	color: #ff4500;
	text-decoration: none;
	background-color: #fffe9a;
}

/* Klassen */

.containertabelle
{
    background-image: url( '../grafik/seitenkopf.jpg'); 
    background-repeat: no-repeat;
	background-position: left top; 
    background-color: #FFFFFF; 
	margin: 0 auto; 
	width: 950px; 
	vertical-align: top;
	text-align: left;

}

.texttabelle
{
	font-size: 12px;
	font-family: Lucida Sans, Tahoma, Verdana, Arial, sans-serif;
	color: #1A3636;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.rand_links
{
	margin: 0px;
	background-image: url( ../grafik/leiste.jpg);
	background-position: 0pt 0pt;
	background-repeat: no-repeat;
}


.dunkelschrift 
{
	color: Black;
}

.hinweis
{
	font-size: 12px;
	color: #666666;
	background-color: #CCFF99;
}

.bildunterschrift {
	font-size: 12px;
	color: #4D6A67;
	font-style: italic;
}
.fotohintergrund
{
	background-color: #4d4d4d;
	color: #CECECE;
	text-align: center;
}
.fotohintergrund_links
{
	background-color: #4d4d4d;
	color: #CECECE;
	text-align: left;
}

.foto
{
	padding: 0px;
	border-right: #313131 1px solid;
	border-top: #313131 1px solid;
	border-left: #313131 1px solid;
	border-bottom: #313131 1px solid;
}


.knopf {
	background-color: #D6DDE9;
	border: 1px solid #5B6395;
	color: #5B6395;
	font-family: Verdana;
	font-size: small;
	padding: 3px;
	cursor: pointer;
}
.knopfhintergrund
{
	background-color: #AEAFBB;
}

.div_seite
{
				background-position: left top;
				border-width: 0px;
				background-image: url( ../grafik/seitenkopf.jpg);
				width: 950px;
				background-repeat: no-repeat;
				background-color: #FFFFFF;
}
