html, body {
	height: 100%;
}

body {
    background: #eee;
    color: #222;
    font-family: 'Georgia', serif;
    font-size: 12pt;
    overflow-x: hidden; 
}

.header {
    background-image: url(gradient.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    color: black;
    margin: 0;
    padding: 0;
    height: 180px;
    width: 1280px;

    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.headline {
    text-align: center;
    height: 70px;
    margin: 0px;
    padding: 0px;
}

.menu
{
    text-align: center;
    padding: 20px;
    font-variant: small-caps;
    font-size: smaller;
    font-weight: bold;
    font-style: normal;
}

a.menuitem
{
    padding-right: 16px;
    color: #755;
}


.page {
    background-color: #eee;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: -1;
    bottom: 0px;
    left: 0px;
#    width: 100%;
    width: 1024px;
    height: 688px;
}

.content {
    background-image: url(/horgrad.png);
    background-repeat: repeat-y;
    background-position: bottom left;
    margin-top: 130px;
    margin-left: 240px;
    padding-left: 36px;
    padding-right: 400px;
    padding-top: 50px;
    width: 800px;
    min-height: 800px;
}

.mediacontent {
    background-color: #eee;

    margin-left: 240px;
    padding-left: 36px;
    padding-right: 400px;
    padding-top: 140px;
    width: 800px;
    min-height: 800px;
}

.content p {
    text-align: justify;
    width: 680px;
    margin-left: 24px;
}

.content h1 {
    font-size: larger;
    border-bottom: 1px solid #999;
}

.content h2 {
    font-size: larger;
    border-bottom: 1px solid #999;
}

.frontpage {
    background: #ddd;
    background-color: #eee;
    background-image: url(frontpage_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.welcometext {
    padding: 40px;
    position: absolute;
    top: 0px;    
    right: 0px;
    width: 690px;
    height: 500px;
    margin: 0px auto;
}

.welcometext .spimg {
    text-align: center;
    width: 100%;
}

.welcometext td {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.welcometext .signature {
    text-align: center;
    font-style: italic;
}

.nextpage {
    position: relative;
    top: +15px;
    width: 200px;
    left: 250px;
    text-align: center;
}

.nextpage a {
    padding-right: 16px;
    color: #755;
    font-weight: bold;
}


