.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
    background: url(img/hintergrund2.png) #0c0;
    background-repeat: repeat-x;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: arial;
}


* html #menu li a {
    width : 100%;
}

#all {
    width : 1024px;
    margin : 0 auto 0 auto;
    background : url(/img/hintergrund2.png);
}

#header {
    width : 964px;
    height : 120px;
    margin-top:5px;
    background : url(img/header2.png);
}



#content {
    width: 930px;
    background: url(img/content.png);
    background-repeat: no-repeat;
    font-size: 0.8em;
    min-height: 520px;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
}




#menu {
    width : 1024px;
    margin-left: 0px;
}

.link_text {
    font-size: 12px;
    font-family:Arial;
    color: #ffffff;
    margin-left: 0px;
    line-height: 27px;
}

#menu li {
    list-style : none;
    float : left;
    margin : 0;
    width: 118px;
    height: 40px;
}

#menu .i a:hover {
    background-image : url(img/button.png);
    text-align: center;
    vertical-align: middle;
}

#menu .i a {
    display : block;
    text-decoration : none;
    width : 100%;
    height: 27px;
    background-image : url(img/button.png);
    text-align: center;
    line-height: 27px;
}

li {
    list-style : none;
}

