/* ADDITIONAL STYLES */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	background: #fff url(/pics/bg_page.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}
body {
	margin-bottom: 30px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	background-color: inherit;
	font-weight: normal;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.0em;
}
h2.small {
	font-size: 1.8em;
}
div, object {
	outline: 0;
}
a,
a:link,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	outline: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";  
    visibility: hidden;
    display: block;  
    height: 0;  
    clear: both;
}
.textcontent p, .textcontent ul {
	font-size: 1.4em;
}
.textcontent p a, .textcontent p a:link, .textcontent p a:active, .textcontent p a:visited, .textcontent p a:hover  {
	color: #2e2e2e;
	text-decoration: underline;
}
.textcontent p a.not_underlined, .textcontent p a.not_underlined:link, .textcontent p a.not_underlined:active, .textcontent p a.not_underlined:visited {
	color: #2e2e2e;
	text-decoration: none;
}
.textcontent p a.not_underlined:hover  {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
form, fieldset, img, table, p {
	margin: 0;
	padding: 0;
	border: 0;
}
.hidden {
	display: none;
}
.padding17 {
   margin-bottom: 30px;
   float: left;
}
img {
    border: 0;
}

/****************************************************************************
	Page frame: topnavigation
*****************************************************************************/
.topnavigation_frame_container {
	width: 935px;
	height: 75px;
	margin: 0 auto 0 auto;
	padding: 0 25px 0 0px;
}
.topnavigation_frame {
	width: 935px;
	height: 75px;
}
.topnavigation_frame p {
	float: right;
	margin: 10px 0 0 0;
}
.topnavigation_frame ul {
	float: left;
	margin: 28px 0 0 0px;
}
.topnavigation_frame ul li {
	float: left;
	margin-right: 30px;
	padding: 0 5px 0 5px;
	height: 32px;
	overflow: hidden;
}
.topnavigation_frame ul li.hi {
	background: url(/pics/border_topnav_left.gif) 0 0 no-repeat;
}
.topnavigation_frame ul li a,
.topnavigation_frame ul li a:link,
.topnavigation_frame ul li a:active,
.topnavigation_frame ul li a:visited {
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	color: #2e2e2e;
	background-color: inherit;
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px 0 0 0;
	height: 32px;
}
.topnavigation_frame ul li a:hover {
	text-decoration: underline;
}
.topnavigation_frame ul li.hi a,
.topnavigation_frame ul li.hi a:link,
.topnavigation_frame ul li.hi a:active,
.topnavigation_frame ul li.hi a:visited,
.topnavigation_frame ul li.hi a:hover {
	float: left;
	padding: 7px 10px 0 5px;
	color: #fff;
	text-decoration: none;
	background: #414141 url(/pics/border_topnav_right.gif) right 0 no-repeat;
}

/****************************************************************************
	Page frame: content
*****************************************************************************/
.content_frame_container {
	width: 980px;
	margin: 0 auto 0 auto;
}
.content_frame {
	clear: both;
}

/****************************************************************************
	Page frame: footer
*****************************************************************************/
.footer_frame_container {
	width: 963px;
	padding: 0 20px 0 17px;
	margin: 10px auto 20px auto;
	color: #000;
	background-color: inherit;
	overflow: hidden;
}
.footer_frame {
	width: 960px;
	font-size: 0.9em;
    text-align: center;
}
#footer_navigation_left {
	float: left;
	width: 500px;
	padding: 7px 0 0 20px;
}
#footer_navigation_right {
	float: left;
	width: 423px;
	text-align: right;
	padding: 7px 17px 0 0;
}
.footer_frame a,
.footer_frame a:link,
.footer_frame a:visited,
.footer_frame a:active,
.footer_frame a:hover {
	color: #000;
	padding: 0 5px 0 5px;
}
.footer_frame a.last {
	color: #000;
	padding-right: 0;
}

/****************************************************************************
	Page frame: media footer
*****************************************************************************/
.footer_media_frame_container {
	width: 960px;
	height: 30px;
	padding: 0 20px 0 20px;
	margin: 10px auto 0 auto;
	color: #000;
	background-color: inherit;
	overflow: hidden;
}
.footer_media_frame {
	width: 960px;
	height: 30px;
	background: url(/pics/bg_mediafooter.gif) 0 0 no-repeat;
}

.footer_media_navigation_left {
	float: left;
	width: 600px;
	padding: 7px 0 10px 20px;
	font-size: 1.0em;
	font-weight: bold;
}

.footer_media_navigation_left span {
	float: left;
}

.footer_media_navigation_right {
	float: left;
	width: 320px;
	text-align: right;
	padding: 7px 20px 0 0;
	font-size: 0.9em;
	font-weight: normal;
}
.footer_media_navigation_left a {
	color: #262626;
    float: left;
    margin-right: 20px;
}

.footer_media_navigation_left a.twitter {	
	padding-bottom: 10px;
	background: url(/pics/icons/icon_footer_twitter.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.youtube {
	padding-bottom: 10px;
	background: url(/pics/icons/icon_footer_youtube.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.blog {
	margin-left: 20px;
	padding-bottom: 10px;
	background: url(/pics/icons/icon_footer_blog.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.slideshare {
	padding-bottom: 10px;
	background: url(/pics/icons/icon_footer_slideshare.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}
.footer_media_navigation_left a.facebook {
	padding-bottom: 10px;
	background: url(/pics/icons/icon_footer_facebook.png) 0 0 no-repeat;
    color: #262626;
    padding-left: 20px;
}

/****************************************************************************
	Global: language selector
*****************************************************************************/
.footer_media_navigation_right span {
	display: block;
	text-align: right;
	float: right;
	padding: 0 0 0 17px;
	background: url(/pics/icons/icon_switch_black.gif) 0 1px no-repeat;
}
.footer_media_navigation_right span a,
.footer_media_navigation_right span a:link,
.footer_media_navigation_right span a:active
.footer_media_navigation_right span a:visited {
	color: #000;
	background-color: inherit;
	padding: 0 0 0 20px;
	text-decoration: underline;
}
.footer_media_navigation_right div a:hover {
	color: #000;
	background-color: inherit;
}
.footer_media_navigation_right span a.de {
	background: url(/pics/icons/flag_de.png) 0 1px no-repeat;
    color: #000;
}
.footer_media_navigation_right span a.en {
	background: url(/pics/icons/flag_en.png) 0 1px no-repeat;
}

/****************************************************************************
	Page: textcontent chapter
*****************************************************************************/
.textcontent_container {
	width: 902px;
	margin: 0 auto 0 auto;
	padding: 0px 30px 0px 30px;
}
.textchapter_frame {
	position: relative;
	width: 920px;
	padding-bottom: 50px;
}
.textchapter_frame .textcontent p {
	padding-top: 20px;
}
.textchapter_frame .textcontent a, .teaser_frame a,
.textchapter_frame .textcontent a:link, .teaser_frame a:link,
.textchapter_frame .textcontent a:active, .teaser_frame a:active,
.textchapter_frame .textcontent a:visited, .teaser_frame a:visited {
	color: #2e2e2e;
	background-color: inherit;
}
.textchapter_frame .textcontent a:hover, .teaser_frame a:hover  {
	color: #2e2e2e;
	background-color: inherit;
}

/****************************************************************************
	Page: index
*****************************************************************************/

.index_top {
	clear: both;
	width: 960px;
	height: 330px;
	margin: 0 0 0 10px;
	background: #fff url(/enterprise/bg_themen.gif) 0 0 no-repeat;
}
.index_left_side_top {
	float: left;
	width: 600px;
	height: 330px;
}
#imageContainer {
	clear: both;
	width: 600px;
	height:330px;
	overflow: hidden;
}
#imageContainer img {
	display:none;
	width: 600px; 
	height:330px;
}
.index_right_side_top {
	width: 360px;
	float: left;
	height: 330px;
}
.index_right_side_top  a, .index_right_side_top  a:link, .index_right_side_top  a:visited, .index_right_side_top  a:active, .index_right_side_top  a:hover {
	display: block;
	padding: 10px 20px 30px 20px;
	color: #002555;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.themenlabel1 {
	height: 110px;
}
.themenlabel1 a:hover {
	background: url(/enterprise/bg_themen1.gif) 0px 4px no-repeat;
}
.themenlabel2 {
	height: 110px;
}
.themenlabel2 a:hover {
	background: url(/enterprise/bg_themen2.gif) 0 0 no-repeat;
}
.themenlabel3 {
	height: 110px;
}
.themenlabel3 a:hover {
	background: url(/enterprise/bg_themen3.gif) 0 0 no-repeat;
}
.white {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}


.index_middle {
	clear: both;
	width: 960px;
	height: 110px;
	margin: 20px 0 0 10px;
	background: #fff url(/enterprise/bg_border.gif) 0 0 no-repeat;
}
.middle_element {
	float: left;
	width: 192px;
	height: 110px;
	text-align: center;
}
.middle_element_lineright {
	width: 191px;
	border-right: 1px solid #d4d4d4;
}
.middle_element_text {
	
}
.middle_element_text a, .middle_element_text a:link, .middle_element_text a:visited, .middle_element_text a:active, .middle_element_text a:hover {
	padding-top: 65px;
	display: block;
	text-decoration: none;
}
.text_icon1 {
	background: url(/enterprise/icon1.gif) center 0px no-repeat;
}
.text_icon2 {
	background: url(/enterprise/icon2.gif) center 0px no-repeat;
}
.text_icon3 {
	background: url(/enterprise/icon3.gif) center 0px no-repeat;
}
.text_icon4 {
	background: url(/enterprise/icon4.gif) center 5px no-repeat;
}
.text_icon5 {
	background: url(/enterprise/icon5.gif) center 0px no-repeat;
}
.middle_element_small {
	color: #002555;
	font-weight: bold;
	font-size: 14px;
}
.middle_element_big {
	padding: 30px 0 0 0;
	color: #002555;
	font-weight: bold;
	font-size: 18px;
}
.middle_element_subline {
	color: #989898;
	font-weight: bold;
	font-size: 12px;	
}



.index_bottom {
	clear: both;
	position: relative;
	width: 960px;	
	margin: 20px 0 10px 10px;
}
.index_left_side_bottom {
	float: left;
	width: 600px;
	height: 250px;
	background-color: #fff;
}
.index_right_side_bottom {
	width: 359px;
	float: left;
	height: 250px;
	border-left: 1px solid #d3d3d3;
}
#carousel{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	background-color:#fff;
}
.blog_container {
	padding: 0 0 0 20px;
}
.feed {
	color: #1d4871;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 3px 0;
}
.feed a, .feed a:link, .feed a:visited, .feed a:active, .feed a:hover {
	color: #1D4871;
}
.blog_container p{
	color: #989898;
	font-size: 12px;
}


.textchapter_frame h2 {
	color: #1d4871;
}
.menu {
	float: right;
	width: 277px;
	/*height: 226px;*/
	margin: 0 -20px 10px 10px;
	background: #fff url(/enterprise/bg_subpage_default.jpg) right top no-repeat;
}
.case1 {
	background: #fff url(/enterprise/bg_subpage_top1.jpg) right top no-repeat;
}
.case2 {
	background: #fff url(/enterprise/bg_subpage_top2.jpg) right top no-repeat;
}
.case3 {
	background: #fff url(/enterprise/bg_subpage_top3.jpg) right top no-repeat;
}
.menu  a, .menu  a:link, .menu  a:visited, .menu  a:active, .menu  a:hover {
	display: block;
	padding: 10px 20px 30px 30px;
	color: #002555;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.themenlabel_subpage_1 {
	height: 75px;
}
.themenlabel_subpage_1 a:hover {
	background: url(/enterprise/bg_subpage_top1_hover.jpg) 0px 0px no-repeat;
}
.themenlabel_subpage_2 {
	height: 73px;
}
.themenlabel_subpage_2  a, .themenlabel_subpage_2  a:link, .themenlabel_subpage_2  a:visited, .themenlabel_subpage_2  a:active, .themenlabel_subpage_2  a:hover {
	padding: 5px 20px 30px 30px;
}
.themenlabel_subpage_2 a:hover {
	background: url(/enterprise/bg_subpage_top2_hover.jpg) 0px 0px no-repeat;
}
.themenlabel_subpage_3 {
	height: 70px;
}
.themenlabel_subpage_3 a:hover {	
	background: url(/enterprise/bg_subpage_top3_hover.jpg) 0px 0px no-repeat;
}
a.nohover:hover {
	background: inherit;
}
.menu .white {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
.textcontentSubpage {
	width: 640px;
	margin-bottom: 40px;
}

.textcontentSubpage ul {
	margin: 6px 0px 6px 20px;
	list-style-type: disc;
}
.textcontentSubpage ul li {

}
a.contactbtn, a.contactbtn:link, a.contactbtn:visited, a.contactbtn:active, a.contactbtn:hover {
	display: block;
	padding: 20px 20px 30px 14px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(/enterprise/btn_kontakt.gif) 0 0 no-repeat;
}
a.contactbtn:hover {
	background: url(/enterprise/btn_kontakt-hover.gif) 0 0 no-repeat;
}

.arrow_subpage1 {
	clear: both;
	position: relative; 	
	padding: 0px 0 0 80px;
	margin-bottom: -20px;
	height: 17px;
	background: url(/enterprise/arrow_subpage.gif) 95px 0 no-repeat;
}
.arrow_subpage2 {
	clear: both;
	position: relative; 	
	padding: 0px 0 0 80px;
	margin-bottom: -20px;
	height: 17px;
	background: url(/enterprise/arrow_subpage.gif) 285px 0 no-repeat;
}
.arrow_subpage3 {
	clear: both;
	position: relative; 	
	padding: 0px 0 0 80px;
	margin-bottom: -20px;
	height: 17px;
	background: url(/enterprise/arrow_subpage.gif) 470px 0 no-repeat;
}
.arrow_subpage4 {
	clear: both;
	position: relative; 	
	padding: 0px 0 0 80px;
	margin-bottom: -20px;
	height: 17px;
	background: url(/enterprise/arrow_subpage.gif) 665px 0 no-repeat;
}
.arrow_subpage5 {
	clear: both;
	position: relative; 	
	padding: 0px 0 0 80px;
	margin-bottom: -20px;
	height: 17px;
	background: url(/enterprise/arrow_subpage.gif) 860px 0 no-repeat;
}



div.cute_profiles_sprite{
	position:absolute;
	top: 0;
	left: 0;
	border:0;
	margin:110px 0 0 0;
	padding:0;
}
div.cute_profiles_sprite a{
	background: url(/enterprise/cute_profiles_sprite32.png) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0 0 4px 0;
}
div.cute_profiles_sprite a.cute_profiles_contact{background-position:0 0;}
div.cute_profiles_sprite a.cute_profiles_contact:hover{background-position:0 -32px;}

div.cute_profiles_sprite a.cute_profiles_twitter{background-position:-32px 0;}
div.cute_profiles_sprite a.cute_profiles_twitter:hover{background-position:-32px -32px;}

div.cute_profiles_sprite a.cute_profiles_facebook{background-position:-64px 0;}
div.cute_profiles_sprite a.cute_profiles_facebook:hover{background-position:-64px -32px;}

div.cute_profiles_sprite a.cute_profiles_stumble{background-position:-96px 0;}
div.cute_profiles_sprite a.cute_profiles_stumble:hover{background-position:-96px -32px;}

div.cute_profiles_sprite a.cute_profiles_mixx{background-position:-128px 0;}
div.cute_profiles_sprite a.cute_profiles_mixx:hover{background-position:-128px -32px;}

div.cute_profiles_sprite a.cute_profiles_google{background-position:-160px 0;}
div.cute_profiles_sprite a.cute_profiles_google:hover{background-position:-160px -32px;}

div.cute_profiles_sprite a.cute_profiles_reddit{background-position:-192px 0;}
div.cute_profiles_sprite a.cute_profiles_reddit:hover{background-position:-192px -32px;}

div.cute_profiles_sprite a.cute_profiles_digg{background-position:-224px 0;}
div.cute_profiles_sprite a.cute_profiles_digg:hover{background-position:-224px -32px;}

div.cute_profiles_sprite a.cute_profiles_youtube{background-position:-256px 0;}
div.cute_profiles_sprite a.cute_profiles_youtube:hover{background-position:-256px -32px;}

div.cute_profiles_sprite a.cute_profiles_linkedin{background-position:-288px 0;}
div.cute_profiles_sprite a.cute_profiles_linkedin:hover{background-position:-288px -32px;}

div.cute_profiles_sprite a.cute_profiles_rss{background-position:-320px 0;}
div.cute_profiles_sprite a.cute_profiles_rss:hover{background-position:-320px -32px;}

div.cute_profiles_sprite a.cute_profiles_skype{background-position:-352px 0;}
div.cute_profiles_sprite a.cute_profiles_skype:hover{background-position:-352px -32px;}

div.cute_profiles_sprite a.cute_profiles_newsvine{background-position:-384px 0;}
div.cute_profiles_sprite a.cute_profiles_newsvine:hover{background-position:-384px -32px;}

div.cute_profiles_sprite a.cute_profiles_ff{background-position:-416px 0;}
div.cute_profiles_sprite a.cute_profiles_ff:hover{background-position:-416px -32px;}

div.cute_profiles_sprite a.cute_profiles_technorati{background-position:-448px 0;}
div.cute_profiles_sprite a.cute_profiles_technorati:hover{background-position:-448px -32px;}

div.cute_profiles_sprite a.cute_profiles_yahoo{background-position:-480px 0;}
div.cute_profiles_sprite a.cute_profiles_yahoo:hover{background-position:-480px -32px;}

div.cute_profiles_sprite a.cute_profiles_delicious{background-position:-512px 0;}
div.cute_profiles_sprite a.cute_profiles_delicious:hover{background-position:-512px -32px;}

div.cute_profiles_sprite a.cute_profiles_myspace{background-position:-544px 0;}
div.cute_profiles_sprite a.cute_profiles_myspace:hover{background-position:-544px -32px;}

div.cute_profiles_sprite a.cute_profiles_flickr{background-position:-576px 0;}
div.cute_profiles_sprite a.cute_profiles_flickr:hover{background-position:-576px -32px;}

div.cute_profiles_sprite a.cute_profiles_netvibes{background-position:-608px 0;}
div.cute_profiles_sprite a.cute_profiles_netvibes:hover{background-position:-608px -32px;}

div.cute_profiles_sprite a.cute_profiles_tumblr{background-position:-640px 0;}
div.cute_profiles_sprite a.cute_profiles_tumblr:hover{background-position:-640px -32px;}

div.cute_profiles_sprite a.cute_profiles_bebo{background-position:-672px 0;}
div.cute_profiles_sprite a.cute_profiles_bebo:hover{background-position:-672px -32px;}

div.cute_profiles_sprite a.cute_profiles_windows{background-position:-704px 0;}
div.cute_profiles_sprite a.cute_profiles_windows:hover{background-position:-704px -32px;}

div.cute_profiles_sprite a.cute_profiles_buzz{background-position:-736px 0;}
div.cute_profiles_sprite a.cute_profiles_buzz:hover{background-position:-736px -32px;}

div.cute_profiles_sprite a.cute_profiles_wp{background-position:-768px 0;}
div.cute_profiles_sprite a.cute_profiles_wp:hover{background-position:-768px -32px;}

div.cute_profiles_sprite a.cute_profiles_xing{background-position:-800px 0;}
div.cute_profiles_sprite a.cute_profiles_xing:hover{background-position:-800px -32px;}

div.cute_profiles_sprite a.cute_profiles_lastfm{background-position:-832px 0;}
div.cute_profiles_sprite a.cute_profiles_lastfm:hover{background-position:-832px -32px;}

div.cute_profiles_sprite a.cute_profiles_vimeo{background-position:-864px 0;}
div.cute_profiles_sprite a.cute_profiles_vimeo:hover{background-position:-864px -32px;}

div.cute_profiles_sprite a.cute_profiles_yelp{background-position:-896px 0;}
div.cute_profiles_sprite a.cute_profiles_yelp:hover{background-position:-896px -32px;}

div.cute_profiles_sprite a.cute_profiles_podcast{background-position:-928px 0;}
div.cute_profiles_sprite a.cute_profiles_podcast:hover{background-position:-928px -32px;}

div.cute_profiles_sprite a.cute_profiles_slideshare{background-position:-960px 0;}
div.cute_profiles_sprite a.cute_profiles_slideshare:hover{background-position:-960px -32px;}

div.cute_profiles_sprite a.cute_profiles_plurk{background-position:-992px 0;}
div.cute_profiles_sprite a.cute_profiles_plurk:hover{background-position:-992px -32px;}

div.cute_profiles_sprite a.cute_profiles_mobileme{background-position:-1024px 0;}
div.cute_profiles_sprite a.cute_profiles_mobileme:hover{background-position:-1024px -32px;}

div.cute_profiles_sprite a.cute_profiles_viddler{background-position:-1056px 0;}
div.cute_profiles_sprite a.cute_profiles_viddler:hover{background-position:-1056px -32px;}

div.cute_profiles_sprite a.cute_profiles_dopplr{background-position:-1088px 0;}
div.cute_profiles_sprite a.cute_profiles_dopplr:hover{background-position:-1088px -32px;}

div.cute_profiles_sprite a.cute_profiles_qype{background-position:-1120px 0;}
div.cute_profiles_sprite a.cute_profiles_qype:hover{background-position:-1120px -32px;}

div.cute_profiles_sprite a.cute_profiles_virb{background-position:-1152px 0;}
div.cute_profiles_sprite a.cute_profiles_virb:hover{background-position:-1152px -32px;}

div.cute_profiles_sprite a.cute_profiles_evernote{background-position:-1184px 0;}
div.cute_profiles_sprite a.cute_profiles_evernote:hover{background-position:-1184px -32px;}

div.cute_profiles_sprite a.cute_profiles_ilike{background-position:-1216px 0;}
div.cute_profiles_sprite a.cute_profiles_ilike:hover{background-position:-1216px -32px;}

div.cute_profiles_sprite a.cute_profiles_aim{background-position:-1248px 0;}
div.cute_profiles_sprite a.cute_profiles_aim:hover{background-position:-1248px -32px;}

div.cute_profiles_sprite a.cute_profiles_mister-wong{background-position:-1280px 0;}
div.cute_profiles_sprite a.cute_profiles_mister-wong:hover{background-position:-1280px -32px;}

div.cute_profiles_sprite a.cute_profiles_webnews{background-position:-1312px 0;}
div.cute_profiles_sprite a.cute_profiles_webnews:hover{background-position:-1312px -32px;}

div.cute_profiles_sprite a.cute_profiles_yigg{background-position:-1344px 0;}
div.cute_profiles_sprite a.cute_profiles_yigg:hover{background-position:-1344px -32px;}

div.cute_profiles_sprite a.cute_profiles_wikio{background-position:-1376px 0;}
div.cute_profiles_sprite a.cute_profiles_wikio:hover{background-position:-1376px -32px;}

div.cute_profiles_sprite a.cute_profiles_t3n{background-position:-1408px 0;}
div.cute_profiles_sprite a.cute_profiles_t3n:hover{background-position:-1408px -32px;}

div.cute_profiles_sprite a.cute_profiles_infopirate{background-position:-1440px 0;}
div.cute_profiles_sprite a.cute_profiles_infopirate:hover{background-position:-1440px -32px;}

div.cute_profiles_sprite a.cute_profiles_hyves{background-position:-1472px 0;}
div.cute_profiles_sprite a.cute_profiles_hyves:hover{background-position:-1472px -32px;}

div.cute_profiles_sprite a.cute_profiles_dailybooth{background-position:-1504px 0;}
div.cute_profiles_sprite a.cute_profiles_dailybooth:hover{background-position:-1504px -32px;}

div.cute_profiles_sprite a.cute_profiles_identi{background-position:-1536px 0;}
div.cute_profiles_sprite a.cute_profiles_identi:hover{background-position:-1536px -32px;}

div.cute_profiles_sprite a.cute_profiles_thesixtyone{background-position:-1568px 0;}
div.cute_profiles_sprite a.cute_profiles_thesixtyone:hover{background-position:-1568px -32px;}
