/*
Layout: Department Ambos
Description: Department Ambos Template-Extensions
Author: Dipl. Jur. Christopher Schoepe
Author URI: http://www.department-ambos.uni-goettingen.de
Version: 1.0
License: GNU General Public License v2 or later
*/

/* Template Overrides */

hr {
  margin: 5px 0;
}

.body {
  font-size: 12px;
  line-height: 16px;
}

.body .container {
  padding: 10px
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1000px;
}

.readmore {
    float: right;
}

._smalllogin {   
   padding: 19px 19px 0px 19px
}

.row-fluid:before, .row-fluid:after {
    margin: 10px;
}

/* Login-Modul Textfeld */
.input-append input, .input-append select, .input-append .uneditable-input, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input {
    width: 146px;
}

/* amb HEADER */     
.amb_head {
   width: 100%;
   height: 255px;
   background: url("../images/header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
. ambos_logoarea {
  
}
.amb_unilogo {
  float: left; 
  padding: 8px 0 0 8px; 
}
.amb_desc {
  height: 140px;
  overflow: hidden;
  float: left;
  margin: 0 0 0 10px;
  font-family: 'Concert One',sans-serif; 
  color: #163776;
  font-weight: bold;  
}

.multi_cat_start {
  
}

.multi_cat_main {
  padding: 5px 5px 5px 5px;
  margin: 0px 0 8px 0;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;  
}

.multi_cat_last {
  margin: 0 0 20px 0;
}

#amb_institute {
	font-size: 18px;
	padding: 10px 0 12px;
}
#amb_department {
	font-size: 18px;
	padding: 0 0 12px;
}
#amb_chair {
	font-size: 16px;
}
.amb_lang {
   float: right;
   padding: 5px 5px 0;
}
#amb_footer a {
	  color: #999;
}
#amb_footer p {
	  color: #999;
	  margin: 5px 0 0 0;
}
._red {
    background-color: #fff;
    border: 1px solid #fe0000;
}   
