@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	/*overflow:hidden;*/
}
#logo {
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	width:282px;
	height:75px;
}
#kontakt {
	position:absolute;
	top:10px;
	left:855px;
	width:103px;
	height:75px;
}
#personal {
	position:absolute;
	z-index:2;
	bottom: 0px;
	left:0px;
	width:311px;
	height:480px;
}
#slogan {
	position:absolute;
	z-index:3;
	top: 90px;
	left:190px;
	width:335px;
	height:129px;
	display: none;
}
.main {
	position:absolute;
	top:0px;
	left:0px;
	width:480px;
	/*height:520px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index: 10;
}
.main p {
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
.main h1 {
	font-size:18px;
	font-weight:normal;
	line-height: 24px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 0px;
}
#navi {
	position:absolute;
	top:154px;
	left:861px;
	width:200px;
	height:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#navi p {
	line-height: 12px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 18px;
}
#navi p.n1 {
	padding-left:0px;
	padding-top: 7px;
}
#navi p.set {
	padding-left:0px;
	font-weight:bold;
}
.footlink {
text-align: right;
}
#procedera {
	z-index:40;
}


.stepcarousel {
	position:absolute;
	top:100px;
	left:300px;
	width:480px;
	height:500px;
	overflow: scroll; /*leave this value alone*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 480px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
a {
	text-decoration: none;
	color: #000000;
}

.panel a {
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

a:active {outline: none;}
a:focus {-moz-outline-style: none;}
a:hover {color: #d95a2f;border-bottom-style:none;border-bottom-width:0px;}
