/* Basic Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/img/backend/bgBodyWrapper.png);
	background-repeat: repeat-x;
	background-color: #f8f5f0;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

#wrapper{
	background-image: url(/img/footerBackground.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#bodyWrapper {
	position: relative;
	margin: 0 auto;
	width: 63.50em;
}


p {
	color: #666;
	font-size: 0.75em;
}


/* HEADER */

#header {
	height: 6.3em;
	padding-bottom: 0.9em;
	padding-left: 1em;
	padding-right: 0.4em;
}

	#logo {
		float: left;
		position: relative;
		padding-top: 0.9em;
	}

#rightBox{
	position: relative;
	float: right;
}

#rightBox .flage {
	padding-right: 95px;
}

#rightBox .flage li{
	float: right;
	padding-left:0.25em;
	padding-right:0.25em;
	position:relative;
	list-style: none;
}

#rightBox .flage li img{
	width:20px;
}

.dashboardBtn{
	background-image: url(/img/dashboardBtn.png);
	background-repeat: no-repeat;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	width: 11.5em;
	height: 1.52em;
	padding-left: 1.5em;
	position: relative;
	float: right;
}

.dashboardBtn a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#footerNavigation img {
	width: 1.3em;
	padding-top: 0.55em;
}

#greeting{
	color: #666;
	font-size:0.8em;
	float: right;
	padding-right: 0.5em;
}

/* login area*/
.loginBtn{
	background-image: url(/img/loginBtn.png);
	background-repeat: no-repeat;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	width: 70px;
	height: 1.52em;
	padding-left: 1.5em;
	cursor: pointer;
	position: relative;
	float: right;
}

.loginBtn a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

/* Navigation */
#navigation {
	padding-top: 1.88em;
	padding-right: 0.5em;
	position:relative;
	clear: right;
	float:right;
	width: 43.7em;
	text-align: right;
}

#navigation ul li{
	display: inline;
}

#navigation ul li ul li{
	display: inline;
	float:left;
}

#navigation .mainLink{
	display: inline-block;
	width: 6em;
	height: 1.6em;
	text-align: center;
	padding-top: 0.3em;
	color: #666;
	text-decoration: none;
}

#navigation ul li:hover .mainLink{
	color:#03A1D1;
}

#navigation ul li .linkActive{
	color:#03A1D1;
}

#navigation .devLink{
	border-left: 0.09em solid #c0c0c0;
	border-right: 0.09em solid #c0c0c0;
}

#navigation .blogLink {
	border-right: 0.09em solid #c0c0c0;
}

#flip ul{
	display: none;
	position: absolute;
	right: 1.1em;
}

#navigation #flip:hover ul{
	display: block;
}

#flip .sublinkActive{
	display: block;
}

#flip2 ul{
	display: none;
	position: absolute;
	right: 12.3em;
}

#flip2:hover ul{
	display: block;
}

#flip2 .sublinkActive{
	display: block;
}

.subNavigation a{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1.5em;
	color: #FFF;
	text-align: center;
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	margin-top: 0.3em;
}

#flip .subNavigationAktive{
	background-color: #fff;
	color: #666;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
}

#flip2 .subNavigationAktive{
	background-color: #fff;
	color: #666;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
}


/* CENTER */
#center {
	background-image: url(/img/backend/bgCenter.png);
	background-repeat: repeat-y;
	padding: 1em;
	min-height: 360px;
}

#breadcrumbNavigation {
	padding-bottom: 1em;
}

	#breadcrumbNavigation a {
		text-decoration: underline;
	}
	
	#breadcrumbNavigation a, #breadcrumbNavigation .current, #breadcrumbNavigation .arrow {
		color: #b3b3b3;
		font-size: 0.7em;
	}

#solutions ul {
	color: #666;
	font-size: 0.75em;
	padding-left: 1.5em;
	padding-top: 1em;
}

#solutions ul li {
	list-style-image: url(/img/pfeil.png);
	padding-bottom: 1.5em;
}

#contentFull div.basicBtn {
	height: 1.6em;
	min-width: 9em;
}

#contentFull div.basicBtn img {
	float: left;
	position: relative;
	cursor: pointer;
}

#contentFull div.basicBtn span {
	float: left;
	position: relative;
	height: 1.7em;
	background-image: url(/img/basicBtnCenter.png);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding-top: 0.4em;
	display: block;
}

#contentFull .basicBtn .btnBlackContent {
	float: left;
	position: relative;
	height: 1.7em;
	background-image: url(/img/btnBlackContent.png);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding-top: 0.4em;
	display: block;
	min-height: 30px;
}

#contentFull div.basicBtnOrange {
	height: 1.6em;
	min-width: 9em;
}

#contentFull div.basicBtnOrange img {
	float: left;
	position: relative;
	cursor: pointer;
}

#contentFull div.basicBtnOrange span {
	float: left;
	position: relative;
	height: 1.7em;
	background-image: url(/img/basicBtnCenterOrange.png);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding-top: 0.4em;
	display: block;
}

/* webkit button hack */
a:-webkit-any-link {
	text-decoration: none;
}

/* HOME */
#homeBanner {
	margin-bottom: 1em;
}

#leftBlock {
	position:relative;
	float: left;
	width: 44em;
}

#leftBlock #banner {
	padding-bottom: 1.6em;
}

#rightBlock {
	position:relative;
	float: left;
	width: 16.5em;
	padding-left: 0.6em;
}

.blogPosts1 {
	float: left;
	position: relative;
	min-height: 11.25em;
	width: 17.5em;
	margin-left: 1.5em;
	padding: 0.75em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.twitter1 {
	float: left;
	position: relative;
	min-height: 11.25em;
	width: 19.1em;
	padding: 0.75em;
	padding-left: 0em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.twitter1 p{
	text-align: center;
	font-size: 0.9em;
}

.twitter1 a{
	display:block;
	text-align: center;
}

.twitter1 span{
	display: inline-block;
	width: 13em;
}

.twitter1 .img {
	float: left;
	position: relative;
	width: 1.88em;
	margin-right: 1em;
}

.twitter1 .name {
	float: left;
	position: relative;
	padding-top: 1em;
}

.twitter1 .name a {
	color: 	#03a1d1;
	font-size: 0.80em;
	margin-left: 1.5em;
}

.twtr-tweets {
	font-size: 1.3em;
}

#blogPosts ul li {
	list-style-image:url(/img/pfeil.png);
	padding-bottom:1.5em;
}

#blogPosts ul {
	color:#666666;
	font-size:0.75em;
	padding-left:1.5em;
	padding-top:1em;
}

#twitterLink{
	float: left;
	margin-left: 9em;
	margin-top: 1em;
	color:#03A1D1;
	font-size: 0.8em;
	
}

#twitterIcon{
	
}

#seperator {

	padding-top: 1em;
	margin-bottom: 1em;
}

#rightBlock .btn{
	margin-left: 7em;
	margin-top: 1.4em;
	background-image: url(/img/basicBtnOrange.png);
	width: 107px;
	height: 26px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 0.75em;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 0.5em;
	display: block;
	float: left;
}

#rightBlock .news{
	min-height:8.67em;
	margin-bottom: 1.2em;
}

#referenceLogo {
	width:975px;
	height: 135px;
	background-image: url(/img/BgIndexRefer.png);
	background-repeat: repeat-x;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}

/* FOOTER */

#footer {
	padding: 20px;
	height: 186px;
}


#footerNavigation {
	color: #fff;
	float: left;
}

	#footerNavigation ul {
		float: left;
		list-style-type: none;
		margin-right: 30px;
		min-width: 150px;
	}
	
	#footer h3 {
		color: #fff;
		border-bottom:1px solid;
		margin-bottom: 5px;
	}
	
	#footerNavigation ul li {
		position: relative;
		padding-left: 0.25em;
		padding-right: 0.25em;
	}
	
	#footerNavigation ul li a {
		color: #fff;
		font-size: 0.70em;
		text-decoration: none;
	}
	
	#distinctions {
		float: right;
		text-align:right;
	}
	
	#distinctions h3{
		border: none;
		text-align:right;
	}
	
	#distinctions div {
		height: 50px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		padding-top: 15px;
	}
	
	#distinctions div a{
		margin-left: 15px;
	}
	
	#distinctions div a img {
		display: none;
	}
	#distinctions div a img:first-child{
		display: inline;
	}
	
	#distinctions div a:hover img{
		display: inline;
	}
	
	#distinctions div a:hover img:first-child{
		display: none;
	}
	


/* Content Design -> 1 Spaltig */

#contentFull .message {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-right: 0.75em;
	padding-left: 5em;
	background-color: #faecdb;
	margin-bottom: 1em;
}

#contentFull .message p {
	font-size: 0.75em;
	color: #666;
}

#content70 .message p {
	padding-bottom: 0;
}

#content70 a {
	text-decoration: none;
	color: #03A1D1;
}


.box {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 0.75em;
	background-color: #F3F2F2;
}

.box ul{
	color:#666666;
	font-size:0.75em;
	padding-left: 1.2em;
}

.box ul li{
	padding-bottom: 1.5em;
}

.boxEdelTop {
	background-repeat: no-repeat;
	background-position:top;
}

.boxEdelGround {
	padding-left: 0.9em;
	background-repeat: no-repeat;
	background-position:bottom;
	height: 226px;
}

.boxEdelGround h2{
	color: #666666;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}

.boxEdelGround ul{
	color:#666666;
	font-size:0.75em;
	padding-left: 1.5em;
	padding-top: 1em;
}

.boxEdelGround ul li{
	padding-bottom: 1.5em;
	list-style-image: url(/img/pfeilOrange.png);
}

/* Text Design */

h1 {
	font-size: 1.3em;
	color: #03a1d1;
	padding-bottom: 1em;
}

h2 {
	font-size: 1em;
	color:#666;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
	border-bottom: 0.1em #ccc dotted;
}

h3 {
	font-size: 0.80em;
	color:#999;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
	border-bottom: 0.1em #ccc dotted;
}


.linkBlock {
	display: block;
	background-image: url(/img/backend/iconLink.png);
	background-repeat: no-repeat;
	margin-top: 0.5em;
	padding-left: 0.75em;
	color: #666666;
	font-size: 0.75em;
	
}

.blueLink{
	color:#03A1D1;
	font-size: 1em;
}

.linkBlockTop {
	background-image:url(/img/backend/iconLinkTop.png);
	background-repeat:no-repeat;
	color:#666666;
	display:block;
	font-size:0.8em;
	margin-top:0.5em;
	padding-left:1.25em;
}



#sidebar {
	float: left;
	position: relative;
	width: 25%;
	background-color: #f3f2f2;
	padding: 0.75em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

	#sidebar p {
		padding-bottom: 1em;
		line-height: 1.4em;
	}


/*sidebar Navigation*/
#leftBoxNavi #sidebar{
	width: 100%;
}

#leftBoxNavi {
	float:left;
	width: 15.3em;
}

#sideNaviBox, .sideNaviBox {
	position: relative;
	width: 100%;
	background-color: #f3f2f2;
	padding: 0.75em;
	margin-bottom: 1em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#sideNaviBox ul, .sideNaviBox ul, .sideNaviBox .sideNaviContent {
	background-color: #fff;
	color: #666;
}

.sideNaviBox .sideNaviContent p {
	padding: 0.5em;
}

#sideNaviBox ul li, .sideNaviBox ul li {
	line-height:1em;
	list-style: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 0.09em dotted #CCCCCC;
}

#sideNaviBox ul li:first-child, .sideNaviBox ul li:first-child {
	line-height:1.3em;
	list-style: none;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: none;
}

#sideNaviBox a {
	background-image: url(/img/pfeilGray.png);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
	padding-left: 1em;
	margin-left: 1em;
}

#sideNaviBox a:hover {
	background-image: url(/img/pfeil.png);
	color: #03A1D1;
}

#sideNaviBox .active, .sideNaviBox .active {
	background-image: url(/img/pfeil.png);
	color: #03A1D1;
}

#content70 {
	float: right;
	position: relative;
	width: 70%;
}
	
	#content70 p {
		font-size: 0.8em;
		color: #666666;
		line-height: 1.35em;
		padding-bottom: 1em;
	}

/* box with member*/
#boxMember {
	height: auto;
	background-color: #FFF;
	padding: 0.75em;
	color: #999;
}
	#boxMember img{
		float:left;
		position: relative;
		padding-right: 0.7em;
		padding-top: 0.19em;	
	}
	
	#boxMember a {
		color: #999;
		text-decoration: underline;
	}

/* Box Help & Support -> Hilfe & Support */
	
#box-Help {
	height: auto;
	background-color: #FFF;
	padding: 0.75em;
	color: #999;
}

	#box-Help a {
		color: #999;
		text-decoration: underline;
		padding-left: 0em;
	}
	
	#searchForm {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	#searchForm .text, #searchForm .submit {
		float: left;
		position: relative;
	}
	
	#searchForm .text {
		padding-top: 0.5em;
	}
	
	#faqNavigator {
		height: 8em;
		margin-top: 0.75em;
		overflow: auto;
	}
		
		#faqNavigator ol {
			margin-left: 1.75em;	
		}
	
			#faqNavigator ol li a {
				text-decoration: underline;
			}
			
/* faq */
.faqList {
	margin-bottom: 1em;
}
	
	.faqList ul {
		margin-left: 1.5em;
		font-size: 0.8em;
	}
	
		.faqList ul li {
			line-height: 1.5em;
		}
	
			.faqList ul li a {
				color: #666666;
				text-decoration: underline;
			}
#contentFull p {
padding-bottom: 1em;
color: #666;
}

#contentFull .contentList {
	padding-left: 1.3em;
	margin-bottom: 1em;
	font-size: 13px;
	color: #666;
	margin-left: 10px;
}


h2, h3 {
	padding-top: 0.5em;
}

h2 {
	margin-bottom: 0.5em;
}

h3 a {
text-decoration: none;
}


/* terms */
.termsList {
	color:#666666;
	padding-bottom:2em;
	font-size:0.8em;
	line-height:1.35em;
}

ul.termsList {
	padding-left: 1em;
}
ol.termsList {
	padding-left: 1.5em;
}

#message{
	width: 25em;
	height: 10em;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

/* publisher */
.testSlide span {
	font-size: 12px;
	text-align: right;
	display: block;
	padding-right: 5px;
	cursor: pointer;
}

#iphoneSimulatorCallToAction img{
	margin-bottom: 10px;
	float: none;
}

.bgBox .orangeH1  {
	color:#E76405;
	padding-bottom:10px;
	padding-top:18px;
	text-align:right;
}

#contentFull .bgBox .basicBtn {
	float:right;
	min-width:0;
}

/* overlay*/
#overlayWrapper {
	z-index: 4001; 
	position: fixed;
	width: 100%; 
	height: 100%;
	display: block;
	background-image: url(/img/backend/opacityFeedback.png);
	top: 0px;
	left: 0px;
}

#overlayBox {
	position: fixed;
	left: 35%;
	
	border: #747474 0.1em solid;
	background-color: #fff;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	top: 15%;
	z-index: 4000;
}

#overlayBox .content {
	padding: 1em;	
}

#overlayBox .content p {
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 15px;
	display: none;
}

#btnCloseOverlay {
	text-align: right;
	cursor: pointer;
}

/* developer */
#player {
	cursor: pointer;
}

.developer p,
.performance-analytics p,
.publisher p,
.contvertising p {
	line-height: 18px;
}

/* iphone simulator */
#iphoneSimulatorPic{
	float: left;
	background-image: url(/img/iphoneSimulator.png);
	background-repeat: no-repeat;
	height: 720px;
	width: 450px;
	padding-top: 120px;
	padding-left: 72px;
}

#iphoneSimulatorPic iframe{
	border: none;
}

#iphoneSimulatorContent {
	padding-right: 50px;
}

#iphoneSimulatorContent h4{
	color: #03A1D1;
	display: inline;
}

#iphoneSimulatorContent h5{
	padding-bottom: 5px;
	color: #03A1D1;
	margin-top: 20px;
}

#iphoneSimulatorContent div h4{
	margin-top: 20px;
	display: block;
}

#iphoneSimulatorContent p{
	line-height: 17px;
}

#iphoneSimulatorContent select{
	margin-bottom: 40px;
	border: none;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-width: 200px;
}

#iphoneSimulatorContent .description{
	display: none;
}

/* safari fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.subNavigation a{
		padding-top: 0.8em;
	}
	
	#loginBox {
	right: 0.85em;
	}
}

/* ie7 fix*/
*+html #flip ul{
	top: 3.8em;
}

*+html #flip2 ul{
	top: 3.8em;
}

/* Listelement Back End News Updates */ 
#NewsUpdates {
background-image:url(/img/arrowUpStatistik.png);
background-repeat:no-repeat;
color:#666666;
font-size:0.8em;
padding-left:8em;
padding-top:1em;
}