html { margin: 0px; padding: 0px; }
body { margin: 0px; padding: 1cm; }

#kopfleiste {
        display:none;
}

#kopflogolinks {
        display:none;
}

#kopfmitte {
        display:none;
}

#kopflogorechts {
        display:none;
}
div.menu {
        display:none;
}

#links {
        display:none;
}


#inhalt {
	width: 100%;
}

#rechts {
        display:none;
}

#fusszeile {
	clear: both;
	width: 100%;
	text-align: center;
}

.floatLeft {
	float:	left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.floatRight {
	float:	right;
	margin-left: 5px;
	margin-bottom: 5px;
}

#veranstaltungsformular input {
	width:250px;
}

#veranstaltungsformular textarea {
	width:250px;
	height:100px;
}