@charset "utf-8";
/* CSS Document */

html, body, div, ul, li, form, p, img, h1, h2, h3, hr {
	margin:0;
	padding:0;
}

body{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

ul {
	list-style-type: square;
}	

.left{
	float:left;
}

.right{
	float:right;
}

img{
	border-style:none;
}

h1, h2, h3, h4, h5, h6, strong{
	font-weight:normal;
}

div.pageContentFooter strong{
	color:#3f6ac0;
}

ul.largeList strong{
	font-weight:bold;
}

div.detailContent strong{
	font-weight:bold;
	color:#22262e;
}

div.introParagraph strong, div.text p strong, div.aboutUsModulesRow p strong, div.aboutUsModuleLargeList p strong {
	/*font-size:16px;
	line-height:20px;
	color:#000;*/
	font-weight:bold;
}



/*to center the content*/
body.main{
	background-color:#fff;
	text-align:center;
}

#container{
	width:900px;
	margin:0px auto;
	padding-top:15px;
	text-align:left;
}
/*to center the content*/


#logo{
	padding-bottom:10px;
	float:left;
}

#languageLinks{
	padding-bottom:0px;
	padding-top:7px;
	padding-right:5px;
	float:right;
}
#languageLinks select {
	font-size: 12px;
	border: 1px solid #909090;
}	

/*global navigation*/
#mainmenu{
	height: 38px;
	width:900px;
	overflow:hidden;
	clear:both;
}

#mainmenu ul{
	display:inline-block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:560px;
	float:left;
}

#mainmenu ul.bcmenu{
	width:663px;
}

#mainmenu li{
	display:inline;
	float:left;
}

#mainmenu li a{
	background-repeat:no-repeat;
	float:left;
	text-indent:-9999px;
}

#mainmenu li a{
	overflow:hidden;
	float:left;
	padding-top:38px;
	height:0;
}
/*global navigation*/


/*navigation buttons*/
/*initial buttons*/
#mainmenu ul#home li#homeButton a{
	width:113px;
	background-position:0 -38px;
}

#mainmenu ul#ecommerce li#ecommerceButton a{
	width:117px;
	background-position:-113px -38px;
}

#mainmenu ul#CRM li#CRMbutton a{
	background-position:-230px -38px;
}

#mainmenu ul#uberuns li#uberunsbutton a{
	background-position:-337px -38px;
}

#mainmenu ul#contactus li#contactusbutton a{
	background-position:-448px -38px;
}




/*====== BUTTONS BITMANAGER CONSULT ==== */


/*button1*/


#mainmenu li#bcButton1 a{
	width:113px;
	background-position:0px 0px;
}

#mainmenu li#bcButton1 a:hover{
	width:113px;
	background-position:0px -38px;
}

#mainmenu ul#home li#bcButton1 a{
	width:113px;
	background-position:0px -38px;
}


/*button2*/
#mainmenu li#bcButton2 a{
	width:110px;
	background-position:-113px 0px;
}

#mainmenu li#bcButton2 a:hover{
	width:110px;
	background-position:-113px -38px;
}

#mainmenu ul#ecommerce li#bcButton2 a{
	width:110px;
	background-position:-113px -38px;
}


/*button3*/
#mainmenu li#bcButton3 a{
	width:110px;
	background-position:-223px 0px;
}

#mainmenu li#bcButton3 a:hover{
	width:110px;
	background-position:-223px -38px;
}

#mainmenu ul#CRM li#bcButton3 a{
	width:110px;
	background-position:-223px -38px;
}


/*button4*/
#mainmenu li#bcButton4 a{
	width:110px;
	background-position:-333px 0px;
}

#mainmenu li#bcButton4 a:hover{
	width:110px;
	background-position:-333px -38px;
}

#mainmenu ul#kandidaten li#bcButton4 a{
	width:110px;
	background-position:-333px -38px;
}


/*button5*/
#mainmenu li#bcButton5 a{
	width:110px;
	background-position:-443px 0px;
}

#mainmenu li#bcButton5 a:hover{
	width:110px;
	background-position:-443px -38px;
}

#mainmenu ul#uberuns li#bcButton5 a{
	width:110px;
	background-position:-443px -38px;
}


/*button6*/
#mainmenu li#bcButton6 a{
	width:110px;
	background-position:-553px 0px;
}

#mainmenu li#bcButton6 a:hover{
	width:110px;
	background-position:-553px -38px;
}

#mainmenu ul#contactus li#bcButton6 a{
	width:110px;
	background-position:-553px -38px;
}

/*====== END BUTTONS BITMANAGER CONSULT ==== */


/*end initial buttons*/

/*normal buttons*/
#mainmenu li#homeButton a{
	width:113px;
	background-position:0 0;
}

#mainmenu li#ecommerceButton a{
	width:117px;
	background-position:-113px 0;
}

#mainmenu li#CRMbutton a{
	width:107px;
	background-position:-230px 0;
}

#mainmenu li#uberunsbutton a{
	width:111px;
	background-position:-337px 0;
}

#mainmenu li#contactusbutton a{
	width:112px;
	background-position:-448px 0;
}
/*end normal buttons*/


/*hover buttons*/
#mainmenu li#homeButton a:hover{
	background-position:0 -38px;
}

#mainmenu li#ecommerceButton a:hover{
	background-position:-113px -38px;
}

#mainmenu li#CRMbutton a:hover{
	background-position:-230px -38px;
}

#mainmenu li#uberunsbutton a:hover{
	background-position:-337px -38px;
}

#mainmenu li#contactusbutton a:hover{
	background-position:-448px -38px;
}
/*end hover buttons*/


/*active buttons*/
#mainmenu li#homeButton a:active{
	background-position:0 -38px;
}

#mainmenu li#ecommerceButton a:active{
	background-position:-113px -38px;
}

#mainmenu li#CRMbutton a:active{
	background-position:-230px -38px;
}

#mainmenu li#uberunsbutton a:active{
	background-position:-337px -38px;
}

#mainmenu li#contactusbutton a:active{
	background-position:-448px -38px;
	
}
/*end active buttons*/
/*end navigation buttons*/


/*search*/
#searchFunc {
	padding-right:8px;
	padding-top:8px;
	padding-bottom:9px;
	width:202px;
	height:21px;
	float:right;
	/*display:none;*/
}

#searchOnlyField{
	width:175px;
	height:21px;
	margin:0px;
	padding:0px;
	position:top left;
	float:left;
}

#searchOnlyField .left{
	background-image:url(imgs/searchFieldLeft.gif);
	background-repeat:no-repeat;
	background-position: top;
	height:21px;
	width:5px;
}

div.searchField{
	width:166px;
	height:21px;
	margin:0;
	background-image:url(imgs/searchFieldBack.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:scroll;
	float:left;
}

div.searchField input{
	width:164px;
	height:21px;
	border:0;
	background:none;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding-top:4px;
}

#searchOnlyField .right{
	background-image:url(imgs/searchFieldRight.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:21px;
	width:4px;
}

#go{
	float:right;
	margin:0px;
	padding:0px;
}
/*end search*/


/*bannersHome*/
.bannerHome {
	padding-top:20px;
}
/*end bannersHome*/

/*bannersFanshops*/
.bannerFanshops {
	padding-top:0px;
	padding-bottom:70px;
}
/*end bannersFanshops*/

/*bannersInner*/
.bannerInner {
	padding-bottom:15px;
}
/*end bannersInner*/


/*promos*/
.promos{
	height:225px;
	width:896px;
	padding-left:2px;
	padding-right:2px;
	padding-top:30px;
}

.promo{
	width:280px;
	height:225px;
	float:left;
}

.promoMiddle{
	margin-left:28px;
	margin-right:28px;
}

.promoCenter{
	float:left;
	background-image:url(imgs/promosBack.gif);
	background-repeat:repeat-x;
	width:268px;
	height:225px;
}

.promoCenter div{
	margin-left:18px;
	margin-right:10px;
}

.promoCenter div.promoContent{
	margin-bottom:12px;
	height:185px;
}

p.promoTitle{
	padding-top:20px;
	text-align:left;
	color:#22262e;
	font-size:18px;
	line-height:20px;
	margin-bottom:8px;
}

p.promoTitle a {
	text-decoration: none;
	color:#22262e;
}	

p.promoText{
	font-size:12px;
	line-height:15px;
	color:#000;
}

.specialPromo p.promoText{
	width:110px;
	font-size:13px;
	line-height:16px;
	/*color:#31343c;*/
	color:#22262e;
	float:left;
	margin-top:10px;
	text-align:right;
}

p.promoTextSpecialBlue{
	color:#3f6ac0;
	font-size:12px;
	line-height:15px;
	width:100%;
	float:left;
}

p.promoImg {
	float:right;
	padding-left: 5px;
}

.promos .left, .promos .right{
	width:6px;
	height:225px;
}

.promos .left{
	background-image:url(imgs/borderPromosLeft.gif);
}

.promos .right{
	background-image:url(imgs/borderPromosRight.gif);
}

/* reposition Images */
#eCommerceImg{
	margin-top:20px;
}

#CRMImg{
	margin-top:-28px;
}

#fanshopsImg{
	margin-top:-10px;
	margin-right:0px;
}

#fanshopsImg1{
	margin-top:60px;
	margin-right:8px;
}

#fanshopsImg2{
	margin-top:-20px;
}

#fanshopsImg3{
	margin-top:-47px;
	margin-right:10px;
}
/* reposition Images */
/*end promos*/


/*more link*/
.more{
	text-align:right;
}

.more2{
	text-align:left;
}

.more a, .more2 a{
	font-size:12px;
	color:#3f6ac0;
	text-decoration:none;
	font-weight:normal;
}

.more a:hover, .more a:active, .more2 a:hover, .more2 a:active{
	text-decoration:underline;
}

.more a span.littleArrow, .more2 a span.littleArrow{
	font-size:11px;
	font-weight:bolder;
}
/*end more link*/


/*footer*/
#footer{
	padding-top:20px;
	padding-bottom:30px;
	margin:auto;
	text-align:center;
}

.otherLinks {
	font-size:9px;
	padding-top:0px;
}

.otherLinks a {
	color:#6f6f6f;
	text-decoration:none;
}

.otherLinks a.selectedBottomLink {
		text-decoration:underline;
}

.otherLinks a:hover {
		color:#6f6f6f;
		text-decoration:underline;
}

.otherLinks a:active {
		color:#6f6f6f;
		text-decoration:underline;
}
/*end footer*/


/*breadcrums*/
div.breadcrumb {
	margin-top:20px;
	margin-left:5px;
	margin-bottom:5px;
	font-size:11px;
	color:#909090;
}

div.breadcrumb a {
	font-size:11px;
	color:#909090;
	text-decoration:none;
}

div.breadcrumb .currentPage{
	text-decoration:underline;
}

div.breadcrumb a:hover, div.breadcrumb a:active {
	font-size:11px;
	color:#909090;
	text-decoration:underline;
}
/*end breadcrumbs*/


/*header*/
div.header{
	width:897px;
	height:32px;
	margin-left:3px;
	margin-bottom:8px;
}

div.headerSearch{
	width:897px;
	margin-left:3px;
	height:32px;
	padding-top:20px;
}

h1.pageTitle{
	font-size:25px;
	color:#22262e;
	/*color:#343434;*/
	float:left;
}

h1.pageTitle span{
	font-size:16px;
}

h1.pageTitle span strong{
	font-weight: bold;
}

ul.subnavigation{
	float:right;
	margin-right:4px;
	margin-top:7px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.subnavigation li{
	display:inline;
}

ul.subnavigation li a{
	font-size:13px;
	color:#3f6ac0;
	/*color:#343434;*/
	text-decoration:none;
	margin-left:15px;
	margin-right:5px;
}

ul.subnavigation li a:hover, ul.subnavigation li a:active {
	/*color:#3f6ac0;*/
	text-decoration:underline;
}

ul.subnavigation li a.selected {
	color:#343434;
	text-decoration:none;
	cursor:default;
}
/*end header*/


/*content*/
div.pageContentBox{
	background-color:#FFF;
	text-align:left;
	width:100%;
}

#boxSpecial{
	margin-bottom:30px;
}


/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc{
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc{
	background-image:url(imgs/borderWhiteBox/topleftCorner.gif);
	background-position: 0px 0px;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

#trc{
	background-image:url(imgs/borderWhiteBox/toprightCorner.gif);
	background-position: 100% 0px;
}
	
#blc{
	background-image:url(imgs/borderWhiteBox/bottomleftCorner.gif);
	background-position: 0% 100%;
	background-repeat:no-repeat;
}

#brc{
	background-image:url(imgs/borderWhiteBox/bottomrightCorner.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
}

#tb, #bb{
	background-color: transparent;
	background-repeat: repeat-x;
}
			
#tb{
	background-image:url(imgs/borderWhiteBox/topBorder.gif);
	background-position: 0px 0px;
}

#bb{
	background-image:url(imgs/borderWhiteBox/bottomBorder.gif);
	background-position: 50% 100%;
}
	
#rb{
	background-image:url(imgs/borderWhiteBox/rightBorder.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb{
	background-image:url(imgs/borderWhiteBox/leftBorder.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
/* ---=== end border code ===--- */


div.pageContent{
	padding-top: 20px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:900px;
}

.pageContentTopHack{
	height:10px;
}

h1.pageContentTitle {
	font-size:20px;
	color:#22262e;
	margin-bottom:20px;
}

div.introParagraph{
	margin-bottom:25px;
	margin-right:60px;
	margin-left:30px;
	margin-top:5px;
}

div.introParagraph p {
	font-size: 13px;
	/*color:#4d4d4d;*/
	color:#000;
	line-height:18px;
}

div.introParagraph ul{
	list-style-position:outside;
	margin-left:19px;
	margin-top:10px;
}

div.introParagraph ul li{
	font-size:13px;
	/*color:#575757*/;
	color:#000;
	line-height:18px;
}

div.pageContentFooter{
	text-align:center;
	padding-bottom:30px;
}

div.pageContentFooterLeft{
	text-align:left;
	margin-left:30px;
	padding-bottom:12px;
}

div.pageContentFooterLeft p{
	font-size:12px;
}

div.pageContentFooterLeft p strong{
	font-weight:bold;
}

div.pageContentFooter p{
	font-size:12px;
}

div.pageContent a {
	color:#3f6ac0;
	text-decoration:none;
}

div.pageContent a:hover, div.pageContent a:active{
	text-decoration:underline;
}

ul.largeList{
	margin-left:80px;
	margin-right:160px;
	margin-bottom:30px;
}

ul.largeList li{
	padding-bottom:20px;
}

ul.largeList h1{
	font-size:18px;
	margin-bottom:5px;
}

ul.largeList p{
	font-size:13px;
	line-height:18px;
}

ul.largeList li ul{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

ul.largeList li ul li{
	padding-bottom:0px;
	font-size:13px;
	line-height:18px;
}

/*FEATURES*/
div.featuresRowTable{
	width:900px;
	display:table;
}

div.featuresRowTable p {
	margin-left:20px;
}

td.featureCells {
	float:left;
	display:table-cell;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
	width:250px;
}

td.cellMiddle{
	width:248px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#f2f2f2;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#f2f2f2;
}

td.featureCells div.icon {
	text-align:center;
}

td.featureCells img {
	margin-bottom:5px;
}

ul.nameFeature{
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:10px;
	margin-left:5px;
}

ul.nameFeature li{
	font-size:13px;
	font-weight:bold;
	color:#3f6ac0;
}

ul.nameFeature li a{
	text-decoration:none;
	color:#3f6ac0;
}

ul.nameFeature li a:hover, ul.nameFeature li a:active {
	text-decoration:underline;
}

div.listFeatures ul {
	margin-left:30px;
	margin-bottom:15px;
}

div.listFeatures ul li, div.listFeatures p  {
	font-size:12px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:16px;
}
/*FEATURES*/

/*DETAIL PAGE*/
div.detail{
	width:900px;
	display:table;
	margin-bottom:40px;
	margin-top:20px;
}

div.detailImg{
	width:285px;
	padding-left:40px;
	float:left;
	display:table-cell;
	padding-top:0px;
	text-align:center;
}

div.detailContent{
	font-size:13px;
	width:520px;
	float:left;
	display:table-cell;
	margin-left:25px;
	padding-bottom:0px;
}

div.detailContent p{
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
}

div.detailContent ul{
	list-style-position:outside;
	margin-left:19px;
	margin-top:14px;
}

div.detailContent ul li{
	font-size:16px;
	color:#000;
	/*color:#575757*/;
	line-height:22px;
}

h1.moduleTitle{
	font-size:20px;
	color:#039;
	margin-bottom:18px;
}

h1.moduleSubTitle{
	font-size:16px;
	color:#22262e;
	margin-bottom:15px;
	/*font-weight:bold;*/
}

div.detailInfo p, div.detailInfo ul li{
	font-size:13px;
	color:#22262e;
	line-height:18px;
}

div.detailInfo ul{
	list-style-position:outside;
	margin-left:15px;
	margin-top:0px;
}

div.detailBottom{
	width:900px;
	display:table;
}

div.detailsSubnav{
	padding-left:80px;
	padding-top:15px;
	padding-bottom:40px;
	width:188px;
	float:left;
	display:table-cell;
}

div#sitemap{
	
}
#sitemap ul.main li {
	font-weight: bold;
}
#sitemap ul.sub li {
	font-weight: normal;
}	
#sitemap li {
	margin-left: 20px;
}	

div.noPaddingTop{
	padding-top:0px;
}

div.pageContent div.detailBottom div.detailsSubnav p{
	color:#343434;
	font-size:14px;
	padding-bottom:6px;
}

div.pageContent div.detailBottom div.detailsSubnav p a{
	color:#343434;
}

div.titleLinksBottom p{
	color:#343434;
	font-size:14px;
	padding-bottom:10px;
	padding-top:15px;
	padding-left:80px;
}

ul.detailsSubnavList{
	list-style-image:none;
	list-style-position:outside;
	margin-left:16px;
}

ul.listSitemap{
	margin-bottom:25px;
}

ul.detailsSubnavList ul{
	margin-left:25px;
}

ul.detailsSubnavList li{
	color:#909090;
}


ul.detailsSubnavList li a{
	font-size:11px;
	color:#909090;
	text-decoration:none;
}


ul.detailsSubnavList li a:hover, ul.detailsSubnavList li a:active, ul.detailsSubnavList li a.selectedBottom {
	color:#343434;
	text-decoration:underline;
}


/*ABOUT US*/

div.aboutUsModulesRow{
	width:870px;
	display:table;
	padding-left:30px;
	padding-top:10px;
}

div.aboutUsModulesRow p{
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
	margin-bottom:16px;
	text-align:left;
}

div.aboutUsModulesRow div.nospace p{
	margin-bottom:0px;
}

div.aboutUsModulesRow div.nospace ul{
	list-style-position:outside;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

div.aboutUsModulesRow div.nospace ul li{
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
}

div.aboutUsModulesRow h2 {
	font-size:13px;
	color:#22262e;
	margin-bottom:8px;
}

div.aboutUsModulesRow h2 strong {
	font-weight:bold;
}

div.aboutUsModuleCells {
	width:220px;
	float:left;
	display:table-cell;
	padding-bottom:50px;
	padding-right:70px;
}

div.largeCell {
	width:800px;
	padding-right:70px;
	padding-top:20px;
	padding-bottom:0px;
}

div.extraCell{
	padding-bottom:30px;
	padding-top:10px;
}

div.largeCell2{
	width:365px;
}

div.imageAboutUsContent{
	width:inherit;
	text-align:center;
}

div.aboutUsModuleLarge {
	width:640px;
	margin-left:130px;
	margin-right:130px;
	padding-bottom:10px;
	padding-top:20px;
	display:table;
}

div.aboutUsModuleLarge img{
	margin-right:50px;
	float:left;
}

div.text{
	margin-top:20px;
	width:440px;
	display:table-cell;
	float:left;
}

div.text p, div.aboutUsModuleLargeList p {
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
}

div.text p em, div.aboutUsModuleLargeList p em {
	color:#3f6ac0;
	font-style:normal;
}

div.text h3{
	font-size:16px;
	color:#22262e;
	padding-bottom:5px;
}

div.text h2{
	font-size:18px;
	color:#22262e;
	/*color:#343434;*/
	padding-bottom:10px;
}

div.text ul{
	list-style-position:outside;
	margin-left:18px;
	margin-top:14px;
}

div.text ul li{
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
}

div.aboutUsLargeList{
	width:870px;
	margin-left:30px;
	padding-bottom:40px;
	padding-top:5px;
	display:table;
}

div.aboutUsLargeList h2{
	color:#22262e;
	/*color:#343434;*/
	font-size:18px;
	margin-bottom:25px;
}

div.aboutUsModuleLargeList img{
	float:left;
	margin-top:0px;
	width:99px;
	margin-right:60px;
}

div.aboutUsModuleLargeList {
	padding-top:5px;
	padding-bottom:5px;
	width:635px;
	padding-left:100px;
	padding-right:135px;
	float:left;
}

div.aboutUsModuleLargeList div.text{
	width:476px;
	margin-bottom:20px;
}

div.text ul li strong{
	font-weight:bold;
}

div.contentBottomLink{
	margin-left:30px;
	padding-bottom:20px;
}

div.tableClients{
	margin-left:30px;
	padding-bottom:30px;
	display:table;
	width:866px;
}

div.tableClientsCell{
	width:187px;
	margin-right:22px;
	padding-bottom:22px;
	display:table-cell;
	float:left;
}

/*pop up*/
div.pageContentPopUp{
	padding-top:40px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
}

div.pageContentPopUp img{
	padding-bottom:18px;
}

div.pageContentPopUp p#logoDesc{
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	padding-bottom:30px;
}
/*end pop up*/


/*clients info*/
div.clientParagraph{
	padding-bottom:25px;
	margin-right:40px;
	margin-left:30px;
	margin-top:5px;
	display:table;
}

div.clientParagraph div.imageCell{
	float:left;
	margin-right:20px;
	width:190px;
	display:table-cell;
}

div.clientParagraph div.textContent{
	display:table-cell;
	float:left;
	width:600px;
}

div.clientParagraph div.textContent h2{
	font-size:16px;
	color:#22262e;
	margin-bottom:10px;
	/*font-weight:bold;*/
}

div.clientParagraph div.textContent p {
	font-size: 13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
}

div.clientParagraph div.textContent p strong{
	font-weight:bold;
}

div.clientParagraph div.textContent ul{
	list-style-position:outside;
	margin-left:19px;
	margin-top:10px;
}

div.clientParagraph div.textContent ul li{
	font-size:13px;
	color:#000;
	/*color:#4d4d4d;*/
	line-height:18px;
}
/*end clients info*/

div.contactTable {
	width:820px;
	padding-left:80px;
	margin-right:0px;
	padding-right:0px;
	padding-bottom:40px;
	display:table;
}

div.contactTable h2{
	font-size:18px;
	color:#22262e;
	/*color:#343434;*/
	padding-bottom:20px;
}

div.contactTableCell{
	width:160px;
	padding-right:110px;
	margin-left:0px;
	float:left;
	display:table-cell;
}

div.contactTableCell img{
	float:left;
	margin-right:5px;
}

div.contactTableCell h3{
	color:#22262e;
	/*color:#343434;*/
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

div.contactTableCell p{
	color:#4d4d4d;
	font-size:13px;
}

/*FANSHOPS*/

h1.pageTableTitle {
	font-size:20px;
	color:#22262e;
	margin-left:25px;
}

div.specialTable{
	width:900px;
	display:table;
}


div.specialTableCell{
	float:left;
	display:table-cell;
	padding-top:20px;
	padding-bottom:20px;
}

.cellLeft{
	width:219px;
	padding-left:25px;
	padding-right:30px;
}

.cellMiddle{
	width:282px;
	padding-left:34px;
	padding-right:34px;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#e8e8e8;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#e8e8e8;
}

.cellRight{
	width:273px;
}

div.specialTableCell div.imageAboutUsContent{
	margin-bottom:15px;
}


div.specialTableCellText{
	margin-bottom:20px;
}

div.specialTableCellText h2{
	font-size: 18px;
	color:#3f6ac0;
	margin-bottom:16px;
}

div.specialTableCellText p, div.specialTableCellText ul li {
	font-size: 13px;
	color:#000;
	/*color:#4d4d4d;*/
}

div.specialTableCellText ul{
	list-style-position:outside;
	margin-left:16px;
}


div.specialSmallCell{
	margin-bottom:12px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#e8e8e8;
	width:248px;
	display:table;
}

#lastCell{
	border-bottom:none;
	border-bottom-width:0px;
}

div.specialSmallCellImg{
	float:left;
	width:76px;
	display:table-cell;
}

div.specialSmallCellText {
	float:left;
	display:table-cell;
	margin-left:10px;
	margin-right:5px;
	padding-top:8px;
	width:143px;
}

div.specialSmallCellArrow{
	width:14px;
	display:table-cell;
	float:left;
	margin-top:20px;
}

div.specialSmallCellText h3{
	font-size:14px;
	color:#3f6ac0;
	margin-bottom:3px;
}

div.specialSmallCellText p{
	font-size:11px;
	/*color:#4d4d4d;*/
	color:#000;
}


/*contact*/
.bannerContact{
	background-repeat:no-repeat;
	width:845px;
	margin-top:0px;
	padding-left:55px;
	padding-bottom:80px;
	/*padding-bottom:60px;*/
	padding-top:160px;
}

div.bannerContact h3{
	font-size:15px;
	color:#000;
	margin-bottom:4px;
	font-weight:normal;
}

div.bannerContact p{
	font-size:13px;
	line-height:18px;
	color:#000;
	/*color:#4d4d4d;*/
	margin-bottom:20px;
}

div.bannerContact p a{
	color:#3f6ac0;
	text-decoration:none;
}

div.bannerContact p a:hover, div.bannerContact p a:active{
	text-decoration:underline;
}

div.googleMapClass{
	text-align:center;
	margin-top:30px;
	padding-bottom:50px;
	
}

.googleMapsiFrame{
	border-color:#666;
	border-style:solid;
	border-width:1px;
}

div.googleMapsLink{
	text-align:left; 
	margin-left:50px;
}

div.googleMapsLink a{
	color:#3f6ac0;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
}

div.googleMapsLink a:hover, div.googleMapsLink a:active{
	text-decoration:underline;
}

/*end contact*/


/*search results*/

div.pag{
	width:884px;
	text-align:right;
	margin-right:16px;
}

div.pag p{
	font-size:13px;
	color:#686868;
}

div.pag p a{
	color:#686868;
}

div.pag .currentPage{
	text-decoration:underline;
}

div.results{
	margin-right:90px;
	margin-left:90px;
	margin-top:40px;
	margin-bottom:80px;
	width:720px;
}

div.results ul{
	list-style-image:none;
	list-style-type:none;
}

div.results ul li{
	padding-bottom:20px;
	padding-top:20px;
	color:#3f6ac0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e1e1e1;
}

div.results #last{
	border-bottom:none;
}

div.results ul h2{
	font-size:18px;
	margin-bottom:5px;
}

div.results ul p{
	font-size:13px;
	line-height:17px;
	color:#4d4d4d;
}

/*content*/


.lineTable{
	height:10px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#f2f2f2;
	border-bottom:none;
	border-left:none;
	border-right:none;
	width:900px;
	margin-top:10px;
}

.lineTable2{
	height:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#f2f2f2;
	border-top:none;
	border-left:none;
	border-right:none;
	width:900px;
}

/* simple paragraph */

.row {
	padding: 5px 2px 25px;
	clear: both;
}

.contentPar {
	font-size:13px;	
	line-height:18px;
	padding-left:20px;
	padding-right:20px;
}

td.inner .contentPar{
	padding-left: 0;
}
		
.contentPar h2 {
	font-weight:bold;
	color:#22262E;	
	font-size:13px;			
	margin-bottom:8px;
}

.contentPar h3 {
	font-size:20px;
	color:#22262e;
	margin-bottom:12px;
}

.contentPar .textBlock a {
	font-weight:bold;
	font-size:12px;
	color:#3f6ac0;
	text-decoration:none;
}

.contentPar .textBlock a:hover, a:active {
	text-decoration:underline;
}

.contentPar .textBlock strong {
		
}

.contentPar .textBlock ul{
	padding-left: 15px;
}

.contentPar .bottomLink {
	font-weight: bold;
	width: 100%;
}
.contentPar .image {
	text-align: center;
	text-decoration: none;
	color: #6f6f6f;
	font-size: 11px;
}
.contentPar a.noDeco:hover {
	text-decoration: none;
}	
.contentPar .imagePos_top {
	margin-bottom: 5px;
}
.contentPar .imagePos_bottom {
	margin-top: 10px;
}
.contentPar .imagePos_left {
	float: left;
	padding: 0px 30px 20px 0;			
}	
.contentPar .imagePos_right {
	float: right;
	padding: 0px 0px 20px 30px;			
}
.tablePar td {
	vertical-align: top;
	padding-bottom: 10px;
}	
.tablePar td.inner {
	padding-right: 20px;
	padding-left: 20px;
}


/**Kunden**/
#backgroundFilter
{
    position:absolute;
    top: 440px;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=95);
    opacity: 0.95;
    display: none;
    z-index: 1000;
    width:3000px;
    height: 730px;
}

/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    width: 530px;
    padding: 0px;
    z-index: 1005;
    display: none;
    background-color: #fff;
	text-align:left;
}


