/**
 * Sass implementation of `compact` function from the bourbon.rb library
 */
/*** Layout und Aufbau der Seite:
 * #page_container (div)
 *   #header (header)
 *     #logo (h1)
 *	 #page (section)
 *     #menu (nav)
 *       ul
 *		   li (class: selected, first, last)
 *     #body_content (section) (class: no_body_content_left no_body_content_right)
 *     	 #body_content_title (h1)
 *       #body (section)
 *		   #inner (div) (hier kommt der Text rein)
 *		 #side_body (section)
 *		   #inner (div)
 *   #footer (footer)


 

/*** Farben: */
/*** Allgemeine Regeln ***/
/* line 32, ../../app/assets/stylesheets/layout.css.scss */
h1, h2, h3, h4 {
  color: #2a73cc;
}

/* line 34, ../../app/assets/stylesheets/layout.css.scss */
html {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #dddddd;
}

/* line 39, ../../app/assets/stylesheets/layout.css.scss */
body {
  margin-left: 25px;
  margin-right: 25px;
  color: #444444;
}

/* line 46, ../../app/assets/stylesheets/layout.css.scss */
#page_container {
  min-width: 740px;
  max-width: 1240px;
  min-height: 770px;
  margin: 0px auto;
}

/* line 51, ../../app/assets/stylesheets/layout.css.scss */
#header {
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;
  background-color: #adc1dc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adc1dc), color-stop(100%, #6892c9));
  background-image: -webkit-linear-gradient(top, #adc1dc, #6892c9);
  background-image: -moz-linear-gradient(top, #adc1dc, #6892c9);
  background-image: -ms-linear-gradient(top, #adc1dc, #6892c9);
  background-image: -o-linear-gradient(top, #adc1dc, #6892c9);
  background-image: linear-gradient(top, #adc1dc, #6892c9);
  min-height: 125px;
  text-align: center;
  font-weight: bold;
}
/* line 58, ../../app/assets/stylesheets/layout.css.scss */
#header a {
  color: white;
  text-decoration: none;
}
/* line 61, ../../app/assets/stylesheets/layout.css.scss */
#header a:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6892c9;
}
/* line 68, ../../app/assets/stylesheets/layout.css.scss */
#header .description {
  color: white;
  font-size: 16pt;
}
/* line 73, ../../app/assets/stylesheets/layout.css.scss */
#header #header_title {
  font-size: 24pt;
}

/* line 78, ../../app/assets/stylesheets/layout.css.scss */
#logo {
  padding-top: 20px;
}

/* line 82, ../../app/assets/stylesheets/layout.css.scss */
#menu_div {
  float: left;
  margin-top: -8px;
  margin-bottom: -23px;
}

/* line 88, ../../app/assets/stylesheets/layout.css.scss */
#content_div {
  padding-left: 270px;
}

/* line 93, ../../app/assets/stylesheets/layout.css.scss */
#menu {
  width: 265px;
  padding-top: 1px;
  background: url(/assets/left_background.png) no-repeat top left;
  color: #2a73cc;
}
/* line 99, ../../app/assets/stylesheets/layout.css.scss */
#menu ul {
  padding-left: 100px;
  list-style: none;
}
/* line 102, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #6892c9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6892c9;
  padding-bottom: 7px;
  padding-left: 7px;
  margin: 10px 0px 10px 1px;
}
/* line 114, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li.selected {
  font-weight: bolder;
}
/* line 118, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li a {
  text-decoration: none;
  color: #2a73cc;
}
/* line 121, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li a:hover {
  text-decoration: underline;
}
/* line 126, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li ul {
  padding-left: 0px;
}
/* line 128, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li ul li {
  font-weight: normal;
  border: none;
  margin: 10px 0px 0px 0px;
}
/* line 132, ../../app/assets/stylesheets/layout.css.scss */
#menu ul li ul li.selected {
  font-weight: bolder;
}

/* line 141, ../../app/assets/stylesheets/layout.css.scss */
#page {
  padding-top: 10px;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;
  background-color: white;
}

/* line 149, ../../app/assets/stylesheets/layout.css.scss */
#body_content {
  margin: 0px 20px;
  text-align: justify;
}
/* line 152, ../../app/assets/stylesheets/layout.css.scss */
#body_content #body_content_title {
  margin: 0 0 0 0;
}
/* line 155, ../../app/assets/stylesheets/layout.css.scss */
#body_content a {
  border-bottom: 1px dotted #DDD;
  text-decoration: none;
  color: #2a73cc;
}
/* line 159, ../../app/assets/stylesheets/layout.css.scss */
#body_content a:hover {
  border-bottom: 1px solid #6892c9;
}
/* line 163, ../../app/assets/stylesheets/layout.css.scss */
#body_content table {
  font-size: 16px;
  line-height: 1.4em;
  font-style: normal;
  border-collapse: collapse;
  text-align: center;
}
/* line 169, ../../app/assets/stylesheets/layout.css.scss */
#body_content table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
/* line 184, ../../app/assets/stylesheets/layout.css.scss */
#body_content table th {
  font-weight: bold;
}
/* line 187, ../../app/assets/stylesheets/layout.css.scss */
#body_content table td {
  padding: 5px;
  border: 1px solid #CCC;
}
/* line 190, ../../app/assets/stylesheets/layout.css.scss */
#body_content table td:first-child {
  text-align: left;
}
/* line 200, ../../app/assets/stylesheets/layout.css.scss */
#body_content h1 {
  font-size: 1.5em;
}
/* line 203, ../../app/assets/stylesheets/layout.css.scss */
#body_content h2 {
  font-size: 1.2em;
}
/* line 206, ../../app/assets/stylesheets/layout.css.scss */
#body_content h3 {
  font-size: 1em;
}
/* line 209, ../../app/assets/stylesheets/layout.css.scss */
#body_content p {
  font-size: small;
}
/* line 213, ../../app/assets/stylesheets/layout.css.scss */
#body_content img {
  -webkit-box-shadow: 4px 4px 5px grey;
  box-shadow: 4px 4px 5px grey;
}

/* line 226, ../../app/assets/stylesheets/layout.css.scss */
footer {
  padding-top: 10px;
  background-color: #6892c9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6892c9), color-stop(100%, #adc1dc));
  background-image: -webkit-linear-gradient(top, #6892c9, #adc1dc);
  background-image: -moz-linear-gradient(top, #6892c9, #adc1dc);
  background-image: -ms-linear-gradient(top, #6892c9, #adc1dc);
  background-image: -o-linear-gradient(top, #6892c9, #adc1dc);
  background-image: linear-gradient(top, #6892c9, #adc1dc);
  font-size: 12px;
  color: white;
  text-align: center;
  clear: both;
  height: 50px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;
}

/* line 238, ../../app/assets/stylesheets/layout.css.scss */
#old_gcb {
  height: 230px;
}
/* line 240, ../../app/assets/stylesheets/layout.css.scss */
#old_gcb li:first-child {
  border-width: 0px;
  font-size: 18px;
  font-weight: bold;
}
