/* -----
   www.autovision-tradition.de
   Grundlegende Einstellungen
   ----- */


html, body {
    font-family: Arial, Helvetica, sans;
    margin: 0;
    padding: 0;
}

/* ----- Links ----- */

a {
    color: #5B676D;
    text-decoration: none;
}

/* ----- Überschriften, Absätze ----- */

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    font-style: normal;
}

h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
}

p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}

p.neu {
    text-indent: 10px;
}

dl {
    font-size: 12px;
}

ul {
    list-style-type: disc;
    font-size: 13px;
    line-height: 1.3em;
}

td {
    font-size: 13px;
    line-height: 1.3em;
}

/* ----- Hypertext ----- */

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: normal;
}

.beschreibung {
	font-size:10px;
	text-align:left;
}

p.pdf {
    margin-top: 20px;
}

ul.pdf {
    list-style-image: url(img/pdf.gif);
    list-style-position: outside;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

ul.pdf li {
    padding: 0 0 5px 10px;
    vertical-align: middle;
}

ul.pdf li a {
    position: relative;
    top: -2px;
    font-size: 12px;
    line-height: 16px;
}

#drivein td {
    vertical-align: top;
    padding:  0 10px 10px 0;
}

#info, #barrierefrei, #info2 {
	font-size: 13px;
}

#link {
	font-size: 13px;
}

ul.physikkompakt {
    line-height: 15px;
}

ul.physikkompakt li {
	font-size: 12px;
}

ul.veranstaltungsservice {
    line-height: 15px;
}

ul.veranstaltungsservice li a {
    color: black;
}

ul.kompakt {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

/* ----- Das Ende-Element ----- */

.ende {
    display: block;
    clear: both;
    font-size: 1px;
    height: 0; overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0%;
}