* {
 padding: 0;
 margin: 0;
} 
html {
 height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */	
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 border: 0;
 outline: 0;
 vertical-align: baseline;
 height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

.clear {
	clear:both;
}

div#all {
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	margin-top:20px;
	width: 850px;
}

div#left {
	width: 49.75%;
	float: left;
	min-height: 100% !important; /* Mindesthöhe für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */ 
}

div#right {
	width: 50%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */ 
	float: right;
	border-left: solid gray 1px;
}

img {
	border: 0 none;
}

a:link,
a:active,
a:visited,
a:hover,
a:focus {
	outline: 0 none;
}
