html,body {
	height:96%;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

body {
	background-image:url(../bilder/bg_orna1.gif);
	margin: 0; padding: 0;
}
h1 { 
	font:1.5em georgia,serif;
	margin: 0.3em 0 0.2em;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0.1em 0 0.1em;
}
	h1, h2, a {
	color:#B7119F;
	}

div#container {
	margin:0 auto; /* center, not in IE5 */
	padding:0;
	width:716px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border:2px solid #FDDCFD;
	background:#fff;
	background-image:url(../bilder/bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

div#header {
	height:126px;
	padding:2px;
	margin:0px;
	background:#fff url(../bilder/header.jpg) no-repeat;
}

div#header .navlist{
	margin-top: 88px;
	margin-left: 125px;
	height: 38px;
}

div#content {
	height:auto !important;
	height:100%;
	min-height:100%;
	}
	
	#linkeSpalte{
		width:122px;
		height:100% !important;
		height:100%;
		min-height:100%;
		float:left;
		margin:0px;
		padding:0px;
	}
 	#rechteSpalte{
		width:545px;
		height:100% !important;
		height:100%;
		min-height:100%;
		float:left;
		background-image:url(../bilder/contentbg.png);
		background-position:top left;
		background-repeat:x;
		overflow:auto;
	padding: 0 39px 0 10px;
}




