html, body{
	font-family: Times;
	color: #000000;
	margin:0;
	padding:0;
	background: #F6E9D3;
	}


img	{ border:none;}
h1	{ font-family: Arial Narrow; font-size: 24pt; line-height: 24pt}
h2	{ font-weight: 900; font-size: 16pt}
p	{ font-size: 12pt; line-height: 14pt}
a	{ color: #913591; text-decoration: none}
small	{ font-size: 8pt; line-height: 10pt}
.warning { color: #ff0000}


/*---------------------------- navigation area ------------------------*/
#lefthand{
	background-image: url(img/curtain_left.jpg);
	width:95px;
	height:100%;
	overflow:hidden;
	float:left;
}
#footer{
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #606060;
}

#righthand{
	background-image: url(img/curtain_stretch.jpg);
	width:250px;
	height:100%;
	float:right;
}

#main-nav{
	margin: 0 0 0 18px;
	width: 200px;
}
#main-navigation{
	margin: 0;
}
#main-navigation li{
	font-family: Times;
	font-size: 21pt;
	list-style: none;
	valign: top;
	color: #ffffff;
	padding: 0 0 11 0;
}
#main-navigation a{
	font-size: 20pt;
	align: top;
	color: #969993;
	text-decoration: none;
}
#main-navigation a:hover,
#main-navigation a:focus,{
	color: #ffffff;
	text-decoration: none;
}
#subnavi li{
	font-size: 12pt;
	padding: 0 0 2 0;
}
#subnavi a{
	font-size: 12pt;
	padding: 0 0 2 0;
}


/*---------------------------- content area ------------------------*/

#header{
	height: 100;
}
#content{ 
	margin: 0 260 0 110;
	}

/*---------------------------- carls kolumne im iframe ------------------------*/
#kolumne 	{ background: #FFFFFF; padding: 5px}
#kolumne small	{ font-size: 8pt}
#kolumne p	{ font-size: 11pt}
