/*-------------------------------------------------
Allgemeine Einstellungen der Seite
-------------------------------------------------*/
* {
    margin:					0;
    padding:              	0;
    font-family:		  	arial, "Lucida Grande", verdana, helvetica, sans-serif;
}

body {
	color:			      	#454545;
	font-size:			  	12px;
}

img {
    display:                none;
}

.cleaner {
    clear:                  both;
}

h2 {
    padding-bottom:         15px;
}

.main-box {
    height:                 250px;
}

.top-box-description p {
    display:                none;
}

p.margin {
    margin-bottom:          10px;
}

.balken, .double-box-body h3, .bottom-box-top {
    display:                none;
}