/**
* Definition der Druckversion
*
* (c) 2009 <i-D> internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Annekathrin Linge <a.linge@i-d.de>
*/ 

@import url(screen/04-content.css);



/************ IMPORT AUS LEBENSLAUF.CSS *********************/
h2{
  margin-bottom: 10px;
}

.tx-studienangebot2-pi1{
  width: 520px;
  float: left;
  margin-right: 26px;
}

.studienangebotListe{
  padding: 5px 0;
  /*border-bottom: 1px solid #000; */
 clear: both; 
}

.studienangebotListeLinks{
  float: left;
  width: 150px;
}

.studienangebotListeRechts{
  float: left;
}

.studienangebotSingle{
  padding: 5px 0;
  /*border-bottom: 1px solid #000; */
 clear: both; 
}

.singleLinks p,.singleRechts p{
  margin-top: 0px;
  margin-bottom: 0px;
clear:both;
}

.singleLinks{
  float: left;
padding-right:2px;
width:158px;
  font-weight: bold;
    margin-bottom: 5px;
}

.singleRechts{
  float: left;
  width: 358px;
  margin-bottom: 5px;
}
.singleTopBild, .singleTopBildLebenslauf{
  width: 160px;
  float: left;
}

.singleTopBild img,.singleTopBildLebenslauf img{
  width: 130px;
  height: 130px;
  margin: 0 20px 20px 0px;
}

.singleListeBild{
  float: left;
}

.singleListeBild .singleLinks{
 padding-right:5px;
width:145px;
}

.singleListeBild .singleRechts{
  width: 198px;
}

/*.studienangebotSingleRechts img{
width: 150px;
height: auto;
}*/


.clearStudienAngebot{
  clear:both; 
  width: 100%;
  height: 0px;
}

.clearfix{
 clear: both;
}


/***********************************************************/





* {
   font-family: Arial, Verdana,Geneva, Helvetica, sans-serif;
}

body{
  font-size: 0.7em;
  color: #000; 
  line-height: 1.7em;
  background: #fff;
  padding: 20px;
}

h1 {
font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.news-single-item h1{
  width: 70%;
}

h2 {
  font-weight: bold;
  font-size: 1em;
}

h3{
  font-size: 1.2em;
}

a img{
  border: 0px;
}

#content, #text, #marginal{
clear: both !important;
}


.singleListeBild .singleLinks{
  width: 158px;
}

#content{
  clear: both;
width: 550px;
}

.clearfix{
  width: 100%;
clear:both;
}

#marginal{
clear:both;  
margin-top: 20px;
width: 100%;
}

.box{
clear:both;
width: 100%;
}

.box h1{
  color: #000;
background: #fff;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
clear:both;
}

#leftCol,
#footer,
#headerImg,
#headerRight,
#topNavi,
#search,
#breadcrumbs,
#naviMain,
.calendar-event-backlink,
.news-single-backlink,
.singleTopBild{
  display: none;
}



.clearBoth {
	clear: both;
	overflow: hidden;
}
.clearRight {
	clear: right;
	overflow: hidden;
}
.clearLeft {
	clear: left;
	overflow: hidden;
	height: 0;
}