/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { margin: 0; padding: 0; border: 0; }

body { font-size: 10px; font-family: verdana, Helvetica, Sans-Serif; background-color: white; color: #3e3e3e; font-weight: normal; line-height: 16px; background-repeat: no-repeat; background-attachment: fixed; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { font-weight: normal; text-decoration: none; color: #3e3e3e; background-color: white; }
a:visited { font-weight: normal; text-decoration: none; color: #3e3e3e; background-color: white; }
a:hover { font-weight: normal; text-decoration: none; color:#c0c0c0; background-color: white; letter-spacing: normal; cursor: pointer; }

li.active a { color: #c0c0c0; font-weight: normal; background-color: white; text-decoration: none; }
li.active { color: #c0c0c0; font-weight: normal; background-color: white; text-decoration: none; }

a img { border: 0; outline-width: 0; }

#menu { background-color: white; background-repeat: no-repeat; background-attachment: fixed; position: fixed; width: 190px; overflow: auto; top: 0; bottom: 0; left: 0; right: 20px; height: 100%; margin: 20px 25px 0 0; padding-top: 0; padding-right: 25px; padding-left: 0; border: 0; outline-width: 0; }

#menu ul { color: #3e3e3e; font-weight: bold; background-image: url(http://www.martinsaemmer.de/files/ueberschrift6.jpg); background-repeat: no-repeat; background-attachment: fixed; padding-top: 0; margin: 10px 10px 0 0; padding-left: 10px; list-style-type: none; list-style-image: none; }
#content { color: #3e3e3e; top: 0; height: 100%; margin: 32px 0 0 220px; left: 0; float: none; border-style: none; outline-style: none; display: compact; }

.container {
    padding: 12px 5px 25px 15px;
}

#content p { margin-bottom: 14px; height: 100%; float: none; padding-left: 0; padding-top: 0; }

p {
    margin: 0 0 10px;
}

h1 { font-size: 32px; color: #003366; width: 600px; background-color: #FFFFFF; line-height: 35px; padding-left: 5px; padding-top: 3px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; color: #003366; width: 600px; background-color: #FFFFFF; line-height: 35px; padding-left: 5px; padding-top: 3px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0 0 5px; padding: 0; }
