/* $Id: typography.css,v 1.1.4.4 2009/03/13 01:09:16 psynaptic Exp $ */
/* Global */


textarea {
  font-size: 100%;
  font-family: Arial, sans-serif;
}

body {

}

#page {

}

a {
  text-decoration: none;
}

p {

}

address {
  font-style: normal;

}

blockquote {
  margin: 1em 2em 1em 0;
  padding-left: 3em;
  font-style: italic;
  background: url(../images/quote.png) no-repeat;
}

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
}

 /* Seitenüberschrift: Armut und Reichtum */
h1 {
  font-size: 26px;
  font-weight: bold;
  margin:0px;
}


/* 
h1.page-title
{
  color:#3B8586;
  font-size: 18px;
  line-height: 21px;
}
 */

 /* Untertitel: Der globale Zusammenhang ... */
h2 {
  font-size: 26px;
  font-weight: normal;
  margin:0px;
  margin-bottom: 56px;
}

 /* Zitate 1. Zeile */
h3 {
  	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 18px;
}
 
 /* Zitate */
h4 {
  	font-size: 16px;
	font-weight: bold;
 	line-height: 1.2;
	margin-left: 26px;
	margin-bottom: 5px;
} 

 /* Zitate Namensnennung */
h5 {
	font-size: 16px;
	margin-left: 26px;
}

}

h6 {
  margin-bottom: 0;
  font-weight: bold;
}

/* Blocks */

.block ul {
  margin-left: 10px;
}

.block ul li,
.block .item-list ul li {
  list-style: none;
  list-style-image: none;
}

.block #user-login-form {
  text-align: left;
}

/* Messages */

.messages,
.help {
  font-size: 0.9em;
}

/* Nodes */

.submitted {
  font-size: 0.9em;
}

.node-links {
  text-align: right;
}

/* Comments */

.comment-links {
  text-align: right;
}

/* Drupal */

.breadcrumb {
  font-size: 0.9em;
}
