@charset "UTF-8";

/*
Projektname:   BDVB 2008
Erstellt am:   02.04.2008 von FV
Bearbeitet am: 11.04.2007 von JD
QS am:         00.00.2008 von JD
Freigabe am:   00.00.2008 von JD
*/

/* ################################## */
/* ### Inhaltsverzeichnis ########### */
/* ################################## */

/* Hauptcontainer */

/******** typographie ********/
/* typographie */

/******** formulare ********/

/* tabellen */

/******** navigationen ********/
/* navigation - vertikale subnavigation */
/* quernavi - horizontale hauptnavigation */
/* metanavigation */
/* breadcrumb */
/* footer */

/******** rahmen-elemente ********/
/* styling context-boxen */
/* userlogin */
/* aktuelles */
/* suchformular */
/* umfrageformular */

/******** content-elemente ********/
/* teaser-startseite */
/* profile */
/* sitemap */
/* termine */
/* suchergebnisseite */
/* download */
/* pressemitteilungen */
/* faq */
/* Imagemap - Bezirke */
/* Linkkategorien */
/* Linkliste */
/* Photo Gallery */

/******** helfer ********/
/* clearfix */



/* Hauptcontainer */

body {
background: url(../images/meta-bg.gif) #fff top left repeat-x;
}

body.fachgruppe {
background-image: url(../images/meta-bg-fachgruppe.gif);
}

body.hochschulgruppe {
background-image: url(../images/meta-bg-hochschulgruppe.gif);
}

body.bezirksgruppe {
background-image: url(../images/meta-bg-bezirksgruppe.gif);
}

* html #content,
* html #context {
overflow-x: hidden;
}


/* typographie */

h1 {
font-family: Impact, sans-serif;
color: #00408a;
margin: 0 0 15px 0;
font-size: 2.3em;
}

h2 {
font-family: Impact, sans-serif;
color: #00408a;
letter-spacing: 1px;
margin: 0 0 10px 0;
font-size: 2em;
font-weight: normal;
}

#context h2 ,
#navigation h2 {
font-family: Impact;
font-weight: bold;
color: #d9e2ee;
margin: 0 0 17px 0;
font-size: 2.1em;
}

h3 {
font-size: 1.4em;
font-weight: bold;
padding: 0 0 0 15px;
margin: 0 0 2px 0;
background: url(../images/quadrat-blau.gif) 0 4px no-repeat;
}

h3.trenner {
padding-left: 9px;
background: url(../images/quadrat-blau.gif) 0 4px repeat-x;
margin: 10px 0 25px 0;
}

h3.trenner-rot {
padding-left: 9px;
background: url(../images/quadrat-rot.gif) 0 4px repeat-x;
margin: 10px 0 25px 0;
}

h3.trenner span {
background: #fff;
padding: 0 6px;
}

h3.trenner-rot span {
background: #fff;
padding: 0 6px;
}

h3 small {
font-size: 0.86em;
font-weight: normal;
}

h4 {
margin: 0 0 5px 0;
font-size: 1.3em;
font-weight: bold;
}

h5 {
margin: 0 0 5px 0;
font-size: 1.0em;
font-weight: bold;
}

h6 {
margin: 10px 5px 5px 5px;
font-size: 0.8em;
font-weight: bold;
}

p {
font-size: 1.2em;
margin: 0 0 7px 0;
line-height: 1.3em;
}

#content a {
color: #00408a;
font-weight: bold;
text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}

/* Spalten im Content */
.spaltenwrapper {
margin: 0 0 20px 0;
}

blockquote {
margin: 0 0 0 20px;
}

/* Listen im Content */

#content ul,
#content ol {
font-size: 1.2em;
line-height: 1.25em;
margin: 0 0 19px 0;
}

#context ul,
#context ol {
font-size: 1.2em;
line-height: 1.25em;
margin: 0 0 10px 0;
} 

#content ul {
list-style: disc outside;
margin-left: 15px;
}

#content ol {
list-style: decimal outside;
margin-left: 20px;
}

* html #content ol { /* IE6 */
margin-left: 25px;
}

*+html #content ol { /* IE7 */
margin-left: 25px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul,
#content ul p,
#content ol p {
font-size: 1em;
margin-bottom: 0;
}

#content li {
margin: 5px 0 0 5px;
}

#context li {
margin: 0 0 10px 0;
}

#context li small {
font-size: 0.925em;
color: #666;
}



/* allgemeine Formularelemente */

input, textarea, select {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
border: 1px inset #808080;
padding: 2px 2px;
}

label {
font-size: 1.2em;
}

table input,
table label,
table select {
font-size: 1em;
}

select {
padding: 0;
}

input.submit {
width: auto !important;
border: 0 !important;
padding: 0 !Important;
margin: 0;
}



/* Formulare */

.formular fieldset { /* teilt Formular in Einzelabschnitte */
padding: 10px 0;
border-bottom: 1px solid #b2b2b2;
padding: 10px 0;
margin: 0 0 10px 0;
}

.formular fieldset.no-border {
border-bottom: 0;
margin-bottom: 0;
}

.formular h3 {
margin: 0 0 5px 0;
padding: 0;
background: none;
}

.formular label,
.fakelabel span { /* fakelabel wird angewendet, wenn mehr als ein label in einer Zeile verwendet wird */
float: left;
display: inline;
font-size: 1.2em;
width: 164px;
margin: 0 10px 10px 0;
padding: 4px 0 0 0;
background: transparent;
}

.fakelabel label {
float: none;
width: auto;
}

.fakelabel span label {
font-size: 1em;
margin: 0;
}

.fakelabel span.pflicht {
float: none;
width: auto;
margin: 0;
padding: 0;
font-size: 1em;
}

.formular input,
.formular select,
.formular textarea {
margin: 0 4px 10px 0;
width: 280px;
display: inline;
float: left;
padding: 2px 4px 3px 4px;
}

.formular textarea {
height: 80px;
overflow: auto;
}

.formular select {
width: 290px;
padding: 1px 0 1px 0;
}

.formular input.submit {
margin: 0 0 10px 0;
padding: 0;
float: right;
}

p.form-hinweis small {
font-size: 0.935em;
}

.inline-hinweis {
font-size: 1.2em;
float: left;
padding: 4px 0 0 0;
}

input.radio,
input.checkbox {
margin: 5px 5px 0 0;
height: 12px;
width: 12px;
padding: 0;
float: left;
border: 0;
}

input.checkbox {
height: 14px !important;
width: 14px !important;
}

label.radio,
label.checkbox {
margin: 0 30px 0px 0;
float: left;
width: auto;
}

input.input-mini {
width: 20px;
}

select.input-small, input.input-small {
width: 65px;
}

select.input-medium, input.input-medium {
width: 200px;
}

input.input-student {
width: 200px;
}

label.checkbox-student {
margin-right: 5px;
margin-left: 10px;
}

textarea.fullwidth {
width: 455px;
}

.optiongroup {
margin: 0 0 10px 0;
}

.optiongroup input {
float: left;
margin: 4px 6px 0px 0;
}

.optiongroup label {
float: left;
}

.option-cols {
margin-top: 10px;
}

.option-cols label {
margin-bottom: 5px;
margin-right: 0;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
cursor: default; /* IE6 */
}

.option-cols label.last {
border-bottom: 0;
padding-bottom: 0;
}

.option-cols label span,
.option-cols label em {
float: left;
}

.option-cols label span {
width: 110px;
margin: 0 10px 0 0;
}

.option-cols label em {
width: 330px;
color: #666;
font-style: normal;
}

.subgroup {
padding: 0 0 0 20px;
}

.optiongroup .form-hinweis {
margin-top: 5px;
}



/* Formular Errorhandling */

p.pflichthinweis {
color: #666;
}

p.pflichterror {
color: red;
}

span.pflicht,
label.pflichterror,
.pflichterror span,
.pflichterror label,
small.pflichterror {
color: red;
}

input.pflichterror,
select.pflichterror,
submit.pflichterror,
textarea.pflichterror {
border: 1px solid red;
}




a.formlink {
color: #00408A !important;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline !important;
}

a.formlink:hover {
text-decoration: none !important;
}

p a.formlink {
font-size: 1em;
}



/* Newsletter-Anmeldung */
.newsletter-subscribe {
margin: 0 0 20px 0;
}

.newsletter-subscribe label {
width: auto;
}

.newsletter-subscribe input.submit {
float: left;
margin: 0 10px 0 0;
}



/* Login in Content */

.content-login {
height: 1%;
}

.content-login label {
width: 90px;
}

.content-login .text {
width: 130px;
margin-right: 10px;
}

.content-login input.submit {
float: left;
margin: 0 0 0 100px;
}


/* Formular - Kartenbestellung */

.kartenbestellung td,
.kartenbestellung th {
padding: 7px 1px 7px 4px;
}

.kartenbestellung thead th {
font-size: 1.1em;
}

.kartenbestellung tbody th {
text-align: right;
padding: 7px 5px 7px 1px;
vertical-align: middle;
}

.kartenbestellung table input,
.kartenbestellung table select {
margin: 0 !important;
}

.formular .input-vanr {
width: 80px;
}

.formular .input-va {
width: 130px;
}

.formular .input-dat {
width: 68px;
}

.formular .input-ep {
width: 57px;
}

.formular .select-az {
width: 40px;
}



/* iFrames im Content */
#content .iframe {
width: 99%;
height: 800px;
border: 1px solid #ccc; 
margin: 0 0 20px 0;
}


/* Tabellen */

table {
margin: 0 0 20px 0;
table-layout: fixed;
}

th, td {
color: #fff;
text-align: left;
vertical-align: top;
font-size: 1.2em;
padding: 5px 5px 5px 10px;
}

th {
background-color: #83A0C5;
}

.fachgruppe th {
background-color: #FFA955;
}

.hochschulgruppe th {
background-color: #59B1C4;
}

.bezirksgruppe th {
background-color: #A2C461;
}

tbody th {
border-right: 1px solid #fff;
padding-top: 6px;
}

thead th {
vertical-align: bottom;
}

td {
background-color: #EEEDE7;
color: #4f5357;
border-top: 1px solid #fff;
}

table p,
p td { /* FCKeditor entgegenstylen */
font-size: 1em;
}

/* Header */

#header {
background: #fff;
height: 74px;
overflow: hidden;
}

#logo {
float: left;
}

#header .header-banner {
float: right;
}

#header .iframe-banner {
float: right;
width: 468px;
height: 60px;
margin: 13px 0 0 0;
}


#header-infos {
float: left;
margin: 10px 0 0 20px;
width: 180px;
}

#header-infos p {
margin: 0;
font-family: arial;
font-size: 1.6em;
color: #14378c;
}





/******** navigationen ********/



/* navigation - vertikale subnavigation */

#wrapper #navigation {
overflow: hidden;
}

#wrapper #navigation ul {
background-color: #d6d6d6;
margin: 0 0 30px 0;
font-size: 1.2em;
height: 1%;
}

#wrapper #navigation ul ul {
background-color: #fff;
border-top: 1px solid #fff;
margin: 0;
font-size: 1em;
}


/* ***** styling erste ebene navigation ***** */

#navigation a {
color: #000;
background-color: #eeede7;
text-decoration: none;
}

.fachgruppe #navigation a.active      { background-color: #FFA955; }
.hochschulgruppe #navigation a.active { background-color: #59B1C4; }
.bezirksgruppe #navigation a.active   { background-color: #A2C461; }

#navigation a:hover {
color: #fff;
background-color: #00408a;
text-decoration: none;
}

.fachgruppe #navigation a:hover       { background-color: #FFA955; }
.hochschulgruppe #navigation a:hover  { background-color: #59B1C4; }
.bezirksgruppe #navigation a:hover    { background-color: #A2C461; }


#navigation a.active {
font-weight: bold;
color: #fff;
background-color: #00408a;
}


/* ***** styling zweite ebene navigation ***** */

#navigation ul ul a,
#navigation ul ul a.active,
#navigation ul ul a.active:hover {
color: #000;
background-color: #b7c8dd;
text-decoration: none;
}

#navigation ul ul a:hover {
color: #fff;
background-color: #92adcc;
text-decoration: none;
}

.fachgruppe #navigation ul ul a,
.fachgruppe #navigation ul ul a.active,
.fachgruppe #navigation ul ul a.active:hover {
background-color: #f8d4b0;
}

.fachgruppe #navigation ul ul a:hover {
background-color: #fbc38c;
}

.hochschulgruppe #navigation ul ul a,
.hochschulgruppe #navigation ul ul a.active,
.hochschulgruppe #navigation ul ul a.active:hover {
background-color: #bde0e7;
}

.hochschulgruppe #navigation ul ul a:hover {
background-color: #95cdd9;
}

.bezirksgruppe #navigation ul ul a,
.bezirksgruppe #navigation ul ul a.active,
.bezirksgruppe #navigation ul ul a.active:hover {
background-color: #d0e2af;
}

.bezirksgruppe #navigation ul ul a:hover {
background-color: #bed690;
}


/* ***** styling dritte ebene navigation ***** */

#navigation ul ul ul a:hover {
color: #000;
background-color: #c8d6e5;
text-decoration: none;
}

#navigation ul ul ul a,
#navigation ul ul ul a.active,
#navigation ul ul ul a.active:hover {
background-color: #d9e3ed;
text-decoration: none;
}



/* Copyright-Hinweis unter Navi */

#navigation small.copyright {
color: #999;
font-size: 0.95em;
display: block;
padding: 0 6px 0 6px;
}



/* Quernavigation */

#quernavi {
border-bottom: 11px solid #CCD8E8;
background: url(../images/quernavi-bg.gif) #215999 repeat-x bottom right;
width: 100%;
margin: 0 0 8px 0;
clear: both;
}

#quernavi ul {
margin: 0;
}

#quernavi li {
display: inline;
}

#quernavi li a {
background: url(../images/quernavi-bg.gif) #215999 repeat-x bottom center;
display: inline;
float: left;
color: #fff;
font-size: 1.5em;
padding: 8px 14px 8px 14px;
border-right: 1px solid #fff;
}

#quernavi li a.active {
background: url(../images/quernavi-bg-active.gif) #5395C5 repeat-x bottom center;
}

#quernavi li a.active:hover {
background: url(../images/quernavi-bg-active.gif) #5395C5 repeat-x bottom center;
}

#quernavi li a:hover {
background: url(../images/quernavi-bg-hover.gif) #5395C5 repeat-x bottom center;
}

#quernavi li.last {
border-right: none;
}



/* Meta-Navigation */

#meta p {
float: left;
color: #fff;
margin: 6px 0 0 0;
font-size: 1.2em;
}

#meta ul {
width: auto;
float: right;
display: inline;
font-size: 1.2em;
margin: 0 0 20px 0;
}

#meta li {
float: left;
padding: 6px 10px 0 10px;
background: url(../images/meta-trenner.gif) left 0px no-repeat;
}

#meta ul li a {
color: #000;
text-decoration: none;
}

#meta a:hover {
text-decoration: underline;
}

/* breadcrumb */
#breadcrumb {
text-align: left;
margin: 0 0 7px 0;
width: 100%;
height: 15px;
}

#breadcrumb span {
background: url(../images/pfeil-rechts-klein.gif) 0px 4px no-repeat;
}

#breadcrumb p {
font-size: 1.1em;
margin: 0;
padding: 0 0 0 200px;
}

#breadcrumb p a {
color: #777;
padding: 0 5px 0 5px;
}

#breadcrumb p a.first {
padding: 0 5px 0 0;
}

#breadcrumb p a:hover {
text-decoration: underline;
}



/* Footer */

#footer {
width: 470px;
margin: 15px auto;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 7px 0 7px 0;
}

#footer p {
color: #777;
margin: 0 0 0 5px;
float: left;
}

#footer p.top {
float: right;
}

#footer p.top a {
margin: 0 5px 0 0;
padding: 0 0 0 16px;
background: url(../images/pfeil-oben.gif) left 6px no-repeat;
}

#footer a {
padding: 0 11px 0 8px;
background: url(../images/footer-trenner.gif) right 3px no-repeat;
color: #777;
}

#footer a.last {
background: none;
}

#footer a:hover {
text-decoration: underline;
}

hr {
background-color: #CCCCCC; /* Farbe für Opera und Firefox */
color: #CCCCCC; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
margin: 0 0 10px 0;
}


/* Bilder im Content */

.bildlinks,
.bildrechts,
.bildmitte {
margin: 0 0 15px 0;
padding: 0 0 1px 0;
height: 1%;
}

.bildlinks img {
float: left;
margin: 4px 13px 10px 0;
position: relative;
}

.bildrechts img {
float: right;
margin: 4px 0 10px 13px;
position: relative;
}

.bildmitte img {
margin: 4px auto 10px;
position: relative;
display: block;
}



/* News Teaser */

.wiwo h2 {
font-family: Impact, sans-serif;
color: #666666;
background: url(../images/wiwo-headline.gif) 0 6px no-repeat;
padding: 0 0 0 144px;
}

.wiwo h3 {
background: url(../images/quadrat-rot.gif) 0 4px no-repeat;
}

#content .wiwo a {
color: #ff0000;
}



/* Contextbox */

.contextbox {
background-color: #eeede7;
margin: 0 0 10px 0;
height: 1%;
}

.contextbox h3 {
font-size: 1.2em;
color: #fff;
padding: 6px 10px;
margin: 0;
background: #83a0c5;
font-weight: bold;
border-bottom: 1px solid #fff;
}

.fachgruppe .contextbox h3      { background-color: #FFA955; }
.hochschulgruppe .contextbox h3 { background-color: #59B1C4; }
.bezirksgruppe .contextbox h3   { background-color: #A2C461; }

.contextbox-content {
padding: 10px 10px 1px 10px;
height: 1%;
}

.contextbox-content p {
margin: 0 0 10px 0;
}

.contextbox-content img {
margin: 0 0 5px 0;
}

#contentwrapper .contextbox a {
font-weight: bold;
color: #00408a;
text-decoration: underline !important;
}

#contentwrapper .contextbox a:hover {
text-decoration: none !important;
}



/* userlogin */
#login {
background-color: #eeede7;
margin: 0 0 30px 0;
height: 1%;
}

#navigation #login h3 {
font-weight: bold;
font-size: 1.2em;
background: url(../images/verlauf-blau.gif) repeat-x;
padding: 6px 0pt 6px 10px;
margin: 0;
color: #fff;
border-bottom: 1px solid #fff;
}

#navigation #login form {
padding: 10px;
}

#navigation #login #login-name,
#navigation #login #login-pw {
width: 88px;
float: left;
}

#navigation #login #login-name {
margin: 0 0 7px 0;
}

#navigation #login #login-submit {
float: left;
margin: 0 0 0 5px;
}

#wrapper #navigation #login a.help {
float: left;
width: auto;
padding: 0 0 0 23px;
margin: 8px 0 7px 0;
background: url(../images/help-icon.gif) center left no-repeat;
}

#wrapper #navigation #login a.help:hover {
text-decoration: none;
}

#login .inline-hinweis {
padding: 3px 0 0 5px;
}

#login span.pflicht {
font-size: 1.2em;
margin: 8px 0 0 0;
display: block;
}

#wrapper #navigation #login p.teaser-link-liste a {
color: #00408A;
text-decoration: underline;
font-weight: bold;
line-height: 1.6em;
background: none;
clear: left;
}

#wrapper #navigation #login p.teaser-link-liste a:hover {
text-decoration: none;
background: none;
}


/* aktuelles */
.teaser-aktuelles {
margin: 0 0 30px 0;
}

.teaser-aktuelles img {
float: left;
margin: 0 10px 0 0;
}

.teaser-aktuelles p {
line-height: 1.1em;
float: left;
width: 80px;
margin: 0 0 5px 0;
}

.teaser-aktuelles strong {
display: block;
}

#navigation .teaser-aktuelles a {
color: #00408a;
font-weight: bold;
text-decoration: underline;
background: none;
}

#navigation .teaser-aktuelles a:hover {
text-decoration: none;
}



/* suchformular */
#seitensuche form {
margin: 0 0 10px 0;
}

#seitensuche #such-eingabe {
width: 122px;
float: left;
margin: 1px 5px 0 0;
}

#seitensuche #such-submit {
float: left;
padding: 0;
margin: 0;
}



/* Umfrage-Auswahl */
.umfrage #umfrage-submit {
float: left;
margin: 3px 0 0 0;
}

.umfrage form {
margin: 0 0 10px 0;
}

.umfrage form a {
float: left;
margin: 5px 0 0 12px;
}

.umfrage label {
display: block;
}

.umfrage label span {
margin: 0 0 5px 6px;
float: left;
width: 140px;
cursor: default;
}

.umfrage .radio {
margin: 2px 0 0 0;
float: left;
}



/* Umfrage-Ergebnis */
.umfrage dl {
font-size: 1.2em;
padding: 0;
margin: 0 0 10px 0;
}

.umfrage dt {
margin: 0 0 5px 0;
}

.umfrage dl dd {
background-color: #C8D6E5;
padding: 0;
overflow: hidden;
width: 100%;
margin: 0 0 5px 0;
}

.umfrage dl dd span {
font-size: 0.9em;
padding: 2px 0 2px 5px;
background-color: #a5b4c8;
color: #000;
display: block;
float: left;
}



/******** content-elemente ********/

/* teaser-startseite */
#content .content-teaserbox {
float: left;
width: 150px;
height: 180px;
margin: 0 10px 26px 0;
background-color: #ccd8e8;
}

#content .content-teaserbox-last {
margin: 0;
}

#content .content-teaserbox h3 {
font-size: 1.2em;
color: #fff;
padding: 6px 0 6px 10px;
margin: 0;
background: none #00408a;
font-weight: bold;
border-bottom: 1px solid #fff;
}

#content .content-teaserbox img {
margin: 0 0 10px 0;
border-bottom: 1px solid #fff;
}

* html #content .content-teaserbox img {
margin: 0 0 5px 0;
}

* + html #content .content-teaserbox img {
margin: 0 0 5px 0;
}

#content .content-teaserbox ul {
margin: 0 !Important;
padding: 0 10px 10px 10px;
list-style: none;
}

#content .content-teaserbox ul li {
padding: 0 !important;
margin: 0 0 4px 0 !important;
line-height: 1.3em;
}

#content .content-teaserbox ul li a {
color: #00408a;
text-decoration: underline;
font-weight: bold;
}

#content .content-teaserbox ul li a:hover {
text-decoration: none;
}

/* profile */
.profil {
margin: 0 0 20px 0;
}

.profil p strong.name {
font-size: 1.16em;
}

.spalte-links {
float: left;
margin: 0 9px 0 0;
}

.spalte-rechts {
float: left;
width: 311px;
}

/* sitemap */
#content #sitemap {
margin: 0 0 20px 0;
height: 1%;
}

#content #sitemap ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#content #sitemap ul li {
margin: 0;
padding: 0;
}

#content #sitemap ul li a {
display: block;
padding: 5px 0 0 10px;
height: 20px;
}

#content #sitemap ul li a:hover {
background: url(../images/verlauf-tuerkis.gif) repeat-x;
text-decoration: none !important;
}

#content #sitemap ul li ul li a {
padding: 5px 0 0 20px;
}

#content #sitemap ul li ul li a:hover {
background: #6c8eb6;
}

#content #sitemap ul li ul li ul li a {
padding: 5px 0 0 30px;
}

#content #sitemap ul li ul li ul li a:hover {
background: #a7bfda;
}

#content #sitemap ul li ul li ul li ul li a {
padding: 5px 0 0 50px;
font-size: 0.9em;
}

#content #sitemap ul li ul li ul li ul li ul li a {
padding: 5px 0 0 70px;
}

#content #sitemap ul li {
background: url(../images/verlauf-blau.gif) repeat-x;
}

#content #sitemap ul li ul li {
background: url(../images/verlauf-hellblau.gif) repeat-x;
}

#content #sitemap ul li ul li ul li {
background: #dbe3ee;
}

#content #sitemap ul li a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

#content #sitemap ul li ul li a {
font-weight: normal;
}

#content #sitemap ul li ul li ul li a {
color: #000;
}


/* termine */
.termin-auswahl select {
width: 235px;
margin-right: 5px;
float: left;
}

.termin {
padding: 0 0 20px 0;
margin: 0 0 19px 0;
border-bottom: 1px solid #d6d6d6;
height: 1%;
}

.termin-last {
border-bottom: 0;
padding: 0;
}

#content ul.termin-info {
list-style: none;
margin: 0;
padding: 0;
}

#content ul.termin-info li {
padding: 0 0 0 25px;
line-height: 1.4em;
display: inline;
float: left;
background: top left no-repeat;
}

#content ul.termin-info li.veranstalter {
background-image: url(../images/status_online.gif);
}

#content ul.termin-info li.email {
background-image: url(../images/email.gif);
}

#content ul.termin-info li.datum {
background-image: url(../images/calendar_view_day.gif);
}

#content ul.termin-info li.uhrzeit {
background-image: url(../images/clock.gif);
}

#content ul.termin-info li.ort {
background-image: url(../images/house.gif);
}

#content ul.termin-info li.left {
width: 235px;
margin-right: 20px;
}

#content ul.termin-info li.right {
width: 160px;
}

#content ul.termin-info li.full {
width: 415px;
}


/* suchergebnisseite */
.suchergebnisseite {
margin: 0 0 20px 0;
height: 1%;
}

.suchergebnisseite h2 {
font-size: 1.4em;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
letter-spacing: 0;
color: #000;
}

.suchergebnisseite h3 {
font-weight: normal;
font-size: 1.2em;
color: #000;
}

.suchergebnisseite h3 a {
font-weight: bold;
color: #000 !important;
}

.suchergebnisseite h3 span {
padding: 0 1px 0 1px;
margin: 0 7px 0 7px;
background: url(../images/pfeil-rechts-mittel.gif) 0 3px no-repeat;
}

.suchergebnisseite p {
margin: 0 0 25px 0;
height: 1%;
}

.suchergebnisseite .seitenwahl a {
margin: 0 0 0 7px;
}

.suchergebnisseite .right {
float: right;
display: inline;
}

.suchergebnisseite .left {
float: left;
display: inline;
}


/* Downloads */

.downloads table td.spalte1 {
width: 270px;
}



/* Pressemitteilungen */

#content .pressemitteilungen ul {
padding: 0;
margin: 0 0 20px 0;
}

#content .pressemitteilungen li {
list-style: none;
padding: 0;
margin: 0;
height: 1%;
display: inline;
}

#content .pressemitteilungen li a {
float: left;
display: inline;
width: 390px;
margin: 0 0 10px 0;
}

#content .pressemitteilungen li span {
width: 68px;
float: left;
display: inline;
margin: 0 5px 10px 0;
}



/* FAQ */

.faq h3 {
padding: 0;
background: none;
margin: 0 0 10px 0;
}

.content-box {
padding: 10px 10px 5px 10px;
background-color: #EEEDE7;
margin: 0 0 20px 0;
}


/* Imagemap - Bezirke */
.bezirkskarte {
width: 320px;
margin: 0 auto 20px auto;
}


/* Linkkategorien */


/* Linkliste */

#content .linkliste ul {
margin: 0 0 40px 0;
padding: 0;
height: 1%;
}

.linkliste ul li {
list-style: none;
border-bottom: 1px solid #ccc;
padding: 7px 0;
height: 1%;
margin: 0 !important;
}


.linkliste ul li span {
float: left;
width: 60%;
}

.linkliste ul li a {
text-decoration: none !important;
}

.linkliste ul li a:hover {
text-decoration: underline !important;
}

.linkliste ul em {
width: 35%;
float: right;
color: #666;
font-style: normal;
}


/* Photo Gallery */

.photogallery {
margin: 20px 0 30px 0;
}

.photogallery a {
float: left;
margin: 0 10px 10px 0;
width: 150px;
display: inline;
text-align: center;
}

.photogallery a.last {
margin-right: 0;
}


/* clearfix */

.clearfix:after {
content: ".";
visibility: hidden;
display: block; 
clear: both; 
height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */