@charset "utf-8";
/* CSS Document */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Aufbau der Homepage */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#homeHeadBox,
#homeTickerBox,
#homeAppsBox,
#homeButtonsBox,
#home20Box,
#homeAppsBoxBgFoot,
#homeTagcloudBox,
#homeFootBox {width:1065px; float:left; clear:both; text-align:center;}

body.small-width #homeFootBox,
body.small-width #homeTagcloudBox,
body.small-width #home20Box,
body.small-width #homeButtonsBox,
body.small-width #homeAppsBox,
body.small-width #homeAppsBoxBgFoot,
body.small-width #homeTickerBox,
body.small-width #homeHeadBox { width:990px;}

#homeHeadBox{
	background-image: url(images/home-head-box-outer-bg.png);
	background-repeat: repeat-x;
	height: 374px;
	background-color:#f1f0e9;
}
#homeHeadBoxInnerBg {
	background-image: url(images/home-head-box-inner-bg.png);
	background-repeat: repeat-x;
	height: 374px;
	background-color:#f1f0e9;
	width:990px;
	margin: 0 auto;
	text-align:left;
}

#homeIchannelBox {
	width: 711px;
	height: 224px;
	overflow:hidden;
	line-height: 1em;
	position:relative;
	z-index: 20;
	left: 10px;
 	position:relative; 
	top: 74px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Kostenrechner auf der Homepage */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#homeAppCalkulator {
	float:right;
	width:425px;
	height:329px;
	display:block;
	background-image:url(../user_upload/elemente/kostenrechner/home-kostentrechner-bg.gif);
	background-repeat:no-repeat;
	background-position: lef top;
}


#homeAppCalkulator-text {
	width:425px;
	height:251px;
	float:left;
	clear:both;
}
#homeAppCalkulator-text p.teasertext{
	margin: 0 0;
	padding: 0 0;
	left: 26px;
	width: 165px;
	margin: 68px 0 0 0;
	position:relative;
	float:left;
}


#homeAppCalkulator-text p.immagelink{
	margin: 0 0;
	padding: 0 0;
	width: 212px;
	height:234px;
	position:relative;
	float: right;
}

#homeAppCalkulator-text p.immagelink a {
	width: 212px;
	height:234px;
	display:block;
}


#homeAppCalkulator-button {
	width:425px;
	height:54px;
	float:left;
	clear:both;
}

#homeAppCalkulator-button a {
	display:block;
	position:relative;
	left: 169px;
	height:54px;
	width:243px;
	background-image:url(../user_upload/elemente/kostenrechner/home-kostenrechner-button.gif);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#homeAppCalkulator-button a:hover {
	background-position: left -54px;
}
#homeAppCalkulator-button a:active {
	background-position: left -108px;
}

#homeAppCalkulator-button a span {display:none;}


/* Ticker auf der Homepage */
#homeTickerBox {
	height:35px;
	background-image:url(images/home-ticker-bg.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	background-color:#f4f4f4;
}

#homeTickerBoxInnerBg {
	width:990px;
	height:35px;
	margin: 0 auto;
	text-align:left;
}


/* Apps Box */
#homeAppsBox {
	background-color:#eceae2;
	background-image:url(images/home-apps-bg-head.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	padding-top: 5px;
	
}

#homeAppsBoxBgFoot {
	background-image:url(images/home-apps-bg-foot.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;	
	float:left; 
	clear:both; 
	text-align:center;
	padding-bottom: 24px;
}
#homeAppsColsBox {
	width:990px;
	text-align:left;
	margin: 0 auto;
}

#homeAppsCols {
	width:990px;
	float:left;
	clear:both;
}

/* Home Buttonlinks */
#homeButtonsBox {
	background-color: #efefe9;
}

#homeButtonsBoxInnerBg {
	width:990px;
	text-align:left;
	margin: 0 auto;
}


.me-flexbuttons-box-row,
.me-flexbuttons-box {
	width:990px;
	float:left;
	clear:both;
}

.me-flexbutton-big-1 {
	padding-bottom: 6px;
}

.me-flexbuttons-box .me-flexbutton-big{
	float:left;
	width: 480px;
	height:148px;
}
.me-flexbuttons-box .me-flexbutton-big a {
	background-repeat:no-repeat;
	display:block;
	width: 480px;
	height:148px;
} 
.me-flexbuttons-box .me-flexbutton-big-1 { position:relative; left: 13px;}
.me-flexbuttons-box .me-flexbutton-big-2 { float:right; position:relative; right: 9px;}

.me-flexbuttons-box .me-flexbutton-big a:hover {
	background-position: left -148px;
	
}
.me-flexbuttons-box .me-flexbutton-big a:active {
	background-position: left -296px;
}


.me-flexbutton-small {
	width:234px;
	height:145px;
	float:left;
}

.me-flexbutton-small a {	
	width:234px;
	height:145px;
	background-repeat:no-repeat;
	display:block;
}

.me-flexbutton-small a:hover {
	background-position: left -145px;
}
.me-flexbutton-small a:active {
	background-position: left -290px;
}
.me-flexbutton-small-1 { width:256px; }
.me-flexbutton-small-1 a { position:relative;  left: 13px;}
.me-flexbutton-small-2 { width:245px; }
.me-flexbutton-small-2 a { position:relative; left: 3px; }

.me-flexbutton-small-3 { width:244px; }
.me-flexbutton-small-4 { width:236px; }



/* Social Bookmarks and Yputubechannel */
#home20Box {
	background-color: #efefe9;
	padding-top: 25px;
}
#home20BoxInnerBg {
	width:990px;
	margin: 0 auto;
	text-align:left;
	background-color: #efefe9;
}

#home20ColsBox {
	background-image:url(images/home-20box-bg.png);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	position:relative;
	left: 11px;
	width:970px;
}

#home20ColsBoxHead {
	float:left;
	clear:both;
	background-image:url(images/home-20box-bg-head.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:18px;
	width:970px;
}

#home20ColsBoxFoot {
	float:left;
	clear:both;
	background-image:url(images/home-20box-bg-foot.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-bottom:18px;
	width:970px;
}

#home20Cols {
	float:left;
	clear:both;
	position:relative;
	left: 19px;
	width:924px;

}
#home20Youtube {
	float:left;
	width:533px;
	height:320px;
}

#home20socialbmarks {
	float:right;
	width: 370px;
	overflow:hidden;

}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CSS Styles für Web 2.0 Box */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#homeW2menueBox {
	width: 370px;
	height: 320px;
	overflow:hidden;
	float:left;
	clear:both;
	background-image: url(../extensions/me_w2menue/images/homeW2menueBox-title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#homeW2menueSocial,
#homeW2menueOnline {
	background-image: url(../extensions/me_w2menue/images/w2divider1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 370px;
	float:left;
	clear:both;
	margin-top: 48px;
	padding-top: 20px;
}
#homeW2menueOnline {
	height: 118px;

}
#homeW2menueSocial {
	margin-top: 0px;
	background-image: url(../extensions/me_w2menue/images/w2divider2.gif);
}

#homeW2menueBox .homeW2menue-left {
	float: left;
	width:116px;
	top: 5px;
}

#homeW2menueBox .homeW2menue-left h4 {font-size:1.4em;}

#homeW2menueBox #homeW2menueOnlineInfobutton,
#homeW2menueBox #homeW2menueSocialInfobutton {
	background-image:url(../extensions/me_w2menue/images/w2-icon-infotext-sprite.gif);
	background-repeat:no-repeat;
	display:block;
	width: 10px;
	height: 10px;
	background-repeat:no-repeat;
	position:relative;
	left: 96px;
}

#homeW2menueBox #homeW2menueSocialInfobutton {
	left: 70px;
}

#homeW2menueBox #homeW2menueOnlineInfobutton:hover,
#homeW2menueBox #homeW2menueSocialInfobutton:hover {
	background-position: left -20px;

}

#homeW2menueBox .homeW2menue-right {
	float: right;
	width: 254px;
}

#homeW2menueBox ul {list-style:none; margin: 0 0; padding: 0 0;}
#homeW2menueBox ul li {width: 127px; float:left; margin: 0 0; padding: 0 0; display:block; height: 50px;}
#homeW2menueBox ul li a span,
#homeW2menueBox ul li a {display:block;}

#homeW2menueBox ul li a span.icon-img {width: 32px; height:32px; float:left;}
#homeW2menueBox ul li a:hover { text-decoration:none;}
#homeW2menueBox ul li a:hover span { cursor:pointer;}
#homeW2menueBox ul li a:hover span.icon-img {background-position: left -32px;}
#homeW2menueBox ul li a.click-fix-active span.icon-img,
#homeW2menueBox ul li a:active span.icon-img {background-position: left -64px;}

#homeW2menueBox ul li a span.icon-text {width: 85px; float: right; position:relative; top: 9px;}

/* Tootltipp für infobuttons */
.me-tootltip-item { position:absolute; left: -100px; top:-1000px; display:none; z-index: 999;}
.me-tootltip-top-bg { 
	width:172px; 
	height: 7px; 
	background-image:url(../extensions/me_w2menue/images/me-tootltip-top-bg.png);
	background-repeat:no-repeat; 
	overflow:hidden;
	display:block;
}
.me-tootltip-foot-bg {
	width:172px;
	background-image:url(../extensions/me_w2menue/images/me-tootltip-foot-bg.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	overflow:hidden;
	display:block;
}
.me-tootltip-padder { 
	width:150px; 
	min-height: 100px; 
	float:left; 
	clear:both; 
	position:relative; 
	left: 10px; 
	margin-top:10px;
	font-size: 1.2em;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CSS Styles für me_ticker - Homepage */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#me_ticker_container {
	width: 1200px;
	overflow: hidden;
}
#me_ticker {
	background-image:url('../extensions/me_ticker/images/ticker-bg.png');
	height: 33px;
	overflow:hidden;
}
#me_ticker_container {
	padding: 10px 0 0 25px;
	height: 13px;
}
.me_ticker_split {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffff00;
	white-space:nowrap;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
	width:100%;
}

#me_ticker .alt {
	display: none;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#me_ticker div.scrollableArea *
{
	display: inline;
	margin: 0;
	width: auto;
	height: auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CSS Styles für me_tagcloud - Homepage */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#homeTagcloudBox {
	background-color: #f0efea;
	padding-top:16px;

}
#homeTagcloudBoxInnerBg {
	width:970px;
	margin: 0 auto;
	text-align:left;
	background-image:url(../extensions/me_tagcloud/images/home-tagcloud-bg.gif);
	background-repeat:no-repeat;
	padding: 40px 0 40px 0px;
}
.tagcloud { padding: 0 8px; overflow:hidden; line-height: 2.2em;}
.tagcloud a { color:#4c0103; text-decoration:none; padding: 0 4px 0 0;}
.tagcloud a:hover {color: #666666; text-decoration:none;} 
.tagcloud a:active { color:#CCCCCC; text-decoration:none;}
.tagcloud .very-small {font-size: 1.2em;}
.tagcloud .small {font-size: 1.4em;}
.tagcloud .medium {font-size: 1.8em;}
.tagcloud .large { font-size: 2.6em; }
.tagcloud .very-large { font-size: 3.0em; }