﻿html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, fieldset {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
body {
    /*background: #d1d2d4 url('/images/hg_verlauf.jpg') repeat-x;*/
    background: #fff;
    font-family: arial, sans-serif;
    font-size: 11px;
    text-align: left;
    line-height: 1.5;
    color: #000000;
}

/* BANNERWERBUNG */
div#banner_cnt { background: #fff; width: 790px; height: auto; float: left; }
div#banner_frame { background: #fff; width: 992px; height: auto; margin: 8px; }
div#banner_bottom { background: #fff; width: 788px; height: 100px; margin-top: 5px; border: solid #ccc 1px; }
div#banner_right_cnt { background: #fff; width: 202px; height: auto; float: left; }
div#banner_right { background: #fff; margin-left:5px; width: 195px; height: 506px; border: solid #ccc 1px; }
div#banner_bottom_right { background: #fff; width: 195px; margin-left:5px; height: 100px; margin-top: 5px; border: solid #ccc 1px; }
div.banner_no_border {
    border: none !important;
}
/* ***** */

/****************************************
WRAPPER
****************************************/
div#wrapper { 
border: 1px solid rgb(0, 0, 0); 
padding: 5px; 
background: rgb(255, 255, 255) none repeat; 
width: 778px; 
height: auto; 
}
/****************************************
HEADER
****************************************/
div#header {
    background: transparent;
    width: 776px;
    height: 160px;
    border: solid #000 1px;
    position:relative
}
div#logo {
   position:relative; 
   float:left; 
   top:60px; 
   left:12px;
}
a#home {
    position: absolute;
    top: 139px;
    left: 0px;
    border: solid #000 1px;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
    padding: 2px 16px;
    color: #000;
}
div#banner {
    position: relative;
    background: #fff;
    max-width: 520px;
    height: 160px;
    float: right;
}
a#homeBib {
    background: url('/images/transp.gif');
    position: absolute;
    top: 0px;
    right: 0px;
    width: 110px;
    height: 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
/****************************************
NAVIGATION
****************************************/
#nav_frame {padding: 14px 0px;}
#nav {
    background: transparent;
    width: 520px;
    height: 21px;
    text-align: center;
    margin: 0px;    
    float: right;
}
/*-- Mozilla fix --*/
html>body #nav {overflow:auto}
#nav ul, #nav li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
#nav a {
    background: #7DABC3;
    width: 122px;
    text-decoration: none;
    padding: 2px 0;
    margin: 0px;
    color: #fff;
    float: left;
    text-align:center;
}
#subNav {
    background: #7dabc3;
    margin-right: 2px;
    width: 518px; 
    text-align: center; 
    float: right; 
    border-top:1px solid #FFFFFF;
    height: 21px;
}
* html #subNav {margin-right:1px;}
#subNav ul, div#subNav li { 
    margin: 0px; 
    padding: 0px; 
    list-style-type: none; 
    float: left; 
}
#subNav a { 
    padding: 2px 10px;   
    background: rgb(125, 171, 195) none repeat; 
    width: auto; 
    text-decoration: none; 
    color: rgb(0,0,0); 
    float: left; 
}
#subNav a.middle { width: 135px; } /* WICHTIG: Bekommt der mittlere Link "führen und wirtschaften" */
#subNav a:hover { text-decoration: underline; }
#nav_div_connect
{
    background:#7DABC3; 
    width: 122px; 
    position: absolute; 
    top: 20px; 
    left: 390px; 
    height: 3px;
    line-height:3px;
    font-size:3px;
}

/****************************************
CONTAINER
****************************************/
div#container {
    background: #fff url('/images/pix.jpg') repeat-y 255px;
    width: 776px;
    height: auto;
    border: solid #000 1px;
}
/****************************************
LEFT COLUMN
****************************************/
div#leftCol {
    background: #fff;
    width: 255px;
    height: auto;
    float: left;
}
div.leftAbo {
    background: #fff;
    width: 255px;
    height: 233px;
    border-bottom: solid #000 1px;
}
div.eventLogo {
    background: #fff;
    width: 235px;
    height: 29px;
    margin: 10px;
}
div.event {
    background: #fff;
    width: 235px;
    height: auto;
    padding: 0 0 5px 0;
    margin: 10px 10px 20px 10px;
    border-bottom: dotted #7DABC3 1px;
}
div.event a {
    color: #7DABC3;
    text-decoration: none;
}
div#leftSearch {
    width: 255px;
    border-bottom: solid #000 1px;
}
div#leftSearchField {
    width: 235px;
    padding: 10px;
}
div.leftSearchItems {
    width: 235px;
    padding: 0 10px 10px 10px;
}
div.leftSearchItems label {
    width: 200px;
    margin: 10px 0;
    float: left;
}
div.leftSearchItems input {
    font-size: 11px;
}
/****************************************
RIGHT COLUMN
****************************************/
div#rightCol {
    background: #fff;
    width: 490px;
    height: auto;
    padding: 15px 15px 55px 15px;
    float: right;
    border-left: solid #000 1px;
}
div#rightCol a {
    color: #000;
}
div#rightCol select {
    width: 200px;
    font-size: 11px;
}
div#searchField {
    margin: 10px 0;
}
div#searchField input {
    margin: 0 0 0 40px;
    font-size: 11px;
}
div.searchTopic {
    background: #fff;
    width: 490px;
    height: auto;
    padding: 5px 0;
    margin: 20px 0;
    border: dotted #7DABC3 1px;
    border-left: none;
    border-right: none;
}
div.searchTopic img {
    margin: 0 10px 0 0;
}
div.searchTopic img.rechts {
    margin: 0 0 0 10px;
}
div.searchTopic a {
    text-decoration: none;
    color: #000;
}
div.searchItems fieldset, div#searchTown fieldset {
    border: none;
}
div.searchItems label {
    width: 220px;
    float: left;
}
div.searchItems input {
    font-size: 11px;
}
div.itemsLeft {
    background: #fff;
    width: 245px;
    height: auto;
    float: left;
}
div.itemsRight {
    background: #fff;
    width: 245px;
    height: auto;
    float: right;
}
div.searchStart {
    width: 220px;
    margin: 20px 0 20px 100px;
}
div.searchStart label {
    margin: 10px 0;
    line-height: 18px;
}
div.searchItems a.start {
    margin: 20px 0 0 0;
}
div#searchTown label.label_check {
    font-size: 11px;
    padding: 2px 20px 1px 20px;
}
div#searchTown a, div.searchItems a {
    background: #7DABC3;
    width: auto;
    text-decoration: none;
    padding: 2px 4px;
    color: #fff!important;
    float: left;
}
div#searchTown a {
    margin: 0 70px 0 0;
}
div#searchTown input, div#searchTown select, div#searchTown option {
    font-size: 11px;
}
div.resultLinks {
    padding: 5px 0;
    margin: 20px 0 30px 0;
    border-bottom: dotted #7DABC3 1px;
}
div.resultLinks img {
    border: none;
    margin: 0 5px 0 0;
}
div.searchTopic img.link {
    border: none;
}
div.resultLinks a {
    margin: 0 37px;
    text-decoration: none;
    color: #000;
}
div.artikel {
    background: #fff;
    width: 490px;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: dotted #7DABC3 1px;
}
div.last {
    border: none;
}
h1 {
    font-size: 12px;
    font-weight: bold;
    color: #7DABC3;
    margin: 0 0 20px 0;
}
h1.grey {
    font-size: 13px; 
    height:25px; 
    line-height:25px; 
    background:#7DABC3; 
    color:#FFFFFF; 
    font-weight:bold; 
    padding-left:6px;
}
div.artikel img {
    float: left;
    margin: 0 10px 10px 0;
}
div.artikel p {
   margin: 0 0 0 0;
   padding: 0 0 1.2em 0;
}
div.artikel a { 
text-decoration: none; 
color: #7DABC3!important; 
}
div.artikel a.anc_btn {
    background: #123265;
    text-decoration: none;
    padding: 2px 10px;
    color: #FFFFFF!important;
    float: right;
}

div.artikelAktuell {
    background: #fff;
    width: 490px;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: dotted #7DABC3 1px;
}
div.artikelAktuell h1 {
    font-size: 12px;
    font-weight: bold;
    color: #7DABC3;
    margin: 0;
}
div.artikelAktuell img {
    float: left;
    margin: 0 10px 10px 0;
}
div.artikelAktuell a {
    text-decoration: none;
    font-weight: bold;
    color: #123265;
}
div.artikelTopic {
    background: #fff;
    width: 490px;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}
div.artikelTopic h1 {
    font-size: 12px;
    font-weight: bold;
    color: #7DABC3;
    margin: 0;
}
div.weitereArtikel {
    background: #fff;
    width: 490px;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: dotted #7DABC3 1px;
}
div.weitereArtikel h1 {
    font-size: 12px;
    font-weight: bold;
    color: #7DABC3;
    margin: 0;
}
div.weitereArtikel a {
    text-decoration: none;
    font-weight: bold;
    color: #123265;
}
div.derArtikel {
    background: #fff;
    width: 490px;
    height: auto;
}
div.derArtikel h1 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
div.derArtikel h2 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
}
div.derArtikel img {
    float: left;
    margin: 0 10px 10px 0;
}
div.derArtikel p {
    margin: 0 0 10px 0;
}
div.derArtikel a {
    background: #123265;
    padding: 2px 10px;
    color: #fff !important;
    text-decoration: none;
}
div#detailNav {
    background: #fff;
    width: 490px;
    height: auto;
}
div#detailBack {
    float: left;
}
div#detailBack img {
    margin: 0 10px 0 0;
}
div#detailNext {
    float: right;
}
div#detailNext img {
    margin: 0 0 0 10px;
}
div#detailBack a, div#detailNext a {
    color: #7DABC3;
    text-decoration: none;
}
div#detailTopic {
    background: #d1d2d4;
    width: 465px;
    height: 17px;
    padding: 2px 2px 4px 23px;
    margin: 10px 0 0 0;
}
div#detailTitle {
    float: left;
    background: #d1d2d4;
    font-weight: bold;
    font-size: 12px;
}
div#detailDown {
    float: right;
    background: #d1d2d4;
}
div#detailDown img {
    margin: 0 0 0 10px;
}
div#detailDown a {
    text-decoration: none;
    color: #7dabc3;
}
div#detailContent {
    background: #d1d2d4;
    width: 490px;
    height: auto;
    padding: 10px 0;
    margin: 5px 0 0 0;
}
div#contentLeft {
    background: #d1d2d4;
    width: 150px;
    float: left;
    text-align: right;
    color: #7DABC3;
    font-weight: bold;
}
div#contentRight {
    background: #d1d2d4;
    width: 330px;
    float: right;
    padding: 0 0 0 10px;
}

select.width_70 {
    width: 70px !important;
}
input.width_66 {
    width: 66px;
    margin-left: 84px;
}
* html input.width_66, *+html input.width_66 {
    width: 64px;
    margin-left: 84px;
}

#frm_advertise input, textarea, select {margin-left: 8px!important; width: 250px;}
/****************************************
FOOTER
****************************************/
div#footer_content
{
    position:absolute; 
    left: 271px; 
    top: -39px; 
    width: 500px;
}
a.anc_footer_content {padding: 2px 10px; background: rgb(18, 50, 101) none repeat; color: rgb(255, 255, 255) !important; text-decoration: none;}

div#footer { 
    margin: 0 5px;
    background: transparent none repeat; 
    width: 480px; 
    height: auto; 
    text-align: center; 
}

div#footer a {
    text-decoration: none;
    color: #418ac1;
}
/****************************************
SCHRIFTVARIANTEN
****************************************/
.bold {
    font-weight: bold;
}
.blue {
    color: #7DABC3;
}
.grey {
    color: #999;
}
.sub {
    background: #123265;
    color: #fff;
    border: none;
    padding: 2px 5px;
    margin: 0 20px 0 0;
}
.dark {
    color: #123265!important;
}
/****************************************
SCRIPT
****************************************/
label.c_off,
label.r_off,
label.c_on,
label.r_on { padding: 3px 5px 0 20px; }
label.c_off input,
label.r_off input,
label.c_on  input,
label.r_on  input { position: absolute; left: -9999px; }
label.r_off { background: url('/images/radiobutton_unchecked.gif') no-repeat; }
label.c_off { background: url('/images/checkbox_unchecked.gif') no-repeat; }
label.c_on  { background: url('/images/checkbox_checked.gif') no-repeat; }
label.r_on  { background: url('/images/radiobutton_checked.gif') no-repeat; }
/****************************************
WWW.BIBLIOMED.DE styles
****************************************/
/* CONTENT SPALTE */
.aktuelle_ausgabe                {color:#000000; font-size:12px; font-weight:bold; text-align:left; text-indent:5px; padding-top:10px; padding-bottom:10px}
.artikel_rubrik                    {color:#000000; font-size:11px; background-color:#EFEEF3; text-transform:uppercase; text-align:left; text-indent:0px; padding-top:2px; padding-bottom:2px}
.fliesstext                    {color:#2E2E2E; font-size:11px; text-align:left; padding-top:2px}
.artikel_info_ausgabe                {margin-top:12px; background-color:#EFEEF3}
.artikel_info_text                {background-color:#EFEEF3; font-size:11px; color:#666666; font-weight:bold; text-align:left; padding-top:3px; padding-bottom:3px}
.artikel_maintopic                {font-size:18px; color:#000000; text-align:left; padding-top:10px}
.artikel_autor                    {font-size:11px; color:#000000; text-align:left; font-style:italic}
.artikel_subtopic_gw                {font-size:12px; color:#638595; text-align:left; font-weight:bold; padding-top:5px}
.artikel_anreisser_gw, .artikel_anreisser_gw p    {font-size:11px; color:#638595; text-align:left; padding-top:5px; padding-bottom:15px}
.artikel_subtopic_sp                {font-size:12px; color:#CD7C1F; text-align:left; font-weight:bold; padding-top:5px}
.artikel_anreisser_sp, .artikel_anreisser_sp p    {font-size:11px; color:#CD7C1F; text-align:left; padding-top:5px; padding-bottom:15px}
.artikel_subtopic_fuw                {font-size:12px; color:#00696B; text-align:left; font-weight:bold; padding-top:5px}
.artikel_anreisser_fuw                {font-size:11px; color:#00696B; text-align:left; padding-top:5px; padding-bottom:15px}
.artikel_subtopic_pa                {font-size:12px; color:#9C0A39; text-align:left; font-weight:bold; padding-top:5px}
.artikel_anreisser_pa, .artikel_anreisser_pa p    {font-size:11px; color:#9C0A39; text-align:left; padding-top:5px; padding-bottom:15px}
.artikel_subtopic_pi                {font-size:12px; color:#009CA3; text-align:left; font-weight:bold; padding-top:5px}
.artikel_anreisser_pi, .artikel_anreisser_pi p    {font-size:11px; color:#009CA3; text-align:left; padding-top:5px; padding-bottom:15px}
.artikel_subtopic_pkr                {font-size:12px; color:#B50054; text-align:left; font-weight:bold; padding-top:5px}
.artikel_anreisser_pkr, .artikel_anreisser_pkr p    {font-size:11px; color:#B50054; text-align:left; padding-top:5px; padding-bottom:15px}
.artikel_fliesstext                {font-size:11px; color:#2E2E2E; text-align:left}
