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

/* Elemente auf Null */
html, body {
margin: 0px;
padding: 0px;
border: 0px;
font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 85%;
}

html{
margin-top: 20px;
}

body{
background-color: #780000;
color: #000;
}

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

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

a, a:hover, a:activated{
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;
}


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

#inhalt h1{
margin: 15px 20px 10px 20px;
font-size: 1.9em;
}

#inhalt h2{
margin: 15px 20px 10px 20px;
font-size: 1.5em;
}

#inhalt h3{
margin: 5px 20px 5px 20px;
font-size: 1.2em;
font-weight: bold;
color: #000;
}

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

#inhalt a{
text-decoration: none;
color: #000;
border-bottom: 1px solid #000;
}

#inhalt a:hover{
border-bottom: 0px;
background-color: #369;
color: #fff;
}

#inhalt ul{
margin-top: 5px;
margin-left: 10px;
}

#inhalt li{
list-style-type: disc;
margin-left: 10px;
font-size: 1.1em;
padding-bottom: 8px;
line-height: 2em;
}

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

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

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

#presse{
display: block;
width: auto;
margin: 10px 20px 10px 20px;
background-color: #8FBC8F;
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-top: 10px;
margin-left: 10px;
}

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

/* 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{
text-decoration: none;
border-bottom: 1px solid #000;
color: #000;
}

#fuss a:hover{
background-color: #369;
border-bottom: 0px;
color: #fff;
}