@charset "utf-8";

/**
-------------------------------------------------------------
Stylesheet für: http://www.dme-ev.de/
Medien:         Bildschirme und Projektoren
Autor:          Anja Blonstedt
------------------------------------------------------------- */

/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */

* {} /* Safari-Bugfix */

* {
  margin: 0;
  padding: 0; 
  border-spacing: 0;
  border-collapse: collapse;
}

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 75%/150% Verdana, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

/* Scrollbalken erzwingen */
html { 
height: 100%;
  margin-bottom: 1px; 
} 

body {
  color: #10275b;
  background-color: #d2dae5;
  position: relative;
}

.invisible {
  position: absolute;
  left: -9999px; 
}

/** Links und Anker
------------------------------------------------------------- */
a:link, a:visited, a:hover, a:focus, a:active {
  color: #5fa69e;
  background-color: transparent;
}

a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
  border: 0;
}


/** Überschriften
------------------------------------------------------------- */ 
h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 1em 0;  
}
h1 {
  margin: 0 0 1em 0;  
  font-size: 1.2em;
  color: #5fa69e;
}
h2 {
  font-size: 1em;
  color: #5fa69e;
}
h3 {
  font-size: 1.4em;  
  margin: 1em 0;
}
h4 {
  font-size: 1.2em;  
  margin: 1em 0;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em; /* Nicht kleiner als 1em setzen */
}


/** Abkürzungen, Akronyme und Erläuterungen
------------------------------------------------------------- */
abbr[title], acronym[title], span[title] {
  border-bottom: 1px dotted #1A1A1A;
}
a abbr[title], a acronym[title], a apan[title] {
  border: 0;
}

/** Absätze
------------------------------------------------------------- */
p {
  margin: .8em 0;
}
div.indent {
  margin: 1em 0 1em 43px;
}

/** Tabellen
------------------------------------------------------------- */ 
table {
  margin: 1em 0;  
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  text-align: center;
  font-weight: bold; 
}

/* Alternierende Zeilenfärbung */
tr.odd td {
}
tr.even td {
}

/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0; 
}


/** Bilder
------------------------------------------------------------- */
img {
  vertical-align: bottom;
}
/* Floatierung von Bildern im Richtext-Editor */
img.float--left {
  float: left;
  margin: 0 10px 10px 0;
}
img.float--right {
  float: right;
  margin: 0 0 10px 10px;
}

/** Listen
------------------------------------------------------------- */
ol, ul {
  margin: 1em 0 1em 25px;
}
ul li {
  list-style: none;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

#content ol {
  margin: 1em 0 1em 43px;
}
#content ul li {
  position: relative;
  font-size: .9em;
  line-height: 130%;
  background: transparent url('/binary.ashx?id=170') left 7px no-repeat;
  padding: 2px 0 2px 20px;
}

/** Ariadnefaden
------------------------------------------------------------- */
div#ariadne {
  margin: 0 0 1.5em 0;
}
#ariadne ol,
#ariadne li {
  display: inline;
  margin: 0 0 1.7em 0;
  padding: 0;
}
#ariadne li {
  font-weight: bold;
  font-size: .9em;
}
#ariadne strong {
  color: #d4a675;
}
#ariadne strong, 
#ariadne span {
  font-size: 1.1em;
}


/** Präformatierter und Quelltext
------------------------------------------------------------- */
pre {
  font-family: "Courier New", monospace;
  font-size: 110%;
  line-height: 1.2;
  margin: 1.5em 0;
}
code {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
  vertical-align: baseline;
  padd\ing: 0 3px;
}
pre code {
  font-size: 1em;
}


/** Textauszeichnung
------------------------------------------------------------- */
ins[title], del[title] {
  border-bottom: 1px dotted #1A1A1A;
}
ins {
  text-decoration: none;
  font-weight: bold;
}

dfn {
  font-style: normal;
}

samp {
  font-size: 110%;
  vertical-align: baseline;
}

kbd {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
}

/** Formulare
------------------------------------------------------------- */

form {
  margin: 1em 0;
}

select,
input,
textarea {
  /* Für Safari */
  font-size: 99%
}

input,
textarea {
  padding: 1px 3px;
}

input {
  vertical-align: middle;
}

textarea {
  font-family: Verdana, sans-serif;
  margin: 0;
}

/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}

fieldset {
  border: 1px solid black;
  margin: 1em 0;
  padding: 5px 15px 15px 15px;
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}

legend {
  color: black; /* Schriftfarbe explizit setzen */
  background-color: white;
  font-weight: bold;
  padding: 1px 5px;  
}

optgroup {
  padding: 5px 0;
  font-style: normal;
}
option {
  padding: 0 5px 0 0;
}
optgroup option {
  padding: 0 5px 0 15px;
}

/** Kontaktformular
------------------------------------------------------------- */
div#contact {
}
#contact fieldset {
  border: none;
  margin: 1em 0 0 0;
  padding: 0;
}
#contact form {
  background-color: #f7f8fa;
  padding: 0;
  margin: 0;
}
#contact td,
#contact th {
  vertical-align: top;
}
#contact th {
  font-weight: normal;
  text-align: left;
  width: 100px;
}

#contact input.text {
  width: 240px;
  padding-bottom: -2px;
}

#contact p.submit {
  margin: 0;
  padding: 0 0 0 100px;
}

span.radio label,
span.gf_checkbox label,
span.checkbox label {
  margin: 0 1em 0 .5em;
}

#contact div.gf_validationsummary {
  margin: 1em 0;
}
#contact .gf_validationsummary ul {
  margin: 0;
  padding: 0;
}
#contact .gf_validationsummary li {
  color: red;
  background: none transparent;
  margin: 0;
  padding: 0;
}
#contact div.gf_validationsummary li::before {
  content: "Fehler: ";
}

/** Themenvorschläge
------------------------------------------------------------- */
#suggestions {
  color: inherit;
  background-color: #D3E0F0;
  padding: 10px;
}
#suggestions form,
#suggestions fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#suggestions textarea {
  height: 50px;
}
#suggestions th {
  vertical-align: top;
  padding: 0 1em 0 0;
  text-align: left;
  font-weight: normal;
}

/**
-------------------------------------------------------------
Regeln für besondere Bereiche
------------------------------------------------------------- */

#top {
  width: 729px;
  height: 100%;
  margin: 24px auto 4px auto;
  padding: 0;
  border: 1px solid #11255a;
  position: relative;
}
#keyVisual {
  width: 729px;
  height: 128px;
}

#contentBody {
  background: transparent url('/binary.ashx?id=172') top center repeat-y;
  height: 100%;
  overflow: hidden;
}
#homepage #contentBody,
#homepageSecure #contentBody {
  background: transparent url('/binary.ashx?id=6329') top center repeat-y;
  height: 100%;
  overflow: hidden;
}

/** Logo
------------------------------------------------------------- */
#logo {
  width: 709px;
  height: 31px;
  background-color: #eef2f5;
  padding: 14px 20px 0 0;
  border-bottom: 1px solid #11255a;
  text-align: right;
}

/** Sitenavigation
------------------------------------------------------------- */
#sitenavigation {
  width: 722px; 
  font-size: .8em;
  padding-left: 7px;
  border-bottom: 1px solid #11255a;
}
#sitenavigation ul,
#sitenavigation li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#sitenavigation ul li {
  padding-right: 15px;
}
#sitenavigation a {
  color: #12235b;
  background-color: #D2DAE5;
  text-decoration: none;
}
#sitenavigation a:hover {
  text-decoration: underline;
}

/** Abbildungen
------------------------------------------------------------- */
.abbfloat--left, span.abbfloat--right {
  padding: 2px;
  margin-bottom: 10px;
}
.abbfloat--left {
  float: left;
  margin: 0 10px 10px 0;
}
.abbfloat--right {
  float: right;
  margin: 0 0 10px 10px;
}
span.caption {
  display: block;
  color: #5FA69E;
  font-size: 10px;
}

/** Hauptmenü
------------------------------------------------------------- */
div#nav {
  background: transparent url('/binary.ashx?id=173') top left repeat-x;
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  height: 19px;
  border-top: 1px solid #11255a;
}
div.secure {
  background: transparent url('/binary.ashx?id=175') top left repeat-x !important; /* überschreibt div#nav im Extranet */
}
#mainNav, #mainNav ul {
  padding:0;
  margin:0;
  list-style-type: none;
}
#mainNav li {
  float:left;
  border-left: 1px solid #B3C0D1;
  border-right: 1px solid #596a7e;
}
#mainNav a,
#mainNav a:visited  {
  display:block;
  float:left;
  font-size:.8em;
  color:#fff;
  cursor:pointer;
  height: 19px;
  line-height:18px;
  text-decoration:none;
  padding: 0 12px;
}
#mainNav li a:hover {
  position:relative;
  color: #102658;
  background-color: #D2DAE5;
}  
#mainNav li:hover { position:relative; }
#mainNav li:hover > a {
  color: #102658; 
  background-color: #D2DAE5;
} 
#mainNav strong,
#mainNav a.active {
  display:block;
  float:left;
  font-size:.8em;
  color:#fff;
  cursor:pointer;
  height: 19px;
  line-height:18px;
  text-decoration:none;
  padding: 0 12px;
  background: #D3A573 url(/binary.ashx?id=174) top left repeat-x;
}
#mainNav li a.active:hover {
  position:relative;
  color: #fff;
  background-color: #D3A573;
}
#mainNav li a.active:hover > a {
  color: #fff !important; 
  background-color: #D2DAE5;
}
/* Alle Flyouts ausblenden */
#mainNav li ul { 
  position:absolute; 
  left:-9999px;
  width: 180px;
  z-index:1000;
}
/* hover: 2. Ebene für neue Browser ausklappen*/
#mainNav > li:hover > ul {
  left:-2px; 
  top:19px; 
  width:180px;
  border: 1px solid #112558;
  background-color: #d1dae3;
}
#mainNav > li:hover > ul li{
  border: 0;
} 

/* Styles für die IE6 Tabelle, damit sie keinen Platz wegnimmt. */
#mainNav table {
  border-collapse:collapse;
  width:0;
  height:0;
  border:0;
  font-size:1.3em;
  margin:0;
}

/* hover: 2. Ebene im IE6 ausklappen mit ausgedehnten <a href> */
#mainNav li a:hover ul {
  left: -2px;
  top:19px;
  width:180px;
  border: 1px solid #112558;
  background-color: #d1dae3; 
}
#mainNav li a:hover ul li{
  border: 0;
} 

/* wird zur Zeit nicht genutzt */
#mainNav li:hover ul.first {
  top:0;
}

/* Alle Untermenüpunkte Basiseinstellungen */
#mainNav :hover ul li a {
  color: #112558;
  width:170px;
  height:auto;
  line-height:1.4em;
  padding: 1px 5px;
  border-right: 0px;
  border-left: 0px;
  border-top: 1px solid #dee5ed;
  border-bottom: 1px solid #8d9cb1;
  background: #d1dae3;
}

/* hover: der Menüpunkte mit <a href> */
#mainNav :hover ul li a:hover {
  background-color: #c1cad6;
}

/* hover: der Menüpunkte für neue Browser */
#mainNav :hover ul li:hover > a {
/* background-color: #c1cad6; */
} 

/** Extranet
------------------------------------------------------------- */

div#extranet,
div#internet {
  width: 80px;
  float: right;
}
#extranet a,
#internet a {
  color: white;
  font-size: .8em;
  border-left: 1px solid #596a7e;
  padding: 0 12px;
  height: 19px;
  float: right;
  display: inline-block;
  text-decoration: none;
}
#internet a {
  background: transparent url(/binary.ashx?id=173) top center repeat-x;
}
#extranet a {
  background: transparent url(/binary.ashx?id=175) top center repeat-x;
}

/** Sidebar
------------------------------------------------------------- */
#sidebar {
  float: right;
  width: 180px;
  margin: 0;
  padding: 0;
  background-color: #edf0f5;
  border-left: 1px solid #11255a;
  font-size: .8em;
  line-height: 140%;  
}
#sidebarHeader {
  background: transparent url('/binary.ashx?id=176') top left repeat-x;
  padding: 6px 0 0 10px;
  height: 25px;
  margin: 0 0 8px 0;
  color: #2B3D6C;
  font-weight: bold;
  font-size: 1.2em;
  font-variant: small-caps;
}
#sidebar h2 {
  margin: 10px 0;
  line-height: 140%;
  color: #10275B;
  background-color: transparent;
}

#serviceContainer {
  padding: 5px 0 20px 10px;
}
#serviceContainer h2 {
  margin: 0;
  padding: 0;
  color: #10275B;
}

#services {
  margin: .7em 0;
}
#serviceSelector {
  width: 130px;
}
#memberLink {
  margin-top: 35px;
}
#memberLink a {
  background: transparent url('/binary.ashx?id=177') 0 5px no-repeat;
  padding-left: 25px;
}


#seminarContainer,
#workshopContainer {
  padding: 10px;
}
#seminarContainer {
  border-top: 1px solid #11255a;
}
#seminarContainer h2,
#workshopContainer h2 {
  color: #660000;
  margin: 0;
  padding: 0 0 10px 0;
}
.seminar {
  margin: 0 0 20px 0;
}
.seminar h3 {
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-size: 1em;
}
.seminar p,
#workshopContainer p {
  padding: 0;
  margin:0;
  line-height: 110%;
}

h2.uppercase {
  text-transform: uppercase;
}

p.more {
  background: url(/binary.ashx?id=187) 0 4px no-repeat;
  padding: 0;
}
.more a {
  padding: 0 0 0 12px;
  margin: 0;
}
.more img {
  padding: 0 3px 1px 0;
  margin: 0;
}
/* Nur bis IE6 */
* html .more img {
  padding: 0 3px 2px 0;
}
/* Nur IE7 */
*:first-child + html .more img {
  padding: 0 3px 2px 0;
}

#specialLinks {
  padding: 10px;
}
#specialLinks .link {
  border: 2px solid white;
  padding: 5px 10px 5px 40px;
  background: #dce3eb url('/binary.ashx?id=177') 8px 9px no-repeat;
  line-height: 120%;
}
#specialLinks .lastLink {
  border-top: 0;
}


#login {
  border-bottom: 1px solid black;
  padding: 6px 12px 0 12px;
}
#login fieldset {
  border: 0;
  padding: 0;
}
#login div {
  margin: 0 0 4px 0;
  padding: 0;
}
#login .error {
  color: red;
  background-color: transparent;
}


div.contentBlock {
  border-top: 1px solid #11255a;
  padding: 0 10px 20px 10px;
}

/** Bereichsmenü
------------------------------------------------------------- */
#marginal {
  width: 180px;
  float: left;
  background: transparent url('/binary.ashx?id=176') top left repeat-x;
  padding: 12px 0 0 0;
  margin: 0;
}
/* Erste Ebene */
#subnav {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #edf0f5;
  height: 100%;
}
#subnav ul,
#subnav li {
  padding: 0;
  margin 0;
  list-style: none;
}
#subnav li {
  width: 155px;
  padding: 0;
  margin: 0;
  margin-left: -25px;
  position: relative;
}
#subnav li a,
#subnav li strong {
  display: block;
  border-top: 1px solid #dee5ed;
  border-bottom: 1px solid #2e4579; 
  padding: 0 0 0 25px;
  width: 155px;
  background-color: #8B9EBC;
  font-size: .8em;
  color: white;
  position: relative;
  top: -1px;
  text-decoration: none;
}

#subnav li a.active {
  color: white;
  font-size: .8em;
  position: relative;
  top: -1px;
}

/* Zweite Ebene */
#subnav li ul {
  margin: 0;
}
/* Nur bis IE6 */
* html #subnav li ul {
  margin: 2px 0 0 0;
}
#subnav li li {
  margin: 0 0 0 -25px;
  line-height: 110%;
  width: 145px;
}
#subnav li li a,
#subnav li li strong {
  display: block;
  color: #12235b;
  background-color: #d1dae3;
  padding: 2px 0 2px 60px;
  width: 145px;
  border-top: 1px solid #dee5ed;
  border-bottom: 1px solid #8d9cb1;
}
/* Nur bis IE6 */
* html #subnav li li a,
* html #subnav li li strong {
  margin: 0 0 0 25px;
  padding: 2px 0 2px 35px;
}
* html #subnav li ul {
  margin: 0;
}
/* Nur IE7 */
*:first-child + html #subnav li li a,
*:first-child + html #subnav li li strong {
  margin: 0 0 0 25px;
  padding: 2px 0 3px 35px;
}

#subnav li li a.active {
  color: #12235b;
}

/* Dritte Ebene */
#subnav li li li {
  margin: 0 0 0 25px;
  width: 135px;
}
#subnav li li li a,
#subnav li li li strong {
  display: block;
  background-color: #eef1f7;
  padding: 2px 0 2px 45px;
  width: 135px;
  border-top: 1px solid #d1dce7;
}
/* Nur bis IE6 */
* html #subnav li li li a,
* html #subnav li li li strong {
  margin: 0;
}
/* Nur IE7 */
*:first-child + html #subnav li li li a,
*:first-child + html #subnav li li li strong {
  margin: 0;
  padding: 2px 0 2px 45px;
}

/**
-------------------------------------------------------------
Content
------------------------------------------------------------- */
#content {
  float: right; 
  background: #f7f8fa url('/binary.ashx?id=176') top left repeat-x;
  margin: 0;
  font-size: .9em;
  width: 523px; /* in Summe 548px */
  padding: 34px 15px 20px 10px;
}

#content p {
  line-height: 130%;
  margin: .8em 0;
}
#content p.meta {
  margin: .2em 0 0 0;
}

#homepage #content,
#homepageSecure #content {
  float: left; 
  width: 548px; 
  padding: 0;
  margin: 0;
}

#homepageSecure #contentInner {
  padding: 0 10px 0 10px;
}

#welcome {
/*  background: transparent url('/binary.ashx?id=176') top left repeat-x; */
  padding: 3px 0 0 50px;
  height: 25px;
  margin: -16px 0 12px 0;
  color: #2B3D6C;
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
}
/* IE 6 */
* html #welcome {
  padding: 3px 0 3px 50px;
  margin: 0 0 12px 0;
}
/* IE7  */
*:first-child + html #welcome {
  padding: 3px 0 3px 50px;
  margin: 0 0 12px 0;
  font-style: italic;
}

table.listing td {
  vertical-align: top;
  padding: 3px 3px 3px 0;
}

/** Fußzeile
------------------------------------------------------------- */

/* Üblicherweise steht die Fußzeile unterhalb aller anderer Elemente. */
div#footer {
  clear: both;
  text-align: right;
  height: 17px;
  margin: 0;
  padding: 0 10px 0 0;
  vertical-align: bottom;
  border-top: 1px solid #11255a;
}

#footer a.top {
  background: url(/binary.ashx?id=192) right 3px no-repeat;
  padding: 0 12px 0 0;
  font-size: .8em;
  text-decoration: none;
  color: #11255A;
}

/** Infobox
------------------------------------------------------------- */
.infoBox,
.downloadBox {
  clear: both;
  background: #edf0f5 url('/binary.ashx?id=178') top left no-repeat;
  border: 1px solid #d1dae3;
  padding: 1.1em 20px 8px 20px;
  margin: 10px 0 30px 0;
}
.downloadBox {
  background: #edf0f5 url('/binary.ashx?id=179') top left no-repeat;
}

.infoBox ul,
.infoBox li,
.downloadBox ul,
.downloadBox li {
  padding: 0;
  margin: 0;
}
#content .infoBox ul li,
#content .downloadBox ul li {
  background: none;
  padding: 0;
}


.withImage p.image {
  width: 100px;
  float: right;
  margin: 0;
  paddig: 0;
  text-align: right;
}
.withImage img {
  border: 1px solid #11255a;
}


.withImage div.inner {
  margin: 0 110px 0 0;
}


table.infoTable {
  background: #edf0f5 url('/binary.ashx?id=178') top left no-repeat; 
  border: 1px solid #d1dae3;
}
.infoTable tr.first td {
  padding-top: 10px;
}
.infoTable td {
  border-bottom: 1px solid #d1dae3;
}
.infoTable td.left {
  padding: 20px 5px 20px 20px;
}
.infoTable td.right {
  padding: 20px 20px 20px 5px;
  text-align: right;
}
.infoTable img {
  border: 1px solid #11255a;
}

/** Kalender-Filter
------------------------------------------------------------- */
#filters label {
  margin-right: 20px;
}
#filters {
  border: 1px solid #d1dae3;
  padding: 10px 10px 8px 10px;
  margin: 0;
}
#filters select#fromYear {
  margin-left: 5px;
  margin-right: 10px;
}
#filters select#toYear {
  margin-left: 5px;
}

#calendarContent {
  background-color: #f7f8fa;
  padding: 20px 15px;
  border-top: 1px solid #11255a;
  font-size: .9em;
}

/** Vorschau-Snapshot aus dem PDF 
------------------------------------------------------------- */
div#calendarPreview {
  text-align: center;
  width: 100%;
}
div#calendarPreview img {
  border: 1px solid #d1dae3;
}

/** Auflistung der Suchergebnisse 
------------------------------------------------------------- */
dl#eventlist {
  background-color: #edf0f5;
  margin: 2em 0 1em 0;
}
#eventlist dt {
  padding: 10px 10px 5px 10px;
  margin: 0;
}
#eventlist dd {
  padding: 0 10px 10px 10px;
  border-bottom: 5px solid #f6f6f3;
}

/** Suchergebnisseite
------------------------------------------------------------- */
dl#taglist {
  color: inherit;
  margin: 2em 0 1em 0;
  background-color: #EDF0F5;
  width: 520px;
}
#taglist dt,
#taglist dd,
#taglist p {
  color: inherit;
  background-color: #EDF0F5;
  border: 0;
  margin: 0;
  padding: 0;
}
#taglist dt {
  padding: 5px 10px;
}
#taglist dd {
  padding: 5px 10px;
  border-bottom: 5px solid #F6F6F3;
  clear: right;
}

#taglist .searchResultScore {
  float: right;
  margin: 0 0 0 10px;
}
#taglist .searchResultScore span {
  width: 200px;
  height: 16px;
  color: inherit;
  background-color: #D2DAE5;
  display: block;
}
#taglist .searchResultScore span span {
  color: inherit;
  background-color: #C2CADB;
  height: 14px;
  border: 1px solid #8DA0BE;
}
#taglist .searchResultScore small {
  font-weight: normal;
  font-size: .9em;
  display: block;
  margin: 0;
}

/**
-------------------------------------------------------------
Regeln für spezielle Elemente
------------------------------------------------------------- */

#content .error {
  color: red;
  background-color: #F7F8FA;
}

/** Teaser Startseite
------------------------------------------------------------- */
.teaser {
  border-bottom: 1px solid #11255a;
  overflow: hidden;
}
* html .teaser {
  overflow: visible;
  height: 10px;
}
.lastTeaser {
  border-bottom: 0;
}
.teaserInner {
  padding: 0 30px 10px 50px;
}
.teaser .inner,
.teaser .innerImageLeft,
.teaser .innerImageRight {
  line-height: 130%;
}
.teaser .innerImageLeft {
  margin-left: 85px;
}
* html .teaser .innerImageLeft {
  margin-left: 95px;
}

.teaser h2 {
  font-size: 1em;
  margin: 7px 0 0 0;
  color: #10275B;
}
.teaser p.left {
  margin: 0;
  padding: 3px 8px 8px 0;
}
.teaser p.left {
  float: left;
}
.teaser p.right {
  margin: 0;
  padding: 3px 0 8px 8px;
}
.teaser p.right {
  float: right;
}
.teaser p.image img {
  border: 1px solid #11255a;
}
#homepage .teaser p.image img {
  border: none;
}
/* Nur bis IE6 */
* html .teaser p.left {
  padding: 10px 8px 8px 0;
}
* html .teaser p.right {
  padding: 10px 0 8px 8px;
}

/* Nur IE7 */
*:first-child + html .teaser p.left {
  padding: 10px 8px 8px 0;
}
*:first-child + html .teaser p.right {
  padding: 10px 0 8px 8px;
}

.moreLink {
  text-align: right;
}
.moreLink a {
  background: url(/binary.ashx?id=177) 0 5px no-repeat;
  padding: 0 0 0 25px;
}

.teaser div.seminar,
.teaser div.news {
  margin: 2em 0;
}
.teaser .seminar h3,
.teaser .news h3 {
  color: #5fa69e;
  background-color: transparent;
}
.teaser .news h3 {
  font-size: 1em;
  margin: 0;
}
.teaser .seminar div.content,
.teaser .news div.content {
  margin: 1em 0;
}
.news div.content img {
  border: 1px solid #11255a;
}

/**
-------------------------------------------------------------
Regeln für spezielle Dokumente
------------------------------------------------------------- */
