

* {
	margin:0px;
	padding:0px;	
}

html {
	overflow-y:scroll;
}

body {
	
	background-color:#eeeeee;
}

div#main {
	width:800px;
	height:auto;
	margin:auto;
	position:relative;
	z-index:9;
}

div#main #stoerer {
	width:100px;
	height:100px;
	position:absolute;
	top:150px;
	right:210px;
	z-index:15;
	text-transform:uppercase;
}

div#main #stoerer img[alt] {
	text-transform:uppercase;
}

div#main #stoerer img[title] {
	text-transform:uppercase;
}

div#main #header {
	width:580px;
	height:190px;
	position:absolute;
	left:20px;
	top:0px;
	z-index:11;
}

div#main #header #lang {
	width:180px;
	height:20px;
	position:absolute;
	right:0px;
	top:0px;
}

div#main #header #lang a {
	text-decoration:none;	
}

div#main #header #login {
	width:280px;
	height:22px;
	position:absolute;
	left:0px;
	top:16px;
}

div#main #header #logo {
	width:460px;
	height:80px;
	position:absolute;
	left:0px;
	top:105px;
}

div#main #main_content {
	width:460px;
	height:auto;
	position:absolute;
	left:20px;
	top:218px;
}

div#main #main_content #content {
	width:460px;
	height:auto;
	padding-top:44px;
	float:left;
}

div#main #main_content #content_boxes {
	width:482px;
	height:auto;
	margin-top:20px;
	margin-left:-16px;
	float:left;
}

div#main #main_content #content_boxes a {
	font-size:1px;
	text-decoration:none;
}


/* Footer Start */
div#main #main_content #footer {
	width:460px;
	height:120px;
	float:left;
}

div#main #main_content #footer a {
	font-family: 'Esteban', serif;
	font-size:11px;
	color:#686868;
}

div#main #main_content #footer a:hover {
	text-decoration:none;
}

div#main #main_content #footer #swisscom {
	font-family: 'Esteban', serif;
	font-size:11px;
	color:#686868;
	width:460px;
	height:auto;
	float:left;
	margin-top:10px;
}

div#main #main_content #footer #swisscom #swisscom_logo {
	margin-right:20px;
	float:left;
}

div#main #main_content #footer #swisscom p.swisscom_top {
	padding-top:6px;	
}

div#main #main_content #footer #address {
	font-family: 'Esteban', serif;
	font-size:11px;
	color:#686868;
	width:460px;
	height:60px;
	margin-top:45px;
	float:left;	
}

div#main #main_content #footer #address li {
	list-style-type:none;
	float:left;
	margin-right:4px;
}

div#main #main_content #footer #address p {
	clear:both;
	color:#999999;
	padding-top:4px;
}
/* Footer End */


/* Login Start */
#ben, #pw {
	font-family: 'Esteban', serif;
	font-size:11px;
	border:1px solid #e7e7e7;
	width:116px !important;
	width:120px;
	padding:2px;	
}

#login_button {
	width:20px;
	height:14px;
	background:none;
	background-image:url(../img/layout/login/button.png);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
}
/* Login Start */


div#body_verlauf {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(../img/layout/body.png);
	background-repeat:repeat-x;
}

div#person_right {
	position:fixed;
	right:50%;
	margin-right:-690px;
	top:50px;
	width:600px;
	height:100%;
	z-index:2;
}

.home {
		background-image:url(../img/layout/body_images/women.jpg);
		background-repeat:no-repeat;
}

.vorteile {
		background-image:url(../img/layout/body_images/women3.jpg);
		background-repeat:no-repeat;
}
	
.funktionen {
		background-image:url(../img/layout/body_images/man3.jpg);
		background-repeat:no-repeat;
}

.mobapp {
		background-image:url(../img/layout/body_images/man2.jpg);
		background-repeat:no-repeat;
}

.preise {
		background-image:url(../img/layout/body_images/women2.jpg);
		background-repeat:no-repeat;
}

.support {
		background-image:url(../img/layout/body_images/women.jpg);
		background-repeat:no-repeat;
}