/* Copyright by René Moser <mail@renemoser.net> (c) 2010 */

body {
    background-color: #000;
    font-size: 13px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    color:#CC1100;
}

a:visited {
    color: #CC1100;
}
a:hover {
    color: #000;
}
a:active { 
    color: #aea08d;
}

h1 {
    font-size: 22px;
    color: #aaa;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;

}

h2 {
    font-size:16px;
}

#container {
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    width: 1024px;
    height: 800px;
    margin: 0 auto;
    padding: 0px;
}

#banner {
    font-weight: bold;
    padding: 0px;
    padding-top: 110px;
    margin: 0px;
    height: 20px;
    text-align: center;
}

#banner a:hover {
    color: #ddd;
}

#navigation {
	margin: 0;
	padding: 0;
    height: 18px;
}

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

#navigation li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

#navigation a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#subnavigation {
	margin: 0;
	padding: 0;
	padding: 4px;
    height: 18px;
}

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

#subnavigation li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;    
    font-weight: normal;
}

#subnavigation a {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

#content {
   	width: 840px;
   	margin-top: 40px;
    margin-left: 80px;
    padding: 20px
}

div#content { 
    height:520px;
    overflow: auto;
    /*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

#footer {
    text-align: center;
    height: 20px;
    margin-top: 40px;
}

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

#footer li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px
}

#footer a, #footer span {
    font-size: 11px;
    color: #ccc;
    text-decoration: none;
}

.invisible {
    display: none;
}

.pdf_link {
    font-size: 10px;
    color: #999;
}

.image_container {
    padding: 0 15px 0 0;
}
