@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
}

#leitfadenStart,#leitfaden {
	display: block;
	height: 62px;
	width: 363px;
	position: absolute;
	z-index: 100;
	left: 25px;
	top: 130px;
	background: url(/static/portal/images/guideline/images/leitfaden.png) no-repeat;
}

#leitfaden {
	left: 193px;
	top: 135px;
}

ul,ol {
	margin: 10px 0 10px 20px;
}

.linkPromoterHead {
	border: none;
	background: url(/static/portal/images/guideline/images/promoterHead.jpg) no-repeat;
	display: inline-block;
	width: 51px;
	height: 57px;
}

.linkPromoterHead:hover {
	border: none;
	background: url(/static/portal/images/guideline/images/promoterHeadHover.jpg) no-repeat;
	display: inline-block;
	width: 51px;
	height: 57px;
}

.linkKundeHead {
	border: none;
	background: url(/static/portal/images/guideline/images/kundeHead.jpg) no-repeat;
	display: inline-block;
	width: 51px;
	height: 57px;
}

.linkKundeHead:hover {
	border: none;
	background: url(/static/portal/images/guideline/images/kundeHeadHover.jpg) no-repeat;
	display: inline-block;
	width: 51px;
	height: 57px;
}

.linkKunde {
	border: none;
	background: url(/static/portal/images/guideline/images/kunde.png) no-repeat;
	display: block;
	width: 225px;
	height: 274px;
	margin: 10px auto;
}

.linkKunde:hover {
	border: none;
	background: url(/static/portal/images/guideline/images/kundeHover.png) no-repeat;
	display: block;
	width: 225px;
	height: 274px;
	margin: 10px auto;
}

.linkPromoter {
	border: none;
	background: url(/static/portal/images/guideline/images/promoter.png) no-repeat;
	display: block;
	width: 225px;
	height: 274px;
	margin: 10px auto;
}

.linkPromoter:hover {
	border: none;
	background: url(/static/portal/images/guideline/images/promoterHover.png) no-repeat;
	display: block;
	width: 225px;
	height: 274px;
	margin: 10px auto;
}

body {
	background: #f6f6f6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#header {
	display: block;
	width: 960px;
}

.headerLeft {
	float: left;
	padding: 20px 0 10px 0;
	height: 75px;
}

.headerRight {
	float: right;
	text-align: right;
	padding: 48px 20px 0 0;
}

#content {
	background: url(/static/portal/images/guideline/images/bg.jpg);
	width: 950px;
	display: block;
	border: #FFF 10px solid;
	padding: 0 0 20px 0;
}

#contentStart {
	background: url(/static/portal/images/guideline/images/bgStart.gif);
	width: 930px;
	display: block;
	border: #FFF 10px solid;
	padding: 0 20px 20px 0;
}

#contentMain {
	margin: 0 0 0 230px;
	width: 700px;
}

.startPics {
	width: 500px;
	margin: 50px auto 100px auto;
}

.positionRelative {
	position: relative;
}

.spot {
	position: absolute;
	z-index: 100;
	background: url(/static/portal/images/guideline/images/spot.gif) no-repeat;
	width: 80px;
	height: 80px;
	display: block;
}

/*=======================================
* Tooltip
* ======================================*/
.tooltip {
	position: absolute;
	padding: 10px;
	z-index: 2000;
	display: none;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	line-height: 20px;
	background-color: #fff;
	border: 3px solid #cbcbcb;
}

.tooltip h1 {
	font-size: 14px;
	color: #a2130d;
	margin: 0 0 10px 0;
	text-align: left;
}

#menu {
	width: 205px;
	color: #FFF;
	margin: 200px 0 0 0;
	float: left;
}

#menu a {
	display: block;
	line-height: 30px;
	padding: 0 30px 0 0;
	width: 175px;
	height: 30px;
}

#menu a:hover {
	background: #fff;
}

.chosen {
	background: #fff;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 30px 0 0;
	font-weight: bold;
	color: #666;
	width: 175px;
	height: 30px;
	overflow: hidden;
}

ul.menu li {
	list-style: none;
	text-align: right;
	margin: 5px 0 5px 0;
}

ul.menu {
	margin: 0;
}

a {
	color: #0d4971;
	text-decoration: none;
}

a:visited {
	color: #0d4971;
	text-decoration: none;
}

a:hover {
	color: #a2130e;
	text-decoration: none;
}

a:active {
	color: #a2130e;
	text-decoration: none;
}

a.linkMenu {
	color: #fff;
	text-decoration: none;
}

a.linkMenu:visited {
	color: #fff;
	text-decoration: none;
}

a.linkMenu:hover {
	color: #666;
	text-decoration: none;
}

a.linkMenu:active {
	color: #666;
	text-decoration: none;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #595959;
	margin: 30px 0 30px 0;
	text-align: right;
}