/* ###################################################### */
/* ######                EQANIE e.V.               ###### */
/* ###### Stylesheet für die Bildschirmdarstellung ###### */
/* ###################################################### */


/* ###################################################### */
/* #################### Browserfixes #################### */
/* ###################################################### */

* {
margin: 0;
padding: 0;
}

html {
font-size: 100.01%;
}

a:link img, a:visited img, a:hover img, a:focus img, a:active img {
border: 0;
}


/* ###################################################### */
/* ###################### clearfix ###################### */
/* ###################################################### */

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken */
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */


/* ###################################################### */
/* ######################## body ######################## */
/* ###################################################### */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #ffffff;
text-align: center; /* Hack für IE 5.x und Quirks-Modus zum Zentrieren des wrappers */
}

/* ###################################################### */
/* ###################### wrapper ####################### */
/* ###################################################### */

#wrapper {
color: #393939;
margin: 0 auto;
padding: 0 15px 0 15px;
width: 950px;
text-align: left; /* Hack für IE 5.x und Quirks-Modus zum Zentrieren des wrappers */
}


/* ###################################################### */
/* #################### kopfbereich ##################### */
/* ###################################################### */

#kopfbereich {
margin: 0 0 20px 0;
padding: 25px 0 19px 0;
border-bottom: 1px dotted #c1c1c1;
}

#logo {
margin: 0;
padding: 0 0 0 3px;
border: 0;
float: left;
}


/* ###### Suchfeld ###### */

#suche {
margin: 20px 0 0 0;
}

#search .textfeld {
border: 1px dotted #c1c1c1;
padding: 0 0 0 2px;
margin: 0 6px 0 0;
height: 1.3em;
width: 12em;
}

#search .submitbutton {
color: #393939;
background-color: #ffffff;
padding: 1px 6px 2px 6px;
border: 0;
font-size: 1.0em;
}


/* ###################################################### */
/* ###################### spalte01 ###################### */
/* ###################################################### */

#spalte01 {
width: 162px;
padding: 12px 0px 0px 0px;
margin-bottom: 10px;
float: left;
}

#menu {
font-family: Georgia,"Hiragino Mincho Pro",serif;
font-size: 1.2em;
}


/* ###### 1. Ebene ###### */
#spalte01 ul {
list-style: none;
margin: 0;
padding: 0px 0px 0px 0px;
border: none;
}

#spalte01 ul li {
margin: 0;
margin: 0 0 3px 0;
text-decoration: none;
}

#spalte01 ul li a {
display: block;
padding: 0px 5px 0px 8px;
color: #393939;
width: 149px;
}

#spalte01 ul li a:hover {
text-decoration: underline;
color: #00378a;
}

#spalte01 ul li.menu-current a, #spalte01 ul li.menu-parent a {
color: #00378a;
margin: 0 0 3px 0;
}

/* ###### 2. Ebene ###### */
#spalte01 ul.menu-1 {
margin: 0;
}

#spalte01 ul.menu-1 li a {
padding: 1px 5px 2px 23px;
width: 134px;
color: #393939;
font-weight: normal;
}

#spalte01 ul.menu-1 li a:hover {
text-decoration: underline;
/* für IE5.5 & 6 */
color: #00378a;
}

#spalte01 ul.menu-1 li.menu-current a, #spalte01 ul.menu-1 li.menu-parent a {
color: #00378a;

}

/* ###### 3. Ebene ###### */
#spalte01 ul.menu-2 {
width:162px;
margin:0;
padding:0;
font-size: 0.8em;
}

#spalte01 ul.menu-1 li ul.menu-2 li a {
padding: 2px 5px 3px 43px;
width: 114px;
color: #393939;
font-weight: normal;
line-height: 100%;
}

#spalte01 ul.menu-1 li ul.menu-2 li a:hover {
text-decoration: underline;
/* für IE5.5 & 6 */
color: #00378a;
}

#spalte01 ul.menu-1 li ul.menu-2 li.menu-current a {
color: #00378a;
}

.announce {
margin: 20px 0 10px 0;
padding: 10px;
width: 170px;
color: #393939;
line-height: 1.3em;
}


/* ###################################################### */
/* ###################### spalte02 ###################### */
/* ###################################################### */

#spalte02 {
margin: 0 175px 20px 180px;
border-left: 1px dotted #c1c1c1;
border-right: 1px dotted #c1c1c1;
padding: 12px 35px 0 35px;
line-height: 1.5em;
text-align: left;
}

#spalte02 h1 {
font-family: Georgia,"Hiragino Mincho Pro",serif;
font-size: 2.3em;
font-weight: normal;
line-height: 1.2em;
margin: 0 0 30px 0;
color: #00378a;
}

#spalte02 h2 {
font-family: Georgia,"Hiragino Mincho Pro",serif;
font-size: 1.6em;
font-weight: normal;
line-height: 1.3em;
margin: 0 0 15px 0;
color: #393939;
}

#spalte02 h3 {
font-size: 1.1em;
margin: 15px 0 10px 0;
}

#spalte02 h5 {
font-size: 1em;
padding: 6px 10px 8px 10px;
margin: 0 0 1.8em 0;
background-color: #f3f3f3;
border: 1px dashed #393939;
}

/* #spalte02 img {
padding: 1px;
display:inline;
background: #cccccc;
border: 1px dotted #c1c1c1;
} */

#spalte02 a img { /* das Padding in Kombination mit dem weißen Hintergrund überdeckt den unerwünschten underline-Effekt */
padding: 2px 10px 2px 15px;
vertical-align: middle;
background-color:#ffffff;
}

#spalte02 ul li { /* Aufzählungsliste */
margin: 0 0 0.8em 21px;
}

#spalte02 ol li { /* Nummerierungsliste 1. Ebene: Dezimalzahlen */
list-style-type: decimal;
margin: 0 0 0.8em 21px;
}

#spalte02 ol li li { /* Nummerierungsliste 2. Ebene: kleine latainische Buchstaben */
list-style-type: lower-latin;
margin: 0 0 0.8em 21px;
}

/* externe Links */
#spalte02 a[href^='http://'] { /* Das Attribut href^= bedeutet, dass der Link mit dem nachfolgenden Teil beginnen muss */
padding-right: 13px;
background: url(img/link_extern.png) right no-repeat;
}
#spalte02 a[href*='.eqanie.eu'] { /* Das Attribut href*= bedeutet, dass der nachfolgende Teil lediglich im Link vorkommen muss */
padding-right: 0;
background: none;
}

/* E-Mail-Links */
#spalte02 a[href^='mailto:'] {
padding-right: 15px;
background: url(img/link_email.png) right no-repeat;
}

#spalte02 a[href*='javascript:mdcr'] { /* Selektor für die Anti-Spam Javascript-Funktion */
padding-right: 15px;
background: url(img/link_email.png) right no-repeat;
}

p {
margin: 0 0 1.3em 0;
}

a {
text-decoration: none;
color: #00378a;
}

a:hover {
text-decoration: underline;
color: #00378a;
}

a img {
border: 0;
}

#print img {
padding: 10px 0px 0px 0px;
display: block;
background: none;
border: 0 none;
}


/* ###################################################### */
/* ###################### spalte03 ###################### */
/* ###################################################### */

#spalte03 {
float: right;
width: 165px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.4em;
}

#spalte03 p {
margin: 0 0 1.5em 0;
}

.anynews strong {
color: #606060;
}

.anynews h2 {
font-size: 1.5em;
line-height: 1.2em;
margin: 12px 0px 15px 0px;
color: #00378A;
}

.anynews h3 {
font-size: 1.0em;
line-height: 1.2em;
padding: 15px 0px 5px 0px;
}


/* ###################################################### */
/* #################### fussbereich ##################### */
/* ###################################################### */

#fussbereich {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px dotted #c1c1c1;
text-align: center;
color: #808080;
font-size: 0.9em;
line-height: 1.3em;
}

#fussbereich a {
color: #808080;
text-decoration: none;
}

#fussbereich a:hover {
text-decoration: underline;
}




/* ###################################################### */
/* ##################### suchausgabe #################### */
/* ###################################################### */

#suchergebnisse .ueberschrift {
margin: 0px 0px 20px 0px;
}

#suchergebnisse .tabelle {
font-size: 100.01%;
border: 0;
width: 530px;
}

#suchergebnisse .schleife1 {
border-bottom: 1px dotted #c1c1c1;
font-size: 1.1em;
font-weight: bold;
}

#suchergebnisse .schleife2 {
padding: 2px 0px 25px 0px;
}


/* ###################################################### */
/* ######################## News ######################## */
/* ###################################################### */

.post_top {
margin: 1px 2px 3px 4px;
}


/* ###################################################### */
/* ###################### sitemap ####################### */
/* ###################################################### */

#sitemap ul {
margin: 0px 0px 0px 14px;
list-style-type: none;
}

#sitemap ul li {
margin: 30px 0px 0px 0px;
font-weight: bold;
}

#sitemap ul ul li {
list-style-image: url(img/dreieck_blau.gif);
margin: 10px 0px 0px 0px;
font-weight: normal;
}

#sitemap ul ul ul li {
list-style-image: url(img/dreieck_blau.gif);
margin: 5px 0px 0px 14px;
font-weight: normal;
}

#sitemap ul ul ul ul li {
list-style-image: url(img/dreieck_blau.gif);
margin: 5px 0px 0px 20px;
font-weight: normal;
}

#sitemap ul ul ul ul ul li {
list-style-image: url(img/dreieck_blau.gif);
margin: 0px 0px 0px 40px;
font-weight: normal;
}

/* CSS Hack für IE6 */
* html #sitemap ul ul {
margin: 0px;
}

/* CSS Hack für IE7 */
* + html #sitemap ul ul {
margin: 0px;
}


/* ###################################################### */
/* ############### sitemap per Droplet ################## */
/* ###################################################### */

.sitemap {
margin: 0px 0px 0px 14px;
list-style-type: none;
}

ul.sitemap {
margin: 30px 0px 0px 0px;
font-weight: bold;
}

ul li ul.sitemap {
list-style-image: url(img/dreieck_blau.gif);
margin: 10px 0px 0px 0px;
font-weight: normal;
}

ul li ul li.sitemap {
list-style-image: url(img/dreieck_blau.gif);
margin: 5px 0px 0px 14px;
font-weight: normal;
}

ul li ul li ul.sitemap {
list-style-image: url(img/dreieck_blau.gif);
margin: 5px 0px 0px 20px;
font-weight: normal;
}

ul li ul li ul li ul.sitemap {
list-style-image: url(img/dreieck_blau.gif);
margin: 0px 0px 0px 40px;
font-weight: normal;
}