a:link {
	color: #000000; 
    text-decoration: none;
}

a:visited {
	color: #000000; 
	text-decoration: none;
}

a:hover {
	color: #e06d02; 
    text-decoration: none;
}

a:active {
	color: #e06d02; 
    text-decoration: none;
}

.button {
	background: #ff7b00 !important;
	color: black !important;
	border: 1px solid black;
	border-radius: 10px;	
	-moz-border-radius: 10px;
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	letter-spacing: 1px;
	margin: 1px 1px 1px 1px;
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
	text-align: center;
	display: inline;
}

input.button {
	cursor: pointer;
}

a.button {
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}

a.button:visited {
	color:black;
}

a.button:hover {
	color:black;
}

#content p a, #content li a, #content div a {
	color: #e06d02;
}

#content p a:hover, #content li a:hover, #content div a:hover {
	background-color: #eee;
}

#content td a:link, #content p a.button, #content li a.button, #content div a.button {
	color: black; 
}

#content td a:hover {
	color: #e06d02;
	background: inherit;
}

#content p a.button:hover, #content li a.button:hover, #content div a.button:hover {
	background: #e06d02;
	color: black;
}

#login.button {
	display: inline;
}

#login {
	overflow: hidden;
}

#login table {
	white-space: nowrap;
	font-size: smaller;
}

body {
	background: #eee;
	margin: 0px;
}

#header img {
	margin-bottom: 15px;
}

#menu {
	background: #ffa34d;
	width: 140px;
	margin-left: -10px;
	margin-right: 10px;
	padding-bottom: 1px;
	padding-top: 18px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;	
	-moz-border-radius: 10px;
	float: left;
}

#menu div.menupart {
	width: 140px;
	background: #FFFFFF;
	padding: 10px 5px 10px 5px;	
	margin-left: 20px;	
	margin-right: 10px;
	margin-bottom: 18px;
	border: 1px solid black;
	border-radius: 10px;	
	-moz-border-radius: 10px;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}

#menu div.menuregister {
	padding: 0px;	
	margin-left: 20px;	
	margin-right: 10px;
	margin-bottom: 13px;
}

#menu ul {
}

#menu li {
	list-style: none;
	margin-left: -35px;
}

#menu a {
	text-decoration: none;
}

#login a {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

#login table {
  border: none;
}

#login td {
  font-size: small;
}

#login form {
	text-align: center;
}

#login form ul {
	text-align: left;
	font-size: small;
}

#login form ul input {
	margin-bottom: 5px;	
	width: 100%
}

#content {
  border: 1px solid black;
  border-radius: 10px;	
  -moz-border-radius: 10px;
  background: white;
  padding: 5px 20px 5px 20px;
  margin-left: 10px;
  margin-right: 60px;
  margin-left: 190px;
  max-width: 700px;
  font-family:Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 14px;
}

#footer {
  margin-left: 190px;
  max-width: 730px;
  padding: 5px 5px 0px 5px;
  text-align: right;
  color: #999999;
  font-size: x-small;
  margin-bottom: 20px;
}

#footer p {
	display: inline;
}


td {font-size:14px;}

table.listing {
	border-bottom: 3px solid #ffa34d;
	margin-bottom: 5px;
	background: white;
}

table.listing th {
  padding-left: 10px;
  padding-right: 10px;
  background:#ffa34d;
  white-space: nowrap;
  color:black;
}

table.listing tr.even {
  background:#FFF6CB;
}

table.listing td {
  padding-left:5px;
  padding-right:5px;
  white-space: nowrap;
}


table.listing td.num {
  text-align:right;
}

table.listing td.date {
  text-align:right;
}

table.listing tr:hover {
	background: #FFA34D;
}

table.filter {
	width: 100%;
}

table.filter th {
	text-align: left;
}

h2 {
    text-align:center;
       color:#e06d02;
}

h3 {
       color:#e06d02;
}

*.alert {
  color: #cc0000;
  border: solid 1px;
  padding:3px;
}

h4.alert{
  margin-bottom: 0px;
  border-bottom: none;
}

p.alert{
  margin-top: 0px;
  border-top: none;
  text-align: justify;
}

p.info {
    text-align:justify;
}

*.hint {
    background:#eee;
    text-align:justify;
    padding:3px;
}

*.headline {
    background:#ffa34d;
    color:black;
}

*.subheadline {
    background:#ccc;
    color:#000000;
    font-weight:bold;
}

#content p.faq_question:before { content:url(bilder/frage.gif)" "; }

img.photo {
    width : 100px;
    padding-right: 10px;
/*	float:right;
    position: relative;
    top: -20px;*/
}

div.messagepanel {
  border: 1px solid red;
  color: red;
  background: white;
  padding: 5px 20px 5px 20px;
  margin-left: 10px;
  margin-right: 60px;
  margin-left: 190px;
  margin-bottom: 20px;
  max-width: 700px;
  font-family:Tahoma,Arial,Helvetica,Sans-Serif;
}

div.messagepanel ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.text {
}

div.exception {
}

div.exception ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}


div.vcard {
	border: 1px solid #ff7b00;
    border-radius: 10px;	
    -moz-border-radius: 10px;
	width: 600px;
	background: white;
	margin-left: 15px;
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
    font-family:Tahoma,Arial,Helvetica,Sans-Serif;
}

table.vcard {
}

table.vcard th {
	text-align: left;
	padding-right: 10px;
    font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: small;
}

div.vcard h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff7b00;
	font-size: small;
}

div.vcard h4 {
	font-size: small;
    margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

div.vcard ul {
	padding-top: 0px;
	margin-top: 0px;
}


img {
	border: none;
}

div.vevent {
	margin-bottom: 2em;
}

div.vevent h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}

p.vcard_actions {
/*	border-top: 1px solid #ff7b00;*/
	text-align: center;
	margin-bottom: 5px;
	padding-top: 10px;
	margin-top: 5px;
}

div.engagement ul li + li:before {
  content: " - ";
}

div.engagement ul {
	display: inline;
	padding-left: 0px;
}

div.engagement ul li {
	display: inline;
	margin-right: 0px;
	padding-right: 0px;
}

