<!--
/* xPerto Stylesheet */


#xperto_content /* Hautpklasse */
	{
	padding: 0;
	margin: 0;
	}


/* TYPO */
#xperto_content a /*allgemeine Links*/
	{
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #34bae8;
	text-decoration: underline;
	}
#xperto_content a:hover /*hover effekt allg. Links*/
	{
	color: #34bae8;
	text-decoration:overline;
	}
	
/* INHALT */

#xperto_content h1  /*Titel*/
	{
	padding-top: 30px;
	margin-left: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #34bae8;
	}
	
.xperto_fliesstext /*Fliesstext*/
	{


margin-bottom: 50px;
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	margin-left:250px;
	margin-right:50px;

	}
	
.xperto_legende /*legende*/
	{
	padding: 0 0 10px 0;
	margin-top: 10px;
	font-family: Verdana, Arial, "sans serif";
	font-size: 10px;
	color: #34bae8;
	}
	
.xperto_grossesBild /*grosses Bild ueber die ganze Breite */
	{
	margin-left: 250px;
	padding-bottom: 20px;
	}
	
.xperto_BildRechts /*Bild rechts, Text umfliessend, Hauptklasse mit Legende */
	{
	padding: 0 0 0 15px;
	margin-right: 150px;
	margin-top: 5px;
	float: right;
	}
	
.xperto_BildLinks /*Bild links, Text umfliessend, Hauptklasse mit Legende */
	{
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
	}
	
.xperto_BildTextModul
	{
	padding: 0 0 20px 0;
	margin: 0;
	/*float: left;*/
	}
	
.xperto_kleinesBild /*Bild klasse bei Bild umfliessend*/
	{
	padding: 0;
	margin: 0;
	}

/* END INHALT */

/* GALLERIE */
#xperto_gallerie
	{
	clear: both;
	padding: 20px 0 0 0;
	margin: 0;
	background: #333333;
	}
	
	#xperto_gallerie img
		{
		padding: 0 5px 5px 0;
		margin: 0;
		}


/* END GALLERIE */
	
/* PORTALANSICHT */

#xperto_portal /*portalansicht, hauptklasse*/
	{
	padding: 50px 0 0 0;
	margin: 0 50px 0 250px;
	}
	
#xperto_portal h1 /*portal artikeltitel*/
	{
	padding-top: 20px;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #34bae8;
	}
	
#xperto_portal p /*fliesstext portal artikel */
	{
    font-family: Verdana, Geneva, sans-serif;
    margin-left: 0;
    margin-right: 0;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	}

#xperto_portal a /*link portalansicht artikel (mehr...)"*/
	{
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #34bae8;
	text-decoration: underline;
	}

#xperto_portal a:hover /*hover effekt*/
	{
	color: #34bae8;
	text-decoration:overline;
	}

#xperto_portal img /*thumbnailbild*/
	{
	padding: 0 0 0 0;
	margin-left: 0;
	margin-top: 0;
	margin-right: 20px;
	border: 1px solid #444444;
	float: left;
	}
	
/* END PORTALANSICHT */



/*NAVIGATION */
#xperto_navigation, xperto_navigation ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0 0 10px;
	
	}
	
	#xperto_navigation li {
		text-decoration: none;
		display:inline;
		list-style: none;
		
		margin-left: 10px;
		margin-right: 10px;
		
		/*border-top: 1px solid #999999;*/
		
		padding-top: 0px;
		padding-bottom: 6px;
		}
	
	#xperto_navigation a {
		display:inline;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform:uppercase;
		color: #FFFFFF;
		font-weight: normal;
				}
		
	#xperto_navigation a:hover {
		text-decoration: none;
		color: #06516b;
		}
	
	#xperto_navigation a.active {  /*wenn navigation gewaehlt*/
		color: #06516b;
		}
		
/* ENDE NAVIGATION*/



/*SUBNAVIGATION */
#xperto_subnavigation, xperto_subnavigation ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	
	}
	
	#xperto_subnavigation li {
		list-style: none;
		display:inline;
		
	   text-decoration: none;
	   text-transform:uppercase;
		
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		
		/*border-top: 1px solid #999999;*/
		
		padding-top: 0px;
		padding-bottom: 6px;
		}
	
	#xperto_subnavigation a {
		text-decoration: none;
		display:inline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: normal;
		}
		
	#xperto_subnavigation a:hover {
		text-decoration: none;
		color: #06516b;
		}
	
	#xperto_subnavigation a.active {  /*wenn subnavigation gewaehlt*/
		color: #06516b;
		}
		
/* ENDE SUBNAVIGATION*/

/*Newsletter formular */
/*Newsletter formular */
#xperto_newsletter
	{
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, Arial, "serif";
	font-size: 12px;
	color: #0099FF;
	}


	
	.xperto_newsletterinput  /*formularfeld */
		{
		width: 300px;
		}
	
	.xperto_newslettererror  /*fehlermeldungen */
		{
		color: #FF0033;
		}
		
/* BOXEN */
#xperto_boxen/* Hautpklasse */
	{
	padding: 0;
	margin: 0 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #dcf0f1;
	width: 188px;
	}
	
	#xperto_boxen img
		{
		padding: 0 0 10px 0;
		background-color: #EEEEEE;
		}
		
	#xperto_boxen h6
		{
		padding: 0 5px 10px 5px;
		margin: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		font-weight: normal;
		background-color: #EEEEEE;
		}
	
#xperto_boxen p
		{
		padding: 0;
		margin: 0;
		}
		
	#xperto_boxtit
		{
		padding: 5px 0 5px 10px;
		background-color: #33bae7;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		border-bottom: 1px solid #FFFFFF;
		}
#xperto_boxinhalt
	{
	padding: 5px 10px 25px 10px;
	margin: 0;
	}		
		
#xperto_boxen a /*allgemeine Links*/
	{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30bae8;
	text-decoration: underline;
	}
#xperto_boxen a:hover /*hover effekt allg. Links*/
	{
	color: #444444;
	}

/* END BOXEN */
-->
