/* Startseite index.php */

#katakomben-menue {
  width: 100%;
  border: 0;
}

#katakomben-menue td {
  text-align: center;
}


img {
  border: 0px;
}

img.logo {
  max-width: 100%;
  max-height: 80vh;
  margin: auto;
}

@font-face {
    font-family: Vitamin;
    src: url('Vitamin.ttf');
}


* {
  font-family: Arial, Helvetica, sans-serif;;

}

h1 {
  color: #441678;
  font-family: Vitamin, Arial, Helvetica, sans-serif;
}


body {
  background-color: #D0F5A9;
}

.fullsize {
  margin: 0px;
}

.centered {

  margin: auto;
  width: 80%;

  text-align: center;

}


#content a {
  color: #441678;
}

#content {
  background-color: #D0F5A9;
}



#black-head th {
  background: #441678;
  color: #D0F5A9;
}

#black-head th a {
  color: #D0F5A9;
}

#black-headline {
  width: 100%;
  background: #441678;
  color: #D0F5A9;
  font-weight: bold; 
  font-size: 110%;
}

#black-headline a {
  color: #D0F5A9;
}

#margin-left {
  margin-left: 10px;
}

#info {
  background: #D0F5A9;
  color: #441678;
}

#info a {
  color: #441678;
}

/* Layout */

fieldset.userdata, .wrapper {
  border: 0px;
}

.blog-featured  {
  background-color: yellow;
  padding: 0px 25px;
}



.item-page , .contact , .reset, .remind, .registration, .category-list, .logout, .blog {
  margin: 10px; 20px;
}





  


#content ul.menu  {
  list-style: none;
  text-align: right;
}

#content ul.menu  li{
  display: inline;
  margin-left: 10px;
}

#content ul.menu a {
  text-decoration: none;
  font-size: 70%;
}



/* Login */

#login {
  text-align: right;
  margin-top: 100px;
}

#login ul {
  font-size: 70%;
  list-style: none;
}

#login li {
  padding: 2px;
}

#login label {
  font-size: 70%;
}

#login p {
  margin: 0;
  padding:0; 
}

#login li {
  float: right;
}





/* Login 2 */

#info {
  text-align: right;
}

#info ul {
  font-size: 70%;
  list-style: none;
}

#info li {
  padding: 2px;
}

#info label {
  font-size: 70%;
}

#info p {
  margin: 0;
  padding:0; 
}

#info li {
  float: right;
}

/* Search */

.search label {
  display:none;
}


/* Quote */

.feedquote {
  padding: 100px 25px;
}

ul.newsfeedquote {
  list-style: none;
}
/*ul.newsfeedquote > li > p {*/
.feed-item-description {
  text-align: center;
}
/*ul.newsfeedquote > li > h4 {*/
.feed-link > a {
/*  text-align: right;*/
  float: right;
  position: relative;
  top: 10em;

}

/*ul.newsfeedquote > li > h4 > a {*/
.feed-link a {
  font-size: 66%;
  text-decoration: none;
}

/*ul.newsfeedquote > li > p {*/
.feed-item-description {
  margin-top: 50px;
}

#fadeout {
  background-image: url(../images/sidebar.png);
  height: 200px;
}


/* Tabellen */

#rounded-corner {
	font-size: 12px;
	margin: 45px;
	width: 80%;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner th, #rounded-corner tfoot td {
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #D0F5A9;
	background: #441678;
}

#rounded-corner td {
	padding: 8px;
	background: silver;
	border-top: 1px solid #D0F5A9;
	color: #441678;
}

#rounded-corner tbody tr:hover td {
	background: #D0F5A9;
}


#rounded-corner thead th.top-left {
	background: #441678 url('files/icons/corner_topleft.png') left -1px no-repeat;
}
#rounded-corner thead th.top-right {
	background: #441678 url('files/icons/corner_topright.png') right -1px no-repeat;
}
#rounded-corner tfoot td.foot-left {
	background: #441678 url('files/icons/corner_footleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.foot-right {
	background: #441678 url('files/icons/corner_footright.png') right bottom no-repeat;
}

