﻿/* Aktion Menschenstadt - Behindertenreferat
Evang. Stadtkirchenverband Essen
*/

/* Farben
schwarz: #000000
linkfarbe: #336699
headlines, hovers, highlights: 993300
Angaben: #000046;
*/

/* Allgemein */

* {margin: 0; padding: 0;}

body {
  color: #333;
  background:#DEBC58 url("../../img/css/back.jpg") no-repeat;
  font-size: 80.01%;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  background-attachment:fixed; 
  padding:0px;
}

img, a img {border: 0;}

ul, li {
  list-style-type: square;
  margin-left: 1em;
  margin-top: 0.5em;
}

p {
  font-size: 1.0em;
  line-height: 1.6em;
  margin-top:0.8em;
}

.p2 {
  font-size: 0.85em;
  line-height: 1.5em;
  margin-top:1.0em;
}


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


h1 {
  margin-top: 0;
  font-size: 1.4em;
  font-weight:lighter;
  color: #750040;
}

h2 {
  font-size: 1.0em;
  color: #750040;
  padding: 1em 0 0 0;
  margin-bottom: -0.5em;

}

h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight:lighter;
  margin-top: 0;
  color: #750040;
  margin-bottom: 0.5em;

}

h4 {
  margin-top: 0;
  font-size: 1.2em;
  color: #000066;
}

h5 {
  margin-top: 0;
  margin-bottom: 200px;
  font-size: 1.0em;
  color: #000066;
}

h6 {
  margin-top: 0;
  margin-bottom: 182px;
  font-size: 1.2em;
  color: #000066;
}

a:link {
  color: #663300;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #CC6600;
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  color: #DEBC58;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	background: url(linkback.gif); 
	padding: 0 0 0 1.2em;
	text-decoration: none;
	font-size:110%;
}

#navigation a:hover{
	background: url(linkback_o.gif);
	padding: 0 0 0 1.2em;
	text-decoration: none;
	font-size:110%;
}

/* Zusätzliche Auszeichnungen/Klassen */

.adresstop {
	font-size: 0.8em;
	font-weight: lighter;
  	color: #660000;
  	margin-top:5px;
}


/* Bereiche */

#wrap {
  background:#F9E293 url("../../img/css/backcontent.jpg") repeat-y;
  border-left:2px solid #750040;
  border-right:2px solid #750040;
  border-bottom:2px solid #750040;
  width: 750px;
  margin: 0 auto;
  text-align: left;
  position:absolute; left:100px;
}

/* Navigation Oben */

#navigationtop {
  text-align:right;
  height: 40px;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 0 !important; /* Für nicht-IE-Browser */
  margin-top: -10px; /* Für IE */
}

#navigationtop li {
  display: inline;
  top: 0;
  margin:0;
}


/* Navigation Hauptmenü */

#navigation {
  float:left;
  width: 22%;
  margin-top: 0 !important; /* Für nicht-IE-Browser */
  margin-top: -30px; /* Für IE */

}

ul#navigation {
  font-size: 1.05em;
  line-height: 1.2em;
  margin: 0;
  padding: 0.5em 0em 0.5em 0em;
}

ul#navigation li {
  margin-left: 1.2em;
  margin-top: 0.5em;
  color: #be2849;
  list-style-type: none;
 }
 
ul#navigation ul li{
  background: #fff;
  margin-left: 1.0em;
  font-size: 0.87em;
  line-height: 1.2em;
  list-style-type: none;
}
 
ul#navigation ul li a:hover{
  background: #fff;
}
 
  
ul#navigation a {
  font-weight: bold;
}

ul#navigation a:link {
  color: #663300;
}

ul#navigation a:visited {
  text-decoration: none;
}

ul#navigation a:hover {
  color: #CC6600;
}

ul#navigation a:active {
color: #DEBC58;
}


/* Content */

#content {
  float:left;
  width: 480px;
  margin-top:0;
  margin-left: 0;
  padding: 1em 1em 1.5em 1em;
  margin-top: 0 !important; /* Für nicht-IE-Browser */
  margin-top: -30px; /* Für IE */
  margin-bottom: 10px !important; /* Für nicht-IE-Browser */
  margin-bottom: 0px; /* Für IE */
  border: 0px solid #DEBC58;
  border-top:1px solid #750040;
  border-left:1px solid #750040;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  background:#F6E6BA url("../../img/css/innercontentback.jpg") no-repeat;
}


/* Footer */

#footer {
  clear:left;
  background:#750040;
  margin-left:0px;
  padding:0.1em 0 0.7em 0;
}

.footerline {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #F6E6BA;
  text-align: center;
}

.footerline a {
  color: #996600;
  text-decoration: none;
}

.footerline a:hover {
  color: #F6E6BA;
}


.nachoben {
  font-size: 1.0em;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 20px;
  text-align: right;
}

