.smbox h2{
	color:white;
}
.smbox {
	background:#394dae;
	height:250px;
}
.b1 {
        background-image:url('img/wasIstFalsch.png');
}
.b2 {
        background-image:url('img/wasIstDas.png');
}
.b3 {
        background-image:url('img/wasFehlt.png');
}
.b4 {
        background-image:url('img/raetselrally.png');
}

#navbar {
        background-color: #394dae;
}

/**********************
 * *   Header            *
 * ***********************/

#header {
        background:  url(common/img/header_bg_blue.gif) repeat-x left top;
}

#header .titel {
	                padding-top: 37px; padding-left: 29px;
		}


h2#postcomment {
	        background: transparent url(common/img/separator_blue.gif) repeat-x center bottom;
}

#sidebar h2 {
	        background: url(common/img/separator_blue.gif) repeat-x center bottom;
}

#bottom {
	        background: #292929 url(common/img/separator_blue.gif) repeat-x 0 0;
}

form.postcomment {
    background-color:#99D9EA;
}
form.postcomment input {
    background-color:#99D9EA;
}

/**********************
 * *   Tabelle            *
 * ***********************/
table.hof th {
    background-color:#394dae;
    color:white;
}
table.hof tr.odd {
    background-color:#99D9EA;
}

/**********************
 * *   Navigation            *
 * ***********************/
ul.menu li a.marked:link,
ul.menu li a.marked:visited,
ul.menu li a.marked:hover, 
ul.menu li a.marked:active {
color: #75e4f1;
}

