
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/

/* Style by Webtech AG, bz                                                         */

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/



/***********************************************************************************/
/* Schriftarten CONTENT-Bereich                                                    */
/***********************************************************************************/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background-image: url(/img/bg/bg.gif);
	background-repeat: repeat-x;
	background-color: #0C4481;
	margin: 0px;
	padding: 0px;
}


p{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

h1{
	font-size: 13px;
	background-image: url(/img/layout/titel-pfeil.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-left: 14px;
	color: #FF6633;
	background-position: 0px;
	text-transform: uppercase;
}

h2{
	font-size: 12px;
	color: #000000;
	/*padding-bottom: 3px;
	border-bottom: 1px dotted #999999;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
}

i{
	color: #FF6633;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}
a {
	color:#FF6633;
	text-decoration: none;
}
a:hover {
	color:#FF6633;
	text-decoration: underline;
}
/***********************************************************************************/





/***********************************************************************************/
/* Layout Formatierungen                                                           */
/***********************************************************************************/
.rahmenLinks{
	background-image: url(/img/bg/bg-rahmenlinks.gif);
}
.rahmenRechts{
	background-image: url(/img/bg/bg-rahmenrechts.gif);
	background-repeat: repeat-y;
}
.rahmenUnten{
	background-image: url(/img/bg/bg-rahmenunten.gif);
	background-repeat: repeat-x;
}



.box{
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	
	padding: 12px;  /*Genereller Rahmenabstand*/
}
.boxSubNav{
	background-image: url(/img/bg/bg-box.gif);
	background-repeat: repeat-x;
}
.boxContent{
	background-image: url(/img/bg/bg-box.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.boxFooter{
	font-size: 10px;
}


.boxIntro{
	background-image: url(/img/bg/bg-box.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.boxReferenzen{
	background-image: url(/img/bg/bg-box.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	/*text-align: center;*/
}
.boxDienstleistungen{
	background-image: url(/img/bg/bg-box.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}





.subNav1       				  { border-bottom-style:solid;border-bottom-width:0px;border-bottom-color:#cccccc; width:180px; }
.aSubNav1, .aSubNav1Activ{
	background-image: url(/img/layout/titel-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	
	font-size: 12px;
	color:#000000;

	margin-left: 0px;
	padding-left: 14px;

	margin-bottom:5px;
	
	
	text-decoration:none;
	display:block;
	height: 1%;

}	
a.aSubNav1                  {
	background-image: url(/content/img/nav-pfeil-off.gif);	
	color:#000000;
}
a.aSubNav1:hover             {
	color:#FF6633;
	background-image: url(/img/layout/titel-pfeil.gif);
	text-decoration:none;
}
a.aSubNav1Activ          	  {
	color:#FF6633;
	background-image: url(/img/layout/titel-pfeil.gif);
}
a.aSubNav1Activ:hover     	  {
	color:#FF6633;
	background-image: url(/img/layout/titel-pfeil.gif);
	text-decoration:none;
}



.referenzBild{
	border-right-width: 10px;
	border-color: White;
}

.referenzBildStartseite{
	padding-bottom: 15px;
	border-color: White;
}


.fontSystem, a.fontSystem, a.fontSystem:link, a.fontSystem:active, a.fontSystem:visited {
	color:#666666;
	font-size:11px; 
	text-decoration: none;
}
a.fontSystem:hover {
	color:#FF6633;
}

a.fontSystemActiv, a.fontSystemActiv:hover{
	color:#FF6633;
	font-size:11px;
	text-decoration: none;
}


.copyRight, a.copyRight:link, a.copyRight:visited, a.copyRight:active, a.copyRight:focus {font-size:10px; font-family:verdana, arial, sans-serif; font-weight:normal; color: #8DA2B9;}
/***********************************************************************************/


