* {
margin: 0;
padding: 0;
}

p {
font-size: 12px;
}

p.unseen a {
font-weight: bold;
text-decoration: none;
background-color: transparent;
color: #f2feda;
}
p.unseen a:hover {
font-weight: bold;
background-color: transparent;
color: #f2feda;
}


img {
border: 0 none;
}

body#corpus {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #f0f0f0;
color: #000;
text-align: center;
margin-left:auto;
margin-right:auto;
}

#wrapper {
/*position: relative;*/
width: 890px;
background-color: #f2feda;
/*
background-position: top right;
background-repeat: repeat-y; */
border: 1px solid #15592d;
}

#header {
background-image: url(../../site/images/newgrangex.jpg);
background-repeat: repeat-x;
background-position: top right;
height: 90px;
color: #000;
}

#header #logo h1 {
/*display: benutzt ausschließlich für Header Logo*/
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 40px;
font-style: italic;
text-align: center;
background-color: transparent;
color: #f2feda;
padding: 5px 0px 0px 0px;
letter-spacing: 5pt;
}


#contentpre {
/*display: benutzt als element für das Menue */
height: 28px;
vertical-align: middle;
background-color: #16592d;
color: #fff;
border-top: 1px solid #457F19;
border-bottom: 1px solid #457F19;
}


#content {
margin: 0;
padding-top: 10px;
padding-left: 30px;
padding-right: 40px;
padding-bottom: 20px;
color: #000;
text-align: left;
}

#content p {
line-height: 150%;
padding: 10px 40px;
text-align: justify;
}




.initial {
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 150%;
font-weight: bold;
font-style: italic;
padding-right: 1px;
}


p.text1 {
font-weight: normal;
}

a.inhaltlinks:link{
  font-weight: bold;
	text-decoration:none;
	color:#508B3F;
}

a.inhaltlinks:visited{
  font-weight: bold;
	text-decoration:none;
	color:#508B3F;
}

a.inhaltlinks:hover{
	text-decoration:none;
	color:#508B3F;
}
a.footerlinks:link{
font-size: 10px;
	text-decoration:none;
	color:#508B3F;
}

a.footerlinks:visited{
font-size: 10px;
	text-decoration:none;
	color:#508B3F;
}

a.footerlinks:hover{
font-size: 10px;
	text-decoration:none;
	color:#508B3F;
}



#footer {
height: 30px;
background-color: #15592d;
color: #000;
border-top: 1px solid #457F19;
text-align: center;
}

#footer p {
font-size: 70%;
padding: 10px 0px 0px 20px;
background-color: transparent;
color: #fffae8;
}

#footer a {
text-decoration: none;
background-color: transparent;
color: #fffae8;
border-bottom: 1px solid #fffae8;
}
#footer a:hover {
background-color: transparent;
color: #fffae8;
border-bottom: 1px solid #fffae8;
}


