/* internet explorer sucks. */

html {
    width: 100%;
    font-family: helvetica, arial;
    font-size: 12px;
    }

body {
    text-align: center; /* for dumb internet explorer... */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url('img/shadow.png');
    background-repeat: repeat-y;
    background-position: center;
	}

/* wichtig fuer die bilderseite unter projekte... */
body a:link {
    color: #2e98e2;
    }
        
body a:visited {
    color: #cccccc;
    text-decoration: none;
    }

#container {
    margin: 60px auto;
    width: 580px;
    height: 500px;
    background-image: url('img/treppe.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom: solid 1px #9c9c9c;
    }

h1 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
    }
                
hr {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom: dotted 1px #9c9c9c;
    margin-left: 120px;
    }
        
#content {
    height: 470px;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    }
        
#content a:link {
    color: #2e98e2;
    }
        
#content a:visited {
    color: #cccccc;
    text-decoration: none;
    }

ul#navigation {
    text-align: right;
    font-size: 12px;
    margin-left: 0px; /* for dumb internet explorer */
    border-style: solid;
    border-width: 1px 0px;
    background-color: #2e98e2;
    padding: 4px;
    padding-right: 20px;
    }

ul#navigation li {
    color: white;
    background-color: #2e98e2;
    list-style: none;
    display: inline;
    }

/* links... hover... */
ul#navigation a:link, 
ul#navigation a:active, 
ul#navigation a:visited {
    padding: 4px;
    color: white;
    text-decoration: none;
    }
    
ul#navigation a:link {
    background-color: #2e98e2;
    }

ul#navigation a:hover {
    padding: 4px;
    color: #2e98e2;
    background-color: white;
    }

/* show our visitors that we care about web standards... */
#footer {
    width: 100%;
    padding-top: 2px;
    background-color: white;
    }

#footer_pad {
    float: left;
    width: 6px;
    }

.footer_img {
    float: left;
    width: 80px;
    margin-right: 6px;
    display: inline;
    }

.footer_img a {
    display: block;
    line-height: 15px;
    text-decoration: none;
    }
	
a#valid-css:link, a#valid-css:visited { background-image: url('img/valid_css.png'); }
a#valid-css:hover, a#valid-css:active { background: url('img/valid_css.png') 0 -15px; }
a#valid-xhtml:link, a#valid-xhtml:visited { background-image: url('img/valid_xhtml.png'); }
a#valid-xhtml:hover, a#valid-xhtml:active { background: url('img/valid_xhtml.png') 0 -15px; }
a#get-firefox:link, a#get-firefox:visited { background-image: url('img/get_firefox.png'); }
a#get-firefox:hover, a#get-firefox:active { background: url('img/get_firefox.png') 0 -15px; }
