﻿@charset "utf-8";

/* RESET */

html {
	color: #000000;
	background: #FFFFFF;
}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ul 
{
	margin-left: 30px;
}

li {
	list-style-type: square;
	line-height: 135%;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}



body {
	background-image: url(../images/header-background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	padding-top: 10px;
	text-align: right;
	width: 900px;
	height: 50px;
}

#head {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 100px;
}

#navigation {
	background-image: url(../images/navigation-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #866691;
	margin-left: 22px;
	padding-bottom: 80px;
	float: left;
	width: 200px;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#navigation a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	padding: 5px;
	padding-right: 20px;
	font-size: 10pt;
}

#navigation a:hover {
	color: #4e0666;
	background-color: #dbbde6;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 10pt;
	padding-top: 16pt;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10pt; 
}

h3 {
	font-size: 14pt;
	padding-bottom: 6pt;
	padding-top: 14pt;
}

p {
	padding-bottom: 15pt;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#contentpart 
{
	width: 950px;
}

#content {
	padding: 20px;
	padding-top: 0px;
	float: left;
	width: 650px;
	font-size: 10pt;
	line-height: 2;
}

.error 
{
	background-color: #ff0000;
	color: #ffffff;
	padding: 5px;
}

#copyright 
{
	padding-top: 10px;
	color: #666666;
	font-weight: bold;
	font-size: 8pt;
}

a 
{
	color: #4e0666;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.imagelist
{
    list-style-image: none;
    margin: 0px;
    display: block;
    padding: 0px;
}

.imagelist li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
.imagelist li div
{
	float: left;
	display: block;
	width: 150px;
}
.imagelist li a img
{
    padding: 10px;
    margin: 5px;
    border: solid 1px #aaaaaa;
}
.galerylistrows td
{
	text-align: center;
    border-bottom: dashed 1px #aaaaaa;
}

.galerylistrows td.titel 
{
	text-align: left;
}

table.Liste 
{
	border: none;
	text-align:left;
}

.Liste th
{
	font-weight: bold;
	background-color: #cea9da;
}

.Liste th, .Liste td
{
	border: dotted 1px #aaaaaa;
	padding: 5px;	
}

.Liste th
{
	font-weight: bold;
	background-color: #cea9da;
}

table.MitschnitteListe 
{
	border: none;
}

.MitschnitteListe th
{
	font-weight: bold;
	background-color: #cea9da;
}

.MitschnitteListe th, .MitschnitteListe td
{
	border: dotted 1px #aaaaaa;
	padding: 5px;	
}

.MitschnitteListe th
{
	font-weight: bold;
	background-color: #cea9da;
}

table.DetailListe 
{
	border: none;
}

.DetailListe th
{
	font-weight: bold;
	background-color: #cea9da;
}

.DetailListe th, .DetailListe td
{
    border-bottom: dashed 1px #aaaaaa;
	padding: 5px;	
}

.DetailListe th
{
	font-weight: bold;
	background-color: #cea9da;
}

.bold 
{
	font-weight: bold;
}

.Kalender th 
{
    background-color: #cea9da;
    font-weight: bold;
	padding: 5px;	 
}

.Kalender .Tag 
{
	margin: 2px;
	border: dotted 1px #aaaaaa;
}


.Kalender .MarkierterTag
{
	color: #ffffff;
	background-color: #cea9da;
}

.Clear 
{
	clear: both;
}

.LoginForm 
{
	background-color: #cea9da;
	border: dashed 1px #000000;
	float: left;
	padding: 10px;
}

.LoginForm table th
{
	color: #4e0666;
	font-weight: bold;
	padding-right: 20px;
}

.LoginForm input
{
	color: #4e0666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.LoginStatus 
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 20px;
	font-size: 8pt;
	
}

.LoginStatus a
{
	font-weight: bold;
	background-color: #4e0666;
	color: #ffffff;
}

.LoginStatus a:hover
{
	color: #4e0666;
	background-color: #ffffff;
}

.hinweis 
{
	background-color: #fccdfd;
	border: 1px dashed #333333;
	padding: 5px;
	margin: 5px;
}

.popup 
{
	padding: 10px;
	width: 700px;
	border: 1px dashed #333333;
	overflow: scroll;
}

.popup select
{
	width: 250px;
}

.popup input
{
}
