body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #D2BAC9;
}

.contenttable 
{
width: 100%;
height: 100%;
}

#maintable 
{
height: 100%;
}

#maintable .background_left
{
width: 100px;
background-image:url(images/bg_purple_left.gif);
}

#maintable .background_right
{
width: 100px;
vertical-align: bottom;
background-image:url(images/bg_purple_right.gif);
}

#maintable .content
{
width: 600px;
background-color: #FFFFFF;
background-image:url(Bilder/content_07.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

/* xPerto Stylesheet */


#xperto_content /* Hautpklasse */
	{
	padding: 0;
	margin: 0;
	}


/* TYPO */

a 

{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #CC66CC;
	text-decoration: underline;
	}
#xperto_content a /*allgemeine Links*/
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #CC66CC;
	text-decoration: underline;
	}
#xperto_content a:hover /*hover effekt allg. Links*/
	{
	color: #CC66CC;
	}
	
/* INHALT */

#xperto_content h1  /*Titel*/
	{
	padding: 0 0 10px 0;
	margin-top: 25px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 25px;
	font-weight: bold;
	color: #7D4673;
	}
	
.xperto_fliesstext /*Fliesstext*/
	{
	padding: 0 0 10px 0;
	margin-right: 20px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #313131;

	}
	
	td /*tabellentext*/
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #313131;
	padding: 0px;
	margin-left: 0px;


	}
	
.xperto_legende /*legende*/
	{
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #0099FF;
	}
	
.xperto_grossesBild /*grosses Bild ueber die ganze Breite */
	{
	padding: 10px 0 0 0;
	margin: 0;
	}
	
.xperto_BildRechts /*Bild rechts, Text umfliessend, Hauptklass mit Legende */
	{
	padding: 0 0 0 15px;
	margin: 0;
	}
.xperto_kleinesBild /*Bild klasse bei Bild umfliessend*/
	{
	padding: 0;
	margin: 0;
	}

/* END INHALT */
	
/* PORTALANSICHT */

#xperto_portal /*portalansicht, hauptklasse*/
	{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
#xperto_portal h1 /*portal artikeltitel*/
	{
	padding: 0 0 10px 0;
	margin-top: 25px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #7D4673;
	}
	
#xperto_portal p /*fliesstext portal artikel */
{
	padding: 0 0 10px 0;
	margin-right: 20px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #313131;

	}

#xperto_portal a /*link portalansicht artikel (mehr...)"*/
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #C8ACBF;
	text-decoration: underline;
	}

#xperto_portal a:hover /*hover effekt*/
	{
	color: #C8ACBF;
	}

#xperto_portal img /*thumbnailbild*/
	{
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
	border: 1px solid #444444;
	float: left;
	}
	
#xperto_portal hr /*trennlinie zwischen den einzelnen Artikeln */
	{
	padding: 5px 0 5px 0;
	margin: 0;
	height: 1px;
	color:#C8ACBF;
	border: 1px;
	border-color: #C8ACBF;
	border-bottom-style:solid;
	}
	
/* END PORTALANSICHT */


/*SUBNAVIGATION */
#xperto_subnavigation, xperto_subnavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
	
	#xperto_subnavigation li {
		text-decoration: none;
		list-style: none;
		
		margin-left: 50px;
		margin-right: 35px;
		
		/*border-top: 1px solid #999999;*/
		
		padding-top: 0px;
		padding-bottom: 6px;

		}
	
	#xperto_subnavigation a {
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #666666;
		font-weight: normal;
		
		}
		
	#xperto_subnavigation a:hover {
		text-decoration: none;
		color: #000000;
		}
	
	#xperto_subnavigation a.active {  /*wenn subnavigation gewaehlt*/
		color: #000000;
		font-weight: bold;
		}
		
/* ENDE SUBNAVIGATION*/

/* ERROR */
.xperto_error
	{
	padding: 0;
	margin: 0;
	color:#FF3300;
	}
