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

Stylesheet zu 
2012                   
*  *  *  *                              
Design: www.owmedia.de // 

DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE
BROWSERVERSIONEN OPTIMIERT UND GETESTET.    

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

/*  ------------------------------------------------------
BASICS
--------------------------------------------------------*/

* {margin: 0; line-height: 100%; }

body {
  font-size: 12px;  
  font-family:Arial, Verdana, sans-serif;
  background-color: #333333 ;
  background-image:url('/basics/images/hintergrund.jpg');
  background-repeat:repeat-x ;
  background-attachment:fixed;
  color: #333;
  line-height: 100%;
  margin: 0;
}

table, tr, th, td, img, fieldset {border: 0 none;}

div.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color:#727272;
}

img {vertical-align: middle;}

table {border-collapse: collapse;}

input {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  color: #585144;
}
/*  ------------------------------------------------------
FLOATSTUFF
--------------------------------------------------------*/

.bild_links {
 float: left;
 padding: 0 15px 15px 0;
}
.bild_rechts {
 float: left;
 padding: 0 15px 15px 0;
}
.floatLeft {
 float: left; 
 margin: 0 12px 0 0;
}

.floatRight {
 float: right; 
 margin: 0 0 0 12px;
}

/*  ------------------------------------------------------
SPACES
--------------------------------------------------------*/
.mSpaceBot {margin-bottom: 12px !important;}
.mSpaceTop {margin-top: 12px !important;}
.mSpace {margin-top: 12px !important; margin-bottom: 12px !important;}

.bSpaceTop {margin-top: 24px !important;}
.bSpaceBot {margin-bottom: 24px !important;}
.bSpace {margin-top: 24px !important; margin-bottom: 24px !important;}

.sSpaceBot {margin-bottom: 8px !important;}
.sSpaceTop {margin-top: 8px !important;}
.sSpace {margin-bottom: 8px !important; margin-top: 8px !important;}

/*  ------------------------------------------------------
TYPO AND COLOUR
--------------------------------------------------------*/
ul {list-style-type: none;}
address {font-style: normal;}

/*  ------------------------------------------------------
MAINWRAPPER
--------------------------------------------------------*/
div#wrapper {
  width: 960px;  
  margin: 0 auto;
  background-color:#fff; /*#e3e3e3*/;
 }
/*  ------------------------------------------------------
HEADER
--------------------------------------------------------*/
div#header div#headerContent {
  width: 775px;
  
}


div#header div#headerContent ul{
  float: right;
  padding: 12px 0 0 0;
}

div#header div#headerContent ul li{
  display: inline;
}
div#header div#headerContent ul li a{
  float: left;
  text-transform: lowercase;
  color: #9f9e98;
  font-size: 12px;
  margin: 0 28px 0 0;
}
/*  ------------------------------------------------------
MAINNAV
--------------------------------------------------------*/

div#mainNav{
 
  position: relative;
  padding: 0;
  font-size:13px;
}
div#mainNav ul{
  padding: 0;
  margin: 0;
  /*border-bottom: #333 1px solid;*/
}
div#mainNav li{
  float:left;
  
}
div#mainNavContent{
  
  background:url(/basics/images/navibereich.jpg) repeat-y 0 0;
  border-bottom: 1px solid #9D9C9C;

  width:960px;
  font-family: Arial,Verdana,sans-serif;
   font-weight:bold;
}

div#mainNav ul li{
  
  padding: 0 0 0 21px;
  /*border-top: #333 1px solid;*/
}
div#mainNav ul li a {
  display: block;
  padding: 12px 0px 11px 0;
  text-decoration: none;
  color: #585858;
  font-weight: bold;
}

div#mainNav ul li:hover{
  /*background-color: #8f211d;*/ 
}
div#mainNav ul li:hover a {
  color:#8F211D;
}

div#mainNavContent ul li ul {
  border-bottom: none;
}
div#mainNavContent ul li ul li {
  background: none;
  border-top: none;
  color: #727272;
  padding: 0;
}
div#mainNavContent ul li ul li a {
  padding: 0 0 4px 0;
  margin:0 0 0 23px;
  font-weight: normal;
}
div#mainNavContent ul li:hover ul li a {
  color: #e3e3e3;
}
div#mainNavContent ul li ul li:hover a {
  color:#fff;
}
div#mainNav ul li.current a{ color:#8F211D;}

/*  ------------------------------------------------------
CONTENT
--------------------------------------------------------*/
div#content {
  width:960px;
  padding: 0;
  /*background: #922d21 url(/basics/images/rightbar.jpg) repeat-y 785px 0;*/

 }
div.linie, div.liniestudiencenter { 
  background: url(/basics/images/linie-0.jpg) no-repeat 0 0;
}
div.linie {
  height: 15px; 
    margin-top: 10px;
}
div.liniestudiencenter{
  height: 30px; 
    margin-top: 10px;
  margin-left: 0;
}


div#content p {
  padding: 0 0 12px 0;
  line-height: 130%;
}

div#content a {
	line-height: 130%;
	}

div#content a:hover { 
  color:black;
  text-decoration: none;
 }
.table_kontakt {
 /* color:#6d6f71; */
 
}
.table_kontakt td{
 padding: 15px 25px 5px 0px;
}
.kontaktinput{
 width: 300px;
}
.kontakttextarea{
 width: 300px;
 height: 150px;
}

div#textkarte {
 padding: 0 0 20px 0;
}
.pfeil{
  float:left;
  padding: 0 10px 0 0;
}
/*  ------------------------------------------------------
LEFTBAR
--------------------------------------------------------*/
div#leftbar{
  /*border: green 1px solid;*/
  width: 185px;
  float: left;
  background-color:#e3e3e3;
  /*background-color:#a9a9a9;*/
}
div#socialbar{
 
  background-color: #EDEDED;
  padding: 0 20px 10px 15px;
  margin: 7px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #727272;
}

div#socialbar a  {
 
 }

div#socialbar ul li  {
  clear: left;
  
  padding: 3px 0 3px 9px;
  
}
div#socialbar ul li a   {
  float: left;
  text-decoration: none;
  padding: 0 0 3px 0;
  margin: 10px 0 0 0;
 
}
div#socialbar ul li a:hover   {
  
  text-decoration: underline;
 
}

div#socialbar ul li a img {
  vertical-align: middle;

}  
div#socialbar ul li a.twitter {
 padding: 3px 0 3px 8px;
}




/*  ------------------------------------------------------
RIGHTBAR
--------------------------------------------------------*/
#rightbar{
  float: left;
  width: 775px;
}
/*  ------------------------------------------------------
MAINCONTENT
--------------------------------------------------------*/
div#mainContent{
  width: 616px;
  float: left;
  padding: 22px 22px 0 22px;
  background: #fff;

}
div#mainContent{
  width: 616px;
  float: left;
  padding: 22px 22px 0 22px;
  background: #fff;
  line-height: 160%;

}
div#mainContent b{
  
  line-height: 160%;

}
div#mainContent ul {list-style-type: circle;}
div#mainContent ul li {
/*padding: 0 0 22px 0;
  line-height: 140%;*/
	line-height: 130%;
}
div#mainContent h2.liste{
  color: #727272;
}
.liste{
  line-height: 50%;
  font-weight:normal;
  
}
.links {
  width:250px;
  float:left;
  padding:4px 0 0 0;
}

.rechts {
  width: 362px;
  float:left;
}
div#mainContent a {
  color: #0091ac;
}
div#mainContent h2 {
  padding: 0 0 12px 0;
  color: #903b2b;
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: normal;
}
div#mainContent h2.studiencenter {
font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 0;
}
div#mainContent h2.h2studiencenter {
  padding: 15px 0 30px 0;
  color: #717173;
  font-weight: normal;
  font-size: 19px;
}

div#mainContent h3 {

  color:#303030;
  font-weight: bold;
  line-height:160%;
  font-size: 12px;
  margin-top: 15px;
}
div#mainContent h4 {
  font-weight: bold;
/*  font-style: italic; */
  line-height:140%;
  font-size: 16px;
  padding: 0 0 12px 0;
}

div.downloadbox {
 background: #ededed; 

}
div#mainContent .downloadbox p {
  padding: 15px 0 0 15px;
}

div#mainContent .doppelboxoben  {
/*background: #8F211D;*/

margin:0;}
div#mainContent .doppelboxunten {/*background:#ededed;*/
padding:5px 15px 0 0;
margin:0 0 0 0;
clear: both;
}
div#mainContent .doppelbox2oben  {
/*background: #8F211D;*/
padding:0 15px 0 0;
}
div#mainContent .doppelbox2unten {
  
padding:15px 15px 0 0;
margin:0 0 12px 0;
}

/*  ------------------------------------------------------
MAINCONTENTRIGHTBAR
--------------------------------------------------------*/
div#mainContentRightBar{
  width: 300px;
  float: right;
  height: 100%;
  background: #fff;
  padding: 34px 0 0 0;
 
}
div#mainContentRightBar a {
  color:#0091ac;
}

div.box {
  margin: 0 0 25px 0;
}
div#mainContent {
  margin:0;
  
  font-size: 13px;
  padding: 17px 0 4px 21px;
}

div.box h2 {
  margin:0;
  
  font-size: 13px;
  padding: 5px 0 4px 15px;
}
 div#mainContent .doppelbox2oben h2 {
  margin:0;
  font-size: 16px;
  padding: 0 0 0 0;
}
div#content div.box p {
  padding: 5px 10px 10px 15px;
  font-size: 12px;
}
div.boxrot { background-color:#e8e8e7; }
div.boxrot h2 {font-size: 12px; font-weight: bold; font-family: Arial; color:#ffffff; background:  #e8e8e7 url(/basics/images/infokasten_header.jpg) no-repeat 0 0; }
div.boxgelb { background-color:  #e8e8e7;}
div.boxgelb h2 {font-size: 12px; font-weight: bold; font-family: Arial; color:#ffffff; background: #e8e8e7 url(/basics/images/infokasten_header.jpg) no-repeat 0 0; }
div.boxgruen { background-color:  #e8e8e7;}
div.boxgruen h2 {font-size: 12px; font-weight: bold; font-family: Arial; color:#ffffff; background:  #e8e8e7 url(/basics/images/infokasten_header.jpg) no-repeat 0 0; }
div.boxblau { background-color: #e8e8e7;}
div.boxblau h2 { font-size: 12px; font-weight: bold; font-family: Arial; color:#ffffff; background:  #e8e8e7 url(/basics/images/infokasten_header.jpg) no-repeat 0 0; }
/*div.boxgrauunten {background:  #8f211d url(/basics/images/boxright2.jpg) no-repeat 0 0; }*/
     
 /* background-color:#8f211d;*/


div#query ul { padding: 0; margin: 0;}


/*****************************
Tabelle Studien
*****************************/

div#mainContent h3.block {
	background: #903b2b;
	color: #ffffff;
	padding: 5px 15px;
	margin-bottom: 25px;
	margin-top: 0px;
}

div#mainContent h3.block:first-child {
	margin-top: 15px;
}

div#mainContent table.studien {
	margin-bottom: 30px;
	width: 100%;
}

div#mainContent table.studien tr th,
div#mainContent table.studien tr td {
	padding: 5px 15px 5px 0px;
	border-bottom: 1px solid #e8e8e7;
	text-align: left;
	line-height: 140%;
}

div#mainContent table.studien.kurz tr th a.button,
div#mainContent table.studien.kurz tr td a.button {
	margin: 0px;
}

div#mainContent table.studien tr th {
	color: #903b2b;
	text-transform: uppercase;
	font-size: 12px;
}

div#mainContent table.studien tr th:nth-child(1),
div#mainContent table.studien tr td:nth-child(1) {
	width: 43%;
}

div#mainContent table.studien tr th:nth-child(2),
div#mainContent table.studien tr td:nth-child(2) {
	width: 15%;
}

div#mainContent table.studien tr th:nth-child(3),
div#mainContent table.studien tr td:nth-child(3) {
	width: 25%;
}

div#mainContent table.studien tr th:nth-child(4),
div#mainContent table.studien tr td:nth-child(4) {
	width: 17%;
}

div#mainContent table.studien.kurz tr th:nth-child(1),
div#mainContent table.studien.kurz tr td:nth-child(1) {
	width: 40%;
}

div#mainContent table.studien.kurz tr th:nth-child(2),
div#mainContent table.studien.kurz tr td:nth-child(2) {
	width: 60%;
}

div#mainContent a.button, div#mainContent a.button:link, div#mainContent a.button:visited {
	color: #ffffff;
	background-color: #0091ac;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px auto 25px auto;
	padding: 5px 15px;
}

div#mainContent a.button:hover, div#mainContent a.button:focus, div#mainContent a.button:active {
	background-color: #333333;
}