/* CSS-Datei Friedensforum Neustadt */
/* gebastelt von Heiko */

/* Elemente auf Null */
html, body {
margin: 0px;
padding: 0px;
border: 0px;
font-family: Georgia, Garamond, Times, serif;
font-size: 85%;
}

html{
margin-top: 20px;
}

body{
background-color: #780000;
}

p, h1, h2, h3, h4{
margin: 0px;
padding: 0px;
}

ul, ol, li{
margin: 0px;
padding: 0px;
list-style-type: none;
}

a, a:hover, a:active{
text-decoration: none;
color: #fff;
}

/* Container aussen mit IE 5/6 Hack */
#container {
width: 900px;
\width: 920px;
w\idth: 900px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color: #dcdcdc;
border: 2px solid #000;
}

/* Kopfbereich */
#kopf {
height: 130px;
width: 900px;
background-image: url(../img/bg/bg_kopf.jpg);
background-repeat: no-repeat;
}

/* Navigation */
#navigation {
	display: block;
	width: 900px;
	height: 24px;
	background-color: #f0e68c;
}

#navigation ul {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 6px;
}

#navigation ul li {
	display: inline;
	margin-left: -4px;
}

#navigation ul li a {
	padding: 6px 15px 5px 15px;
	text-decoration: none;
	background-color: #f0e68c;
	color: #000
}

#navigation ul li a:hover {
	background-color: #f4a460;
	color: #000;
}

.activemenu {
	font-weight: bold;
}

/* Subnavigation */
#subnavigation {
	display: block;
	width: 900px;
	height: 25px;
	background-color: #f0e68c;
	border-bottom: 1px solid #999;
}

#subnavigation ul {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 6px;
}

#subnavigation ul li {
	display: inline;
	margin-left: -4px;
}

#subnavigation ul li a {
	padding: 6px 20px 5px 20px;
	text-decoration: none;
	background-color: #f0e68c;
	color: #000
}

#subnavigation ul li a:hover {
	background-color: #f4a460;
	color: #000;
}

.activesubmenu {
	font-weight: bold;
}

#breadcrumbs {
	display: block;
	width: 900px;
	height: 20px;
	background-color: #f0e68c;
	border-bottom: 1px solid #999;
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#breadcrumbs p {
	margin: 0 20px 0 20px;
	padding-top: 3px;
	color: #789;
}

#breadcrumbs a {
	text-decoration: none;
	color: #789;
}

#breadcrumbs a:hover {
	color: #000;
}
/* Ende der Navigation */

/* Inhalt */
#inhalt {
width: auto;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
text-align: justify;
background-color: #dcdcdc;
}

#inhalt h1 {
margin: 15px 20px 10px 20px;
font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.9em;
}

#inhalt h2 {
margin: 15px 20px 10px 20px;
font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.5em;
margin-bottom: 5px;
}

#inhalt h3 {
margin: 5px 20px 5px 20px;
font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #000;
}

#inhalt h4 {
margin: 5px 20px 0 20px;
font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

#inhalt p {
margin: 5px 20px 5px 20px;
font-size: 1.1em;
line-height: 2em;
}

#inhalt a {
text-decoration: none;
font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #483d8b;
}

#inhalt a:hover {
color: #ff0000;
}

#inhalt ul, ol {
margin: 0 20px 0 20px;
}

#inhalt li {
margin: 0px 20px 5px 20px;
font-size: 1.1em;
list-style-type: square;
line-height: 1.6em;
}

#inhalt li li {
list-style-type: circle;
}

#inhalt li li li {
list-style-type: lower-latin;
}

#inhalt input {
width: 250px;
border: 1px solid #990000;
}

#inhalt strong {
font-weight: bold;
color: #780000;
}

#inhalt img {
margin: 0 20px 0 20px;
}

#inhalt iframe {
width: 100%;
height: 1300px;
border: none;
}

.bildlegendeLinks {
margin: 1px 0 0 20px;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 1.1em;	
}

/* Klassen */
/* Pressebox */
.presse {
display: block;
width: auto;
margin: 10px 20px 10px 20px;
background-color: #d8bfd8;
border: 1px dotted #000;
}

.presse h1 {
margin: 10px 10px 10px 10px;
font-size: 2.0em;
color: #000;
}

.presse h2 {
margin: 10px 10px 10px 10px;
font-size: 1.6em;
}

.presse h3 {
margin: 10px 10px 5px 10px;
font-size: 1.2em;
font-weight: bold;
}

.presse p {
margin: 0 10px 0 10px;
}

.presse ul {
margin: 10px 20px 10px 20px;
}

.presse li {
margin: 3px 20px 3px 20px;
font-size: 1.1em;
list-style-type: square;
}

/* Aktionsbox */
.aktion {
width: auto;
height: auto;
margin: 10px 20px 10px 20px;
background-color: #f0e68c;
border: 1px dotted #000;
}

.aktion h1 {
margin: 2px 0 2px 10px !important;
font-size: 2.0em !important; 
color: #000;
}

.aktion h2 {
margin: 2px 10px 5px 10px !important;
font-size: 1.7em !important;
}

.aktion h3 {
margin: 0 10px 10px 10px !important;
font-size: 1.4em !important;
font-weight: bold;
}

.aktionrot {
color: #C40000;
}

.aktion p {
margin: 0 10px 0 10px !important;
}

.aktion ul {
margin: 5px 10px 10px 10px !important;
}

.aktion li {
font-size: 1.1em;
padding-bottom: 5px;
margin-left: 10px;
list-style-type: square;
}

.aktion img {
float: right;
margin: 5px 10px 0 10px !important;
border: none;
}

.aktion table {
margin: 0 10px 0 10px;
}

.fotoleft {
float: left;
width: 390px;
height: 320px;
margin: 0 30px 10px 20px;
border: 1px dotted #780000;
}

.fotoleft img {
margin: 0px !important;
}

.fotoright {
float: left;
width: 390px;
height: 320px;
margin: 0 0 10px 0;
border: 1px dotted #780000;
}

.fotoright img {
margin: 0px !important;
}
	
.fotolegende {
margin: 2px 0 0 5px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

.img {
margin: 5px 20px 5px 20px;
}

.kontext {
font-weight: bold;
color: #6b8e23;
letter-spacing: 0.2em;
}

.marke1 {
font-weight: bold;
color: #708090;
}

.nachoben {
font-size: 0.7em;
font-weight: bold;
color: #df7b00;
}

/* Fussbereich */
#fuss {
clear: both;
height: 50px;
bottom: 0px;
background-color: #dcdcdc;
text-align: center;
font-size: 1.0em;
padding-top: 5px;
}

#fuss p {
padding-bottom: 5px;
}

#fuss a {
font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #483d8b;
}

#fuss a:hover {
color: #ff0000;
}
