﻿/* Aktion Menschenstadt - Behindertenreferat
Evang. Stadtkirchenverband Essen
*/

/* Farben
schwarz: #000000
linkfarbe: #336666
headlines, hovers, highlights: 
Angaben: ;
*/

/* Allgemein */

* {margin: 0; padding: 0;}

body {
  color: #333333;
  background:#FFFFFF url("../../txt/img/css/no_pic.jpg") no-repeat;
  font-size: 80.01%;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  background-attachment:fixed; padding:0px;
  text-align:center;
}

img, a img {border: 0;}

ul, li {
  list-style-type: square;
}

ol, li {
  list-style-type: square;
  margin-top: 1.2em;
}

td {
  font-size: 0.95em;
  line-height: 1.2em;
  color:#444444;
}


p {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top:1.0em;
  margin-right:4.0em;
}

.p2 {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top:1.0em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-size: 1.2em;
  color: #707F73;
  text-align: right;
  padding: 0.2em;
}

h2 {
  font-size: 1.2em;
  color: #999966;
  padding: 1em 0 0 0;
  

}

h3 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: -0.5em;
  color: #333;
}

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: #336666;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background-color:#999966;
}

a:active {
  color: #CCCCCC;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: underline;
  font-weight: bold;
}

#navigationhead a {
  font-size: 0.95em;
  text-decoration: none;
  font-weight: normal;
}

#navigationhead {
  margin-left:233px;
  color:#336666;
}


/* Zusätzliche Auszeichnungen/Klassen */

.image {
	font-size: 0.85em;
	font-weight: normal;
  	color: #666;
  	margin-top:4px;
  	margin-bottom:4px;
}

.trailer {
	float:left;
	margin-top:1px;
	padding: 0;
}

.trailer img {
	margin:0px;
	padding:0px 5px 0px 0px;
}

.trailerheader {
	margin-top:4px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
  	background-color:#E5E5E5;
  	padding: 2px;
}

.trailertext p {
	line-height:1.2em;
	font-size: 0.9em;
	font-weight: normal;
  	color: #333;
}

.trailertext a:link {
	font-size: 0.85em;
	font-weight: lighter;
	text-decoration:underline;
}

.trailertext a:visited {
	font-size: 0.85em;
	font-weight: lighter;
	text-decoration:underline;
}


.trailerimg {
	margin-right:7px; 
	margin-bottom:15px;
}


.adresstop {
	font-size: 0.8em;
	font-weight: lighter;
  	color: #666;
  	margin-top:5px;
}

.statement {
	margin-top:2.5em;
}

.was {
	margin-top:2.5em;
}


/* Bereiche */

#wrap {
  background:#EBEBEB;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}


/* Navigation Oben */

#navigationtop {
  height: 5.0em;
  font-weight: bold;
  font-size: 0.9em;
}

#navigationtop li {
  display: inline;
  top: 0;
  margin:0;
}


/* Navigation Hauptmenü */

#navigationmain {
  float:left;
  width: 200px;
  background-color: #DDDDDD;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 2px solid #FFF;
   /* margin-top: 0 !important; /* Für nicht-IE-Browser */
  margin-top: -30px; /* Für IE */
}

#navigation a:link, #navigation a:visited {
	background: none; 
	padding: 0 0 0 0.5em;
	text-decoration: none;
}

#navigation a:hover{
	background: url(linkback_o.gif);
	background-repeat:repeat-y;
	padding: 0 0 0 0.5em;
	text-decoration: none;
}

ul#navigation {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0;
  padding: 0.5em 0em 0.5em 0em;
}

ul#navigation li {
  margin-left: 0.5em;
  margin-top: 0.5em;
  color: #be2849;
  list-style-type: none;
 }
 
ul#navigation ul li{
  /*background: url(linkbacksub.gif);
  background-repeat:repeat-y;*/
  margin-left: 1.0em;
  font-size: 0.95em;
  line-height: 1.2em;
  list-style-type: none;
}
 
ul#navigation ul li a:hover{
  background: url(no_linkbacksub2.gif);
  background-color:#71978C;
  border-bottom: 1px solid #FFF;
}
 
  
/* Sidebar Navigation Rechts */

#navigationright {
  float:left;
  height: 450px;
  width: 154px;
  font-size: 0.9em;
  border-top: 1px solid #FFF;
  /*border-right: 3px solid #FFF;*/
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-color: #E1E1E1;
  /* margin-top: 0 !important; /* Für nicht-IE-Browser */
  margin-top: -45px; /* Für IE */
  
}


/* Content */

#content {
  float:left;
  width: 610px;
  margin-top:0;
  margin-left: 0;
  padding: 1em 1em 1.5em 1em;
  margin-top: -30px; /* Für IE */
  /* margin-bottom: 0 !important; /* Für nicht-IE-Browser */
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}


/* Footer */

#footer {
  clear:left;
  width: 1000px;
  height: 40px;
  border-top: 1px solid #FFF;
  text-align: left;
  background:#DDDDDD;
}

.footerline {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.footerline a {
  color: #666;
  text-decoration: none;
}

.footerline a:hover {
  color: #FFFFFF;
}


.nachoben {
  font-size: 1.0em;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 20px;
  text-align: right;
}


