        body {
            background-image:url('http://helmut.skala.co.at/background.jpg');
            background-position:center top;
        }
        #navigation {
            height:60px;
            margin:0px;
            padding:0px;
            margin-top:22px;
            vertical-align:middle;
        }
        #navigation ul {
            margin:0px;
            padding:0px;
        }
        #navigation ul li {
            float:left;
            list-style-type:none;
            width:22%;
            text-align:center;
            margin:3px;
        }
        #navigation a {
            font-size:1.2em;
            font-weight:bold;
            text-shadow:1px 1px 2px #fff;
	     color:#999;
        }
	#navigation a:hover {
		color:#666;
	}
        h1 {
            font-size:2em;
            font-weight:bold;
            font-style:italic;
            color:#999;
            text-shadow: 1px 1px 2px #fff;
        }
	 h2, h3, h4, h5 {
            color:#999;
            text-shadow: 1px 1px 2px #fff;
	 }
        #footer {
            height: 20px;
            width: 100%;
            padding: 7px 0 0 0;
            text-align:center;
            color:#6C6C6C;
            position: fixed;
            bottom: 0px;
            left: 0px;
            padding-bottom:5px;
            z-index: 1000;
            background: url('http://helmut.skala.co.at/footer.png');
            background-position:top center;
        }
        .special {
            width:30% !important;	
        }
        .center {
            padding-top:12px;	
        }
        a {
            color:#666;
            text-decoration:none;
        }
        a:hover {
            color:#333 !imporant;
        }
	 #content a:hover {
	     color:#000000;
	     text-decoration:underline;
	 }
	 #content a{
	     text-decoration:underline;
	 }
	 #headerDescription {
		display:none;
	 }
	 .inlineBox {
		margin:auto;
		width:800px;
	 }
	 #headerHome {
		display:block;
		width:100%;
		height:110px;
	 }
