/*--------------------------------------------------------------------------------
aerzteblatt.de (seit relaunch 2012 nur noch fürs CMS)
--------------------------------------------------------------------------------*/
.aerztestellen
{
    color:rgb(51,77,151);
    font-weight: bold;
}
body {
	background-color: #eee;
	margin: 0;
	padding: 0;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.error {
    color: #c00;
}
.normal 
{
	font-size: 12px;
}

.small, .klein {
	font-size: 10px;
	line-height: 120%;
}
.smallTitle {
	font-size: 10px;
	font-weight: bold;
	color: #777;
}
a {
	text-decoration: none;
	color: #222;
}
a:hover {
	color: rgb(51,77,151);
	text-decoration: underline;
}
form {
	margin: 0;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}
.uline 
{
    text-decoration:underline;
}
#outerContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#innerContainer {
    position: relative;
    top: 0;
    left: 0;
	margin: auto;
	width: 940px;
	text-align: left;
	background-color: #eee;
}
#skyScraperContainer {
    position: absolute;
    top: 0;
    left: 775px;
    width: 160px;
/*    display: inline; */
    z-index: 5;
}
#bannerContainer 
{
    background-color:#fff;
    height: 90px;
    width: 774px;
    overflow: hidden;
    margin-left: 1px;
}
.bannerBlock {
	float: right;
	background-image: url(/img/layout/anzeige.gif);
	background-repeat: no-repeat;
	background-color: white;
    margin-left: 3px;
    padding-left: 20px;
	height: 60px;
}
.banner {
}
.bottomBannerBlock {
	float: left;
	background-image: url(/img/layout/anzeige.gif);
	background-repeat: no-repeat;
	background-color: white;
    margin-left: 3px;
    padding-left: 20px;
}
.bottomBanner 
{
    background-color: White;
}

#pageContainer {
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 16px;
    width: 775px;
	background-color: #fff;
}
#menuTopContainer {
	background-image: url(/img/layout/bgline.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 14px 6px 10px 6px;
}
#menuDatum {
}
#menuSmall {
	float: right;
}
.menuSmallButton {
	float: left;
	margin-left: 14px;
}
.menuSmallButtonActive, .menuSmallButtonAactive a {
	float: left;
	margin-left: 14px;
    background-color: transparent;
    color: black;
    border: 0;
    font-weight: normal;
}
.pulldownMenu {
    position: absolute;
    z-index: 100;
    width: auto; /*120px;*/
    left: 0;
    top: 13px;
    padding: 1px;
    background-color: #eee;
    border: 1px solid #fff;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: none;
}
.pulldownMenuItem {
    background-color: #fafafa;
    margin: 1px;
    padding: 2px;
    padding-right:10px;
    white-space:nowrap;
    cursor: pointer;
}
#menuMidContainer {
	padding: 4px 6px 4px 6px;
	font-size: 11px;
}
#menuServiceName {
	font-size: 28px;
	font-weight: bold;
	color: black;
}
#menuSearchBox {
	float: right;
	padding-top: 10px;
}
#menuSearchBoxInput {
	/*border: 1px solid #777;*/
	width: 100px;
	height: 17px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menuMainSeparator {
	border-top: 4px solid rgb(51,77,151);
}
#menuMainContainer {
	background-color: #e7e7e7;
    height: 26px;
    overflow: hidden;
	background-image: url(/img/layout/menubg.gif);
	font-size: 14px;
	font-weight: bold;
}
.menuMainButton {
    height: 26px;
	float: left;
	padding: 4px 8px 0 8px;
}
.menuMainButtonActive {
    height: 26px;
	float: left;
	padding: 4px 8px 0 8px;
	background-image: url(/img/layout/menubg-act.gif);
}
.menuMainButtonActive a {
	color: black;
}
#menuSubContainer {
	border-bottom: 1px solid #ccc;
	width: 100%;
	background-color: #f8f8f8;
	clear: both;
	white-space: nowrap;
}
.menuSubButton {
	font-size: 11px;
	line-height: 130%;
	float: left;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menuSubButtonActive {
	font-size: 11px;
	line-height: 130%;
	float: left;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
.menuSubButtonActive a {
}
.menuSubButtonSep {
    font-weight: normal;
    color: #aaa;
}
#contentSeparator {
    height: 20px;
    clear: both;
}
#contentContainer {
	background-image: url(/img/layout/contentbg.gif);
}
#contentMainContainerTD {
	width: 560px;
}
#contentMainContainer 
{
	font-size: 12px;
	line-height: 140%;
	width: 530px;
	padding: 0;
	margin-left: 10px;
	overflow: hidden;
}
.printBody, .printBody table
{
	font-size: 12px;
	line-height: 140%;
	margin: 10px;
	background-color: White
}
#contentMainContainer table 
{
	font-size: 12px;
	line-height: 140%;
}

#contentRightContainerTD {
	width: 215px;
}
#contentRightContainer {
	padding-left: 15px;
	padding-right: 3px;
	font-size: 10px;
}
#copyrightContainer 
{
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
#copyright 
{
    margin: auto;
    padding-top: 4px;
    font-size: 10px;
    color: #777;
    width:90%;
    border-top: 1px solid #ccc;
}
#copyright a, #copyright table {
    color: #777;
    font-size: 10px;
}
.homepageTitles {
    color: #777;
    font-size:10px;
    margin-left: -9px;
}
.homepageTitleShadow {
	background-image: url(/img/layout/titleshadow.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 170px;
	margin-right: 5px;
	margin-bottom: 11px;
}
.homepageTitleCrop 
{
    padding: 0;
    margin-top:5px;
	width: 120px;
	height: 163px;
	overflow: hidden;
}
.homepageTitleImg {
    margin-top: 0;
	width: 120px;
	height: 163px;
}
.homepageTitleImgReise 
{
    margin:0px;
    padding:0;
	width: 115px;
	height: 155px;
}
.homepageTitles ul {
    line-height: 100%;
    margin-top: 1em;
}
.homepageTitles li {
    margin-bottom: .5em;
}
.kasten {
    clear: both;
    width: 190px;
    margin-bottom: 20px;
	overflow: hidden;
}
.kasten ul {
    line-height: 120%;
    margin-top: 0.5em;
    margin-bottom: 0;
}

.kasten li {
    margin-bottom: 0.5em;
    /* fuer IE */
    margin-bottom: expression((this.parentNode.lastChild == this)? '0' : '0.5em');
}
/* fuer Firefox */
.kasten li:last-child {
    margin-bottom: 0;
}
.kastenTitle {
    font-size: 10px;
    background-image: url(/img/layout/kastenbg.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #777;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 3px;
    padding-bottom: 5px;
    padding-right:10px;
}
.kastenTitle a {
    color: #777;
}
.kastenTitle a:hover {
	color: rgb(51,77,151);
	text-decoration: underline;
}

.kastenContent {
    padding-left: 3px;
    padding-right: 10px;
}

.kastenContent img {
   margin-top: 4px;
   margin-bottom: 4px;
}

.contentKasten {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 188px;
    overflow: hidden;
}

.contentKastenTop {
    background-image: url(/img/layout/contentkastenbg.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 14px;
    padding: 5px 10px 0 5px;
}
.contentKastenBottom {
}
.contentKastenTitle {
    color: #777;
    font-weight: bold;
    margin-bottom: 8px;
}
.contentKastenContent {
}

ul {
    line-height: 120%;
    margin-top: 1em;
    list-style-type: square;
    padding: 0;
    list-style-type: none;
    margin-left: 0;
}
ul li {
    background: url(/img/bullet.gif) 0 0 no-repeat transparent;
    padding-left: 13px;
}

@media print {
	ul {
		list-style-type: square;
        margin-left: 20px;
	}
	ul li {
		background-image: none !important;
		padding-left: 0;
	}
}


ul.zusatzMeldungen {
    margin-top: .5em;
}

.blaetterTitel {
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 4px;
    color: #666;
}

.blaetterButtons {
    float:right; 
   
}
.blaetterButtons table, .blaetterButtons tr, .blaetterButtons td, .blaetterButtons div
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
}
.blaetterButtons img 
{
    border: 0;
    margin: 0 2px;
}
.blaetterSep 
{
    clear: right;
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 0;
}
.eingabefeld {
    font-size: 12px;
    font-family: Verdana, Arial,Verdana;
}

.smallbutton {
    font-size: 10px;
    border: 1px solid #777;
    background-color: #f7f7f7;
}
.button {
    font-size: 12px;
    border: 1px solid #777;
    background-color: #f7f7f7;
}
.eingabeBox {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    padding: 10px;
    font-size: 10px;
    margin-top: 10px;
}
.tableHeader {
    background-color: #ddd;
    line-height: 100%;
    padding: 2px 5px;
}
.tableLine {
    padding: 2px 5px;
    line-height: 120%;
    background-color: #eee;
}

.tableLineThread {
    padding: 2px 5px;
    line-height: 100%;
    background-color: #f9f9f9;
    font-size: 9px;
}

h1 
{
    font-size: 15px;
    font-family: Verdana, Arial;
    color:  #444;
}
h2 
{
    font-size: 13px;
    font-family: Verdana, Arial;
    color:  #777;
}
.daebgcolor 
{
    background-color:rgb(51,77,151);
}
#fullscreenImageDiv {
    position:absolute;
    text-align:center;
    width:100%;
    top:20px;
    display:none;
}
#fullscreenImage {
    cursor:url(/img/lupeminus.cur), move;
    margin-bottom:20px;
}
/*--------------------------------------------------------------------------------
Archiv
--------------------------------------------------------------------------------*/
.archivHeader {
    margin-bottom: 20px;
}

.archivAutor {
    font-size: 10px;
}
.archivTitel {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Arial;
}
.archivTitelEnglisch {
    font-family: Arial;
    font-size: 12px;
    color: #777;
    font-weight: bold;
    margin-bottom: 2px;
}
.archivZitierweise {
    font-size: 10px;
    line-height: 14px;
}
.archivDOI {
    font-size: 10px;
    line-height: 14px;
}
.archivRubrik {
    font-size: 10px;
    line-height: 14px;
}

.statistik { font-family: Tahoma; font-size: 9px ; border: 1px solid #777}


/*--------------------------------------------------------------------------------
Homepage
--------------------------------------------------------------------------------*/
.homepageBox {
    border: 0px solid #777;
    float: left;
    margin-right: 20px;
    background-color: #fff;
	font-size: 12px;
	line-height: 140%;
	overflow: hidden;
}

.homepageBox li 
{
    margin-bottom: 0.25em;
    margin-bottom: expression((this.parentNode.lastChild == this)? '0' : '0.25em');
}
.homepageBox li:last-child
{
    margin-bottom: 0;
}
.homepageBox ul {
    margin-bottom: 0;
}

.homepageBox2 {
    width: 163px;
    font-size: 10px;
    line-height: 120%;
}
.homepageBox2 .homepageTitel {
    font-size: 10px;
}
.homepageBox3 {
    width: 255px;
}
.homepageBox3 .homepageTitel {
    font-size: 12px;
}
.homepageBox4 {
    width: 346px;
}
.homepageBox6 {
    width: 530px;
}
.homepageRubrik {
    color: #777;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    vertical-align: 10%;
    background-image: none;
}
.homepageTitel {
    font-weight: bold;      
    font-size: 14px;
    margin-bottom: 0;
    opacity: 1;
    filter:alpha(opacity=100);
}
.homepageText {
    clear:none;
    margin-top: 10px;
}
.homepageBildLinks {
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
.homepageBildRechts {
    margin-top: 4px;
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}
.homepageBildLinksUnter {
    margin-top: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
.homepageBildRechtsUnter {
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}
.homepageBildUnterschrift {
    font-family: Tahoma;
    font-size: 10px;
    color: #666;
    line-height: 100%;
}
.homepageLine {
    clear: both;
    width: 535px;
    height: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}
.homepageListTitel 
{
    color: #777;
    font-weight: bold;
    font-size: 9px;
    text-transform: none; /*uppercase;*/
    margin: 0;
    margin-top: 10px;
}
.homepageList, .homepageList a, .homepageList b
{
    font-size: 10px;
    border-spacing:0;
    border-collapse:collapse;
    border:none;
}
.homepageList td, .homepageList tr
{
    padding:0;
}
.homepageList b, .newsWeitereListe b, .top5news b, .fetthell b
{ 
    color:#444
}
.homepageList ul, table.homepageList
{
    font-size: 10px;
    margin-top: 10px;
}
table.homepageList ul
{
    margin-top: 0;
}
.zusatzMeldungBildleft {
    float: left;
    margin-right: 10px;
}
.zusatzMeldungBildright {
    float: right;
    margin-left: 10px;
}

/*--------------------------------------------------------------------------------
Forum
--------------------------------------------------------------------------------*/
.heute { color:green; }
.gestern { color:red; }

.forenListe {
    line-height: 120%;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 2em;
    padding: 0;
    list-style-type: square;
    color: #777;
}
.forenListe li {
    margin-bottom: 1em;
}
.forenBeitrag {
    background-color:#eee;
    padding:10px;
    margin-bottom:20px;
}
.forenBeitragTitel 
{
    font-size: 14px;
    font-weight: bold;
}
.forenBeitragAutor 
{
    font-size: 10px;
    margin-bottom: 1em;
}
.forenBeitragText {
}
.forenBeitragZitat 
{
    margin-left: 20px;
    font-style: italic;
    margin-bottom: 1em;
}
/*--------------------------------------------------------------------------------
News
--------------------------------------------------------------------------------*/
.newsRubrik {
    color: #777;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    vertical-align: 10%;
    font-family: Verdana, Arial,Verdana;
}
.newsDatum 
{
    font-size: 10px;
}
.newsTitel {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: .8em;
}

.news .newsRubrik {
    color: #777;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    vertical-align: 25%;
    font-family: Verdana, Arial,Verdana;
    clear: both;
}
.news .newsTitel {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: .8em;
    line-height: 120%;
    font-family: Arial;
    clear:both;
}

.newsText {
    /*clear: left;*/
}
.newsText a, .blogBeitragText a {
    text-decoration: underline;
}

.newsWeitereListe 
{
    clear:both;
    font-size: 10px;

}
.newsWeitereListe li {
    margin-bottom: .5em;
}
.newsKommentare {
    font-weight: bold;
    font-size: 14px;
}
.newsKommentar 
{
    font-size: 10px;
    padding: 10px;
    background-color: #eee;
    margin-top: 1em;
    margin-bottom: 2em;
}
.newsKommentarDatum 
{
    font-style:italic;
}
.newsKommentarTitel 
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: .5em;
}
.newsKommentarText 
{
}

.newsLinksKasten
{
    width: 160px;
}
.newsLinksKasten ul 
{
    margin-bottom:1em;
}
.newsLinksKasten a {
    text-decoration:none;
}
.newsLinksKasten b {
    color:#777;
}
.newsLinksKasten ul b
{
    color:#333;
}

.calendarTable {
	font-family: Verdana, Arial,Verdana;
	font-size: 9px;
	padding: 2px;
	width: 170px;
}
.calendarTable tr {
	background-color:#eee;
	text-align:center;
}
.calendarDisabled 
{
    color: #bbb;
}
tr.calendarDayTitle, tr.calendarMonthTitle, td.calendarWeekNumber {
	background-color:#ddd;
}

.searchHighlite {
    /*background-color: Yellow;*/
    color: red;
    font-weight: bold;
    /*padding: 0 2px;*/
}
.searchHits 
{
    line-height: 120%;
    margin-top: 2em;
    padding: 0;
    color: #777;
}
.searchHit {
    margin-bottom: 1em;
}

.searchDachzeile {
    font-size: 10px;
    font-weight: bold;
}
.searchTitel {
    font-size: 12px;
}
.searchUntertitel {
    font-size: 10px;
    color: rgb(51,77,151);
}
.newsSeite {
    border: 1px solid #ccc;
    padding: 0;
}
/*--------------------------------------------------------------------------------
News
--------------------------------------------------------------------------------*/
.anzeigenListeAnzeige 
{
    padding: 5px;
    background-color: #eee;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: normal;
}
.anzeigenListeAusgabe 
{
    color:rgb(51,77,151);
    font-weight: bold;
    font-size: 14px;
}

/*--------------------------------------------------------------------------------
Archiv
--------------------------------------------------------------------------------*/
.heftuebersichtHeft 
{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
}
.heftuebersichtHeft img {
    width: 78px;
    height: 106px;
    border: solid 1px #aaa;
}
.heftuebersichtRubrik 
{
    color: #777;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}
.heftuebersichtMagazin
{
    color: #777;
    font-size: 16px;
    font-weight: bold;
   /* text-transform: uppercase;*/
    margin-bottom: 5px;
}
.heftuebersichtBeilage 
{
    margin-bottom: 40px;
}
.heftuebersichtArtikel 
{
    clear: both;
    margin-top: 4px;
    line-height: 110%;
}
.heftuebersichtArtikelSmall
{
    clear: both;
    margin-top: 3px;
}
.heftuebersichtArtikelVorschau 
{
    padding:10px 4px;
    background-color: #eee;
}
.heftuebersichtArtikelETitel
{
    font-weight: bold;
    color: #777;
    font-style: italic;
    font-size: 11px;
}
.heftuebersichtArtikelTitel 
{
    font-weight: bold;
    margin-top: 6px;
    color: #333;
}
.heftuebersichtArtikelTitelSmall 
{
    font-size: 10px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 100%;
}
.heftuebersichtArtikelSeite
{
    width: 66px;
    height: 88px;
    border: 1px solid #ccc;
    padding: 0;
}
.artikelArtikelSeite
{
    width: 100px;
    height: 135px;
    border: 1px solid #ccc;
    padding: 0;
}

.heftuebersichtArtikelSeiteMag 
{
    width: 66px;
    height: 88px;
    border: 1px solid #ccc;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.heftuebersichtArtikelSeiteVorschau 
{
    width: 33px;
    height: 44px;
    border: 1px solid #ccc;
    padding: 0;
    float: right;
    margin-left: 10px;
}
.heftuebersichtArtikelTeaser
{
    font-size: 10px;
    line-height: 100%;
    margin-top: 4px;
}

.pdflink { COLOR: #820000; }
.epaperlink { COLOR: #006020; }
.fragebogenlink { COLOR: #ee7000;  }
.litlink { COLOR: #008200;  }
.htmllink { COLOR: #002299;  }
.leserlink { COLOR: #000082;  }
.wordlink { COLOR: mediumseagreen;  }
.zusatzlink { COLOR: black;  }
.editlink { FONT-WEIGHT: bold; COLOR: darkolivegreen; FONT-STYLE: italic;  }
.statistik { font-family: Tahoma; font-size: 9px ; border: 1px solid #777}
.leserlink {  COLOR: #000082 }
.leserreiselink {  COLOR: #f70 }

.berichtigung 
{
    color: #c00;
}
.rechercheTabelle 
{
    padding: 5px 5px;
    border-spacing: 0;
    line-height: 110%;
}
.rechercheUeberschrift
{
    color: #777;
    font-size: 9px;
    font-weight: bold;
}
.rechercheSeparator 
{
    height: 20px;
}
.rechercheMerker 
{
    float: right;
    padding: 1px;
    margin-left: 25px;
    margin-bottom: 10px;
}
.rechercheAutoren 
{
    line-height: 120%;
    font-size: 10px;
}
.rechercheTitel
{
    font-weight: bold;
    color: #333;
}
.rechercheEtitel
{
    font-weight: bold;
    color: #777;
    line-height: 100%;
    /*font-style: italic;*/
    font-size: 10px;
}
.rechercheZitierweise
{
    font-size: 10px;
    line-height: 100%;
    margin-top: 4px;
}
.rechercheSchlagwoerter
{
    font-size: 10px;
    line-height: 100%;
    margin-top: 4px;
}
.rechercheTeaser
{
    font-size: 10px;
    line-height: 100%;
    margin-top: 4px;
}

.artikelAutoren 
{
    color: #777;
    font-weight: bold;
    font-size: 11px;
}
.artikelTitel 
{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial;
    line-height: 120%;
}

.artikelETitel 
{
    font-weight: bold;
    font-size: 12px;
    color:#777;
    font-style:italic;
}

.artikelZitierweise
{
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 120%;
}
.artikelBezug
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 120%;
    font-style:oblique;
}
.artikelBezug a {
    color: #444;
    text-decoration: none;
}

.artikelBildLink 
{
    font-weight: bold;
    color: #225;
    font-style: italic;
}
.artikelBU 
{
    font-family: Tahoma;
    font-size: 10px;
    line-height: 100%;
    color: #666;
    padding-top: .5em;
}
.artikelAutorinfo 
{
    /*font-family: Tahoma;*/
    font-size: 10px;
    line-height: 120%;
    margin-bottom: 1em;
}
.artikelAbstract
{
    /*font-style:oblique;*/
    font-size: 11px;
    line-height: 125%;
    margin-bottom: 1em;
}
.artikelURLs 
{
    width: 160px;
    padding: 6px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border: 1px solid #aaa;
}
.artikelURLs ul 
{
    margin-bottom:.5em;
    margin-top:.5em;
}
.artikelURLs b 
{
    color:#777;
}
.sw
{
    color:#777;
}
/*--------------------------------------------------------------------------------
Blogs
--------------------------------------------------------------------------------*/
.blogBeitrag {
    background-color:#eee;
    padding:10px;
    margin-bottom:20px;
}
.blogBeitragTitel 
{
    font-size: 14px;
    font-weight: bold;
}
.blogBeitragAutor 
{
    font-size: 10px;
    margin-bottom: 1em;
}
.blogBeitragText 
{
    margin-bottom: 1em;
}
.blogBeitragStatus
{
    border-top: 1px solid #aaa;
    font-size: 11px;
}
.blogKommentare {
    font-weight: bold;
    font-size: 14px;
}
.blogKommentar 
{
    font-size: 10px;
    padding: 10px;
    background-color: #eee;
    margin-top: 1em;
    margin-bottom: 2em;
}
.blogKommentarDatum 
{
    font-style:italic;
}
.blogKommentarTitel 
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: .5em;
}
.blogKommentarText 
{
}
.blogKommentarEingabe {
    
}
/*--------------------------------------------------------------------------------
CME
--------------------------------------------------------------------------------*/
.cmeFrageBox 
{
    float: left;
    width: 30px;
    height: 20px;
    border: 1px solid #777;
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
}
.cmeFragen
{
    float: left;
}
.cmeFrageKommentar
{
    font-style: italic;
    font-size: 11px;
    margin: 0 10px 3em 50px;
    color: rgb(51,77,151);
}

/*--------------------------------------------------------------------------------
Anzeigen
--------------------------------------------------------------------------------*/
.anzeigenTabelle {
    padding: 5px 5px;
    border-spacing: 0;
    line-height: 110%;
}
.anzeigenInserent {
    font-size: 10px;
}
.anzeigenBeschreibung {
    font-weight: bold;
    color: #333;
}
.anzeigenOrt {
    font-size: 10px;
}
.anzeigenAusgabe {
    font-size: 10px;
    color: #777;
}
.anzeigenRubrik 
{
    font-size: 10px;
    font-style: italic;
    color: #444;
}
.anzeigenMerker {
    float: right;
    padding: 1px;
    margin-left: 5px;
}
.anzeigenFachgebiete, .anzeigenTermine {
    color: rgb(51,77,151);
    font-size: 10px;
}
.anzeigenAnzeige {
    text-align:center;
    margin:10px 0;
}
.anzeigenFliesstext {
    border: 1px solid #ccc;
    background-color: #eef;
    font-size: 12px;
    line-height: 130%;
    padding: 4px;
    margin-bottom: 4px;
    width: 400px;
}
.anzeigenChiffre 
{
    font-style: italic;
    font-weight: bold;
}
.anzeigenCounter 
{
    background-color:Black;
    color:#ccc;
    font-family:Courier New, Courier;
    font-size:12px;
    padding: 0 2px;
}

/*--------------------------------------------------------------------------------
Preise
--------------------------------------------------------------------------------*/
.preis .preisTitel {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: .8em;
    line-height: 120%;
    font-family: Verdana, Arial;
}


@media print
{
    #skyScraperContainer, 
    #bannerContainer, 
    #menuTopContainer,
    #menuMainContainer,
    #menuSubContainer,
    #menuSearchBox,
    #contentRightContainer,
    .blaetterButtons
    { display: none; }
    #innerContainer, #pageContainer  { width:100% }
    #contentMainContainerTD, #contentMainContainer { width: 100% }
    #contentContainer { background-image: none; }
}

/*----------------------------------------------------------------------------
Videos
----------------------------------------------------------------------------*/
.videoThumb {
    width: 160px;
    margin-right: 25px;
    float: left;
    font-size: 10px;
    line-height: 110%;
}
.videoThumbImg {
    border: 0;
    width: 160px;
    height: 90px;
    margin: 4px 0;
}
.clearer {
    clear: both;
    margin-bottom: 2em;
}

.dimm40 {
    filter: alpha(opacity=40);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    color:#999;
}

/*----------------------------------------------------------------------------
Bilder-Galerie
----------------------------------------------------------------------------*/
.dia {
    width: 160px;
    height: 160px;
    float: left;
    text-align: center;
    background-color: #e7e7e7;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    margin-right: 16px;
    margin-bottom: 16px;
    -moz-border-radius:15px; 
    -webkit-border-radius:15px; 
    -khtml-border-radius:15px; 
    border-radius:15px;
}
.dia img {
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #555;
    border-left: solid 1px #555;
}

