/* CSS Document */

/* basic styles */

/*
* { margin: 0; padding: 0; border: 0; }
*/
html, address, blockquote, body, div, dl, dt, dd, fieldset, form,
p, h1, h2, h3, h4, h5, h6, ol, ul, li, center, hr, pre,
table, tr, td, th, thead, tbody, tfoot, caption, img {
margin: 0; padding: 0; border: 0;
}
html { height: 100%; }
html, body, td {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 font-size: 10px;
 line-height: 14px;
 color: #58585a;
 font: 100.01%/1.5;
}
body {
 text-align:center;
 background:#FFFFFF;
}
#zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:30em;
  height:20em;
  margin-left:-15em;
  margin-top:-10em;
}
#wrappage {
	position: relative;
	text-align: left;
	top: 0px;
	width: 980px;
	margin: 0px auto;
}

/* content styles */

h1 {
 color: #58585a;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 16px;
 text-align: left;
 line-height: 16px;
 font-weight: normal;
}
h2 {
 color: #58585a;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 16px;
 text-align: left;
 line-height: 26px;
 font-weight: normal;
}
h3 {
 color: #58585a;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-align: left;
 line-height: 18px;
 font-weight: normal;
}
h1, h2, h3, h4 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
color: #630460;
}
#content {
 position: absolute;
 overflow: visible;
 left: 560px; top: 170px; width: 400px;
 color: #58585a;
 font-size: 12px;
 text-align: left;
 line-height: 19px;
}
#content h1, #content h2, #content h3, #content p, #content ul, #content ol {
 margin: 10px 0;
}
#content ul, #content ol {
 padding: 0 20px;
}
#content h1 {
 font-size: 17px;
}
#content td {
 font-size: 12px;
 line-height: 18px;
}
#content a {
 color: #9c9e9f;
 font-weight: bold;
 text-decoration: none;
}
#content a:hover {
 color: #9c9e9f;
}

/* grafik styles */

#bild {
 position: absolute; left: 0px; top: 0px; width: 560px;
}
#logo {
 position: absolute; left: 430px; top: 0px; width: 520px; height: 130px; z-index: 4;
}

/* menu styles */

#menu {
 position: absolute;
 overflow: visible;
 top: 120px;
 left: 20px;
 width: 200px;
 font-family: 'Cinzel', serif;
 font-weight: 400;
 font-size: 15px;
 line-height: 21px;
 text-align: left;
 color: #9c9e9f;
}
#menu ul {
 display: inline;
 list-style-type: none;
 padding: 0 0 0 0px;
}
#menu li {
 display: inline;
 padding: 0; margin: 0;
 margin: 0px 0;
 text-transform: uppercase;
}
#menu li li {
 padding: 0; margin: 0;
 margin: 0;
}
#menu a {
 display: block;
 text-decoration: none;
 color: #9c9e9f;
}
#menu a.active, #menu a:hover {
 color: #58585a;
}
