/*
Theme Name: INSO 2011
Author: CrocoX
Author URI: http://www.crocox.org/
Description: The 2011 theme for INSO e.V. by CrocoX.
Version: 1.0
License: All rights by CrocoX UG (haftungsbeschränkt) and INSO e.V.
-------------------------------------------------------------- */


/* globale Elemente */
body {
  background-image: url("images/footer_background.png");
  background-position: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  color: #222222;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  display: none;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

h3 {
  color: #e2007a;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 5px;
}

img {
  border: none;
}

a {
  color: #043882;
  text-decoration: none;
}
a:hover {
  color: #e2007a;
}

.image {
  text-align: center;
  font-size: 0.8em;
}

.share {
  color: #efefef;
  padding: 7px;
  background-color: #043882;
  -webkit-border-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomright: 0;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  margin-left: 1em;
}

.container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.gohome {
  margin: 10px 0;
}
.gohome a:hover {
  color: #e2007a;
}

/* Kopfbereich */
#header {
  background-color: #ffffff;
  height: 150px;
  border-bottom: 3px solid #87888a;
  margin-top: 30px;
  border-top: 3px solid #222222;
  padding-top: 25px;
}

.header-team {
  float: right;
}
.header-logo {
  float:left;
}

/* Navigation */
#navi {
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 3px solid #dddddd;
  background-color: #eeeeee;
}

#navi a, a:hover {
  text-decoration: none;
  color: #222222;
}

#navi ul {
  display: inline;
}

#navi li {
  display: inline;
  padding: 5px;
  font-size: 1.2em;
}

#navi li:hover {
  border-bottom: 3px solid #e2007a;
}

#navi li.current_page_item, #navi li.current_page_parent, #navi li.current-page-ancestor {
  background-color: #e2007a;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 20px;
  color: #ffffff;
}

#navi li.current_page_item:hover, #navi li.current_page_parent:hover, #navi li.current-page-ancestor:hover {
  border-bottom: none;
}

#navi .current_page_item a, #navi .current_page_item a:hover, #navi li.current_page_parent a, #navi li.current_page_parent a:hover, #navi .current-page-ancestor a, #navi .current-page-ancestor a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* Inhaltsbereich */
#content {
  background-color: #eee;
  padding: 20px;
}

#content p {
  clear: both;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#content ul {
  list-style: square outside;
  margin-left:25px;
}
#content li {
  padding: 5px 5px;
}
#content li:hover {
  background-color: #dfccd4;
}
#content li p {
  margin: 0 0 5px 0;
}

.inner_content {
  background-image: url("images/content_background.png");
  color: #555;
  border: 10px solid #ddd;
  background-color: #fff;
  margin: 0;
  padding: 10px;
}


.fliesstext p {
  -moz-column-count: 3; 
	-moz-column-gap: 20px;
	-webkit-column-count: 3; 
	-webkit-column-gap: 20px;
	column-count: 3; 
	column-gap: 20px;
	margin-bottom: 30px;
}

/*   Blog */
#spoilers_left {
  float: left;
  width: 500px;
}

#spoilers_right {
  float: right;
  width: 500px;
}

.spoiler {
  background-image: url("images/content_background.png");
  color: #555;
  border: 10px solid #ddd;
  background-color: #fff;
  width: 460px;
  float: left;
  margin: 0;
  padding: 10px;
}

.spoiler:hover {
  color: #444;
  border-color: #ccc;
}

.spoiler h3 {
  color: #333333;
  float: left;
  margin-bottom: 10px;
}
.spoiler h3 a, .spoiler h3 a:hover {
  color: #333333;
}

.spoiler h5 {
  margin-bottom: 1em;
  float: right;
}

.spoiler .more-link {
  color: #043882;
  float: right;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  background-image: url('images/arrow_down.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.spoiler .more-link:hover {
  background-image: url('images/arrow_down_active.png');
}

.spoiler .less-link {
  color: #043882;
  float: right;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  background-image: url('images/arrow_up.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.spoiler .less-link:hover {
  background-image: url('images/arrow_up_active.png');
}

.active_spoiler, .active_spoiler:hover {
  color: #333;
  border-color: #fff;
}

.active_spoiler h3 {
  color: #e2007a;
}

.post-content h5 {
  text-align: right;
}

/* Fußbereich */
#footer {
  border-top: 3px solid #222222;
  color: #999999;
}
#footer .container {
  text-align: center;
  padding: 10px;
}
#footer ul {
  text-align: left;
  float: left;
  width: 200px;
  list-style: square inside;
}
#footer a {
  color: #999999;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
}

tr:hover {
  background-color: #dfccd4;
}

td {
  padding: 10px 5px 5px 5px;
  border-bottom: 1px solid #999;
  line-height: 1.5em;
}

/* Inhaltsspezifisches */
.leistungstabelle tr:hover {
  background-color: transparent;
}
.leistungstabelle td {
  padding: 0;
  border-bottom: none;
  line-height: 1em;
}

.leistungen {
  border: none;
  line-height: 1em;
  padding: 10px 10px 0 20px;
  width:130px;
}

.back2overview {
  clear: both;
  float: right;
  margin-top: -5px;
}

input[type=text] {
  padding: 5px;
}