body{
    background-color: #333333;
    color: #cccccc;
    font-family: Arial;
    margin: 0;
}
h1.logo{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
nav{
    background-color: #004466;
    text-align: center;
}
.menu{
    list-style-type: none;
    margin: 0;
    padding: 10px;
    font-size: 20px;
    min-height: 36px;
    line-height: 200%;
}
.menu > li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #002244;
    text-decoration: none;
}
.menu > li:first-child{
    border-left: 1px solid #002244;
}
.menu a{
    text-decoration: none;
    color: #dddddd;
}
.menu a:hover{
    color: #002244;
    text-shadow: 2px 2px #ffffff;   
}
.kategorie{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: center;
    padding: 0;
}
.kategorie > header > a{
    text-decoration: none;
    color: #dddddd;    
}
.kategorie > header > a:hover{
    text-decoration: none;
    color: #999999;    
}
h1{
    font-size: 25px;
    text-transform: uppercase;
    color: #0066aa;
    margin-bottom: 15px;
}
footer{
    background-color: #004466;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
}
footer > a{
    color: #00cc00;
    text-decoration: none;
}
footer > a:hover{
    text-align: center;
    color: #339933;
    text-decoration: none;
    clear: both;
}
ol > li > a{
    text-decoration: none;
    color: 00cc00;/*#dddddd;*/    
}
ol > li > a:hover{
    text-decoration: none;
    color: #339933;/*#999999;*/    
}
a{
    text-decoration: none;
    color: #00cc00;    
}
a:hover{
    text-decoration: none;
    color: #339933;    
}
.haha{
    float: left;
    padding: 10px;
}
.haha img{
    width: 350px;
}
.clear{
    clear: both;
}
.srodek{
    text-align: center;
}
.butt{
	text-align:center;
	border: solid 1px #339933#;
	width:88px;
	height:88px;
	font-size:30px;
	border-radius: 15px;
}
.butt:hover{
	background-color: lightgreen;
}
td.lcd{
	background-color: lightgreen;
	text-align:right;
	border: solid 1px #339933#;
	height:88px;
	font-size:30px;
	color:black;
	border-radius: 15px;
}