/*
** HTML elements
*/
body {
  margin: 0 0 0 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 75% Arial, Helvetica, sans-serif;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
}
a:link {
  color: #666;
   background-color: transparent;
}
a:visited {
  color: #666;
   background-color: transparent;
}
a:hover {
  background-color: transparent;
  color: #666;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
	/* make <td> sizes relative to body size! */
    font-size: 1em;
	border-spacing: 0;
	border: 0;
}

td {
  vertical-align: top;
}

tbody.layout {
  border: 0;
  vertical-align: top;
}
.layout td {
	padding: 0;
}
.form-item label {
	font-size: 1em;
	color: #999;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
  font-size: 0.9em;
}
.comment .links {
  margin-bottom: 0em;
}
.tabs ul li {
  font-size: 0.9em;
}
/*
** Seitenheader
*/

#logo {
  padding: 0;
  margin: 0;
  float: left;
}
#logo img {
  margin-left: 10px;
}
#figuren {
	margin-top: 1px;
	float: right;
}
#gruenblock {
	border-top: solid #fff 1px;
	padding: 10px;
	vertical-align: top;
	background-color: #546B89;
	height: 103px;
}
#primary {
  margin-top: 5px;
  font-size: 0.8em;
  padding: 0em 0.8em 0.5em 0;
  color: #fff;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
/* suchformular im header */

#search .form-text, #search .form-submit {
  border-style: solid;
  border-width: 1px;
  border-right: #f8f8f8  1px;
  border-top: #f8f8f8 1px;
  border-left: #808080 1px;
  border-bottom: #808080  1px;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.2em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}

#search .form-submit {
  height: 1.3em;
}
#search-theme-form .form-item label {
  font-size: 10px;
  color: #fff;
}
/*
#search label  { display: none; }
*/
/*------------------------------------------------ */
.flaggen {
  background-color: #71829C;
  width: 200px;
}
.leiste1 {
  background-color: #E4EBF5;;
  width: 464px;
}
.leiste2 {
  background-color: #C9D6E3;
  color: #52637D;
  width: 340px;
}
/* -------------- Contentbereich ------------------- */


.linkespalte {
	background-color: #546B89;
	color: #fff;
}
#sidebar-left {
  padding: 10px;
  vertical-align: top;
}

#sidebar-left .user-login-block label {
  color: #fff;
  font-weight: normal;
}
.rechtespalte {
  background-color: #C9D6E3;
  color: #52637D;
  width: 330px;
}
#sidebar-right {
  vertical-align: top;
  padding: 10px;
}
.mitte {
	vertical-align: top;
}
#main {
	min-width: 450px;
	width: 90%;
	margin-left: 30px;
	margin-right: 10px;
	padding-top: 2em;
}

/*--------------------------------------- */

#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#footer {
	background-color: #fff;
	padding: 1em;
	font-size: 0.8em;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/

.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #8f8f8c;
  margin: 1em auto 0 auto;  /* decrease default margins for h<x>.title */
}

.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #666;
}
.links a {
  font-weight: bold;
}

.block, .box {
  padding: 0 0 1.5em 0;
  /*margin-bottom: 20em;   vorübergehend */
}

.box .title {
  font-size: 1.1em;
}

/*----------------------------------------*/

#sidebar-right .title {
  background-color: transparent;
  color: #546B89;
  margin-top: -5px;
  font-size: 1em;
}
#sidebar-right .block {
  padding: 5px;
  padding-bottom: 0px;
  color: #546B89;
  margin-bottom: 10px;
}
#sidebar-left .title {
  background-color: transparent;
  color: #fff;
  margin-top: -5px;
  font-size: 1em;
}
#main .title {
  background-color: transparent;
  color: #294F97;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 2em;
}
/*
#sidebar-left #block-user-0 {
  margin-top: 20em;
}
*/
/*------------------------------------------*/

.menu {
	padding: 0.5em 0 0 1em;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.5em;
}
.menu ul {
  text-align:left;
  line-height: 1.5em;
}
.menu a {
  width: 100%;
  text-decoration: none;
  background-color: transparent;
  display:block;
}
.menu a:link, .menu a:visited {
  background-color: transparent;
  color: #fff;
}
.menu a:active, .menu a:hover {
	background-color: #718299;
	color: #c9d6e3;
}
.menu ul li.expanded {
  list-style-type: circle;
  list-style-image: url(./img/menu_expanded.gif);
  font-weight: bold;
}
.menu ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu ul li ul li {
  list-style-type: circle;
  list-style-image: url(./img/circle.gif);
  font-weight: normal;
}
.menu li.expanded {
  list-style-type: circle;
  list-style-image: url(./img/menu_expanded.gif);
  font-weight: bold;
}
.menu li.collapsed {
  list-style-type: disc;
  list-style-image: url(./img/menu_collapsed.gif);
  font-weight: bold;
}
li.leaf {
	list-style-type: disc;
	list-style-image: url(./img/bullet.gif);
	font-weight: bold;
}

/*------------------------------------*/

.node {
  margin: .5em 0 2em 0;
}
.node .title a {
  font-size: 0.8em;
  color: #294F97;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  font-size: 1em;
  margin-bottom: 3em;
}
.node .taxonomy a{
  color: #888;
  letter-spacing: 0.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
/*----------------------------------*/
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 0.9em;
}
.comment .title a {
  font-size: 0.9em;
  font-weight: bold;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
/*----------------------------------*/
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
/*------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*--------------------------------*/
.block {
  border-bottom: 0px solid #546B89; /*Rand unter Blöcke in der rechten Spalte*/
}
.block .title {
  margin-bottom: .25em;
  color: #fff;
}

/*----- Kalender --- */
.block-archive {
  margin-top: 2em;
}
.block-archive caption {
  margin-bottom: 0.5em;
}

/* Kalendertabelle */
.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #546B89;
}
.calendar caption a { /* ausserhalb der Kalendertabelle */
  color: #fff;
  font-weight: bold;
  background-color: #546B89;
}

.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #546B89;
}

.calendar .day-link {
  background-color: #CDE2D2;
}
.calendar a {
  text-decoration: none;
  color: #0186C6;
  background-color: #CDE2D2;
  font-weight: bold;
}
.calendar .day-today {
  background-color: #0186C6;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-blank {
  background-color: #546B89;
}

.calendar .day-selected {
  background-color: #CDE2D2;
}

.calendar .header-week {
  background-color: #CDE2D2;
  color: #000;
}

.calendar .row-week td a:hover {
  background-color: #fff;
  color: #0186C6;
}
#block-user-1 .title {
  display: none;
}
#user-login-form label , #user-login-form a {
	color: #fff;
}
.minitable400 {
	width: 400px;
	border: 0;
}


.minitable400 tbody {
	border: 0;
}

.minitable100 {
	width: 100%;
	border: 0;
}
.minitable100 tbody {
	border: 0;
}

.tablebeitraege {
	width: 400px;
	vertical-align: top;
    border: 0;
}

.tablebeitraege tbody {
	border: 0;
}

/*Menühighlight, wenns denn geht, irgendwie mußte man was ausstellen, oder?
So geht es */
#sidebar-left .menu a.active  {
	text-decoration: underline;
	  }

/*#sidebar-left.menu a.active {
	background-color: #718299;
	color: #c9d6e3;
}*/

