body {
background-color:#fff;
background-image: url(image/css_curriculum/bg.jpg);
background-repeat:repeat-x;
margin: 0;
padding: 0;
font-family: verdana, arial, sans-serif;
font-size: 0.9em
}

#container {
margin-top: 60px;
}

#header {
background-image: url(image/css_curriculum/header.jpg);
background-repeat:no-repeat;
padding: 0px;
height: 63px;
margin-left: 0px;
}

div#search {
float: right;
margin: 10px;
height: 30px;
padding: 0px;
}

#topmenu {
width: 800px;
padding: 0 0 0 15px;
height: 60px;
}

#menu {
border: 0px solid orange;
float: left;
width: 250px;
}

#content {
border: 0px solid green;
padding: 5px 5px 75px 5px;
background-image: url(image/css_curriculum/logo-unten.jpg);
background-repeat:no-repeat;
background-position: right bottom;
margin: 0 0 0 250px;
min-height: 500px;
height: auto !important;
height: 500px;
width: 550px;
}

#footer {
background-color: #4877ad;
padding:5px 0 5px 15px;
}


#topmenu ul {
padding: 0;
margin: 0;
height: 50px;
line-height: 50px;
}

#topmenu li {
padding: 0 5px 0 5px;
display: inline;
}

#topmenu a {
font-weight: bold;
font-size: 1.1em;
color: #001e36;
text-decoration: none;
}

#topmenu a:hover {
color: #ffffff;
}

#menu ul {
margin: 10px 0px 10px 15px;
padding: 0px;
list-style: none;
white-space: nowrap;
}

#menu li {
padding: 5px 0 5px 0;
margin-right: 10px;
}

#menu a {
display:block;
width: 200px;
color: #001e36;
border: 1px solid #4877ad;
background: #93acca;
padding: 5px;
font-weight: bold;
text-decoration: none;
}

#menu a:hover {
color: #e6e6e6;
background: #001e36;
}

div#newsletter {
display: block;
width: 200px;
padding: 5px;
border: 1px solid #4877ad;
background: #93acca;
margin: 10px 0 10px 15px;
}

#newsletter h1 {
color: #001e36;
font-weight: bold;
font-size: 1.0em;
margin: 0px;
}

#newsletter .button {
display: block;
width: 150px;
}

#footer ul {
width: 800px;
padding: 0;
margin: 0;
}

#footer li {
padding: 0 5px 0 5px;
display: inline;
}

#footer a {
color: #001e36;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
}

#content h1 {
margin-top: 5px;
font-size: 1.5em;
}

#content h2 {
font-size: 1.3em;
}

#content h3 {
font-size: 1.2em;
}

#content h4 {
font-size: 1.1em;
}

#content a {
color: #001e36;
text-decoration: none;
font-weight: bold;
}

#content a:hover {
text-decoration: underline;
}

