/* Start of CMSMS style sheet 'KJP-Garching' */
#wrapper {
/*width: 730px;
margin: 10px auto;*/
min-width: 740px;
padding: 10px;
text-align: left;
}

#container {
width: 100%;
height: auto;
margin: 0px;
padding:2px 0px;
background-image: url(images/templates/divider.gif);
background-repeat: repeat-y;
background-position: 200px 0px;
}

#leftcolumn {
width: 200px;
height: auto;
float: left;
padding: 0;
margin: 0 20px 0 0;
border-right: 1px solid white; /* fix for firefox 3 */
}

#rightcolumn {
width:500px;
height: auto;
margin: 0 0 0 200px;
padding: 0;
}

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#header {
}

#logo {
    float: left;
}

#banner {
    background-color: rgb(255,244,151);
}

#banner img {
    border-left: 20px solid white;
}

/*
#visualkey {
  position: absolute;
  top: 11px;
  left: 700px;
}
*/

#content {
    padding: 0 0 0 30px;
}

#footer {
    margin: 10px 0 0 225px;
    font-size: 10px;
    padding: 10px;
    border-top: 1px solid rgb(255,244,151);
}

#nav {
    margin: 20px 0 30px 0;
    border-right: 3px solid rgb(255,244,151);
}

#nav ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

#nav a, #nav span {
    display: block;
    padding: 5px 20px;

    color: black;
    font-size: 14px;
    text-decoration: none;
}

#nav li li a, #nav li li span {
    padding-left: 40px;
    font-size: 12px;
}

#nav span {
    font-style: italic;
    font-weight: bold;
    background-color: rgb(255,244,151);
}

#nav a:hover {
    background-color: rgb(255,244,151);
}


/* element styling */

h1 {
    font-size: 20px;
    color: rgb(102,102,102);
    padding: 0 0 5px 20px;
    border-bottom: 1px solid rgb(255,244,151);
}

h2 {
    font-size: 14px;
    margin: 25px 0 10px 10px;
}

p {
    /* TinyMCE uses paragraphs and does not allow the author
       to insert line breaks - this is a workaround */
    padding: 0;
    margin: 0 0 0 0;
}



/* End of 'KJP-Garching' */

