/* Basic Elements */
html, body {
margin: 0;
}

#container {
width: 1000px;
height: 450px;
margin: auto;
margin-top: 3%;
background: url("navbilder/higru.jpg");
background-repeat: no-repeat;
}

#header {
width: 100%;
height: 100px;
background: url("headerbg.jpg") repeat-x 0% 0%;
}

/* Nav Menu */
#menu {
width: 650px;
clear: both;
padding: 5px 0;
margin-left: 330px;
}

#content {
width: 650px;
height: 300px;
margin-left: 300px;
}

#logo {
border-style: solid;
border-width: 0px;
padding-left: 130px;
padding-top: 20px;
}

/* Additional styles */
p {
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
padding: 10px;
margin: 0;
}

strong {
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
}

ul {
list-style-type: square;
line-height: 1.2;
font-size: 12;
}

ul.stellung {
list-style-type: square;
line-height: 1.5;
}

img {
border: 0;
}

h1 {
font-family: Helvetica,Arial,sans-serif;
font-size: 16px;
}

a {
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a:hover{color:#4D4D4D;
text-decoration: underline;
}

a:active{color:#f00000;
text-decoration: underline;
}