/*********************/
/*- Layout-Elements -*/
/*********************/

img {
	border:none;
}

/* BO layout areas */

html { height: 100% } 

body { 
	font-size: 100.01%; 
	position: relative;
	font-family: Verdana, sans-serif;
	font-style:normal;
	font-size: 0.7em;
	line-height:1.4em;
	color:#000;
	text-align:left;
	background-color: #FFF;
    width: 595px;
} 

a {
	color: #000;
    text-decoration: none;
}

#content_left img {
	float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
#content_left #categories img {
	margin: 0;
}

h2 {
	font-size: 1em;
    line-height: 1.2em;
}
.dontprint, #head, #body_pre, #location_nav, #nachtplaner, #footer, input {
	display: none;
}


