/* CSS Document */

body{
    padding :10;
    margin :0;
    background-image:  url(bilder/topbackground.gif);
    background-repeat: repeat-x;
    font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

p {
}

a {
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}

h5 {
    text-align : center;
}

#maintitle{
    position : absolute;
    top : 10px;
    left : 30px;
    }

#maintitle h1{
    color : #FFFFFF;
    }


#pagetitle{
    position : absolute;
    top : 120px;
    left : 200px;
    }

#content{
    position : absolute;
    top : 180px;
    bottom : 30px;
    left : 200px;
    padding-right : 20%;
}
/*
#test{
    position : relative;
    top : 180px;
    bottom : 30px;
    left : 200px;
    padding-right : 20%;
}
*/
#content h1 {
    font-size: 120%;
    font-weight: normal;
    color: #000000;
    background-color : transparent;
}

#content h2 {
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    background-color : transparent;
}

#content p{
    font-size: 80%;
    font-weight: normal;
    color: #000000;
    background-color : transparent;
    line-height : 140%;
}

#logo{
    position : absolute;
    top : 30px;
    left : 30px;
    z-index : 50;
}

#script{
    position : absolute;
    top : 12px;
    right : 0;
    text-align : right; /*Mild hack for Netscape 4*/
}

#navigation{
	position: absolute;
	top : 180px;
	left : 30px;
	width : 150px;
	font-size: 80%;
	text-align: left;    
}

#top-navigation{
    position: absolute;
    top : 70px;
    left : 30px;
    width : 600px;
    font-size : 80%;
    color : #FFFFFF;
}

#top-navigation a{
	color : #FFFFFF;
	text-align: left;
}

#navigation a{
    font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    color : #00f;
    background-color: transparent;
}

img.mainimage {
    float: left;
    margin-right : 15px;
    margin-bottom : 10px;
}
