﻿body{font-family:Arial, Helvetica, sans-serif; background-color:#000; color:#808080;}

a:link {color: #808080; text-decoration: none;}
a:visited {color: #808080; text-decoration: none;}
a:active {color: #808080; text-decoration: none;}
a:hover {color: #FFF;text-decoration: none;}

h1{
	font-size: 14pt;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: lighter;
}
h2{font-size:10pt; color:#808080; margin-bottom:5px;}
h3{font-size:10pt; color:#808080; margin-bottom:5px;}
h4{font-size:9pt; color:#808080; margin-bottom:5px;}
p{font-size: 10pt; color:#808080; margin-bottom:15px;}
img{border:0}

.zitat{
	font-family:"Times New Roman", Times, Serif;
	font-size:13pt;
	font-style:italic;
	margin-bottom:5px;
}

.zitat_name{
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight:bold;
	border-bottom: 1px #666666 dashed;
}
		
/* Form-Tags */
#form {border:0; padding :5px;}
#form fieldset {border:0;}
#form label {font-size:12px; font-weight:bold; text-align:left; color: #666666; padding-right: 1em; display: block; float: left; width: 100px;}
#form br {clear: left;}
#form input {margin-right:5px; margin-bottom:5px; padding:2px; width:250px; border:1px gray solid; color:#666666;}
#form textarea {margin-right:5px; margin-bottom:5px; padding:2px; border:1px gray solid; color:#666666; width:330px; height:100px;}
#form select {margin-right:5px; margin-bottom:5px; padding:2px; border:1px gray solid; color:#666666;}
#form submit {float: none; color:#666666;}
#form .checkbox{width:25px;	border:0;}
#form .table-input{float:left;}


/* Table-Tags */
#table {border:0; border-collapse:separate; font-size:10pt;}
#table a {color:#000; text-decoration:none;}
#table a:hover {color:#000; text-decoration:underline;}
#table td {padding:5px;}
#table .fest_td {padding:5px; width:400px;}
#table .head {color: #fff; background-color: #0065ab; font-weight:bold;}
#table .liste {padding:5px; background-color:#d7d7d7;}
#table .liste_grey {padding:5px; background-color:#d7d7d7;}
#table ul {padding:0; margin:0;}
#table li {padding:0; list-style:none;}
