body {
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
}

h1{
	color: #666666;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 8px;
} 

h2{
	color:#666666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
	margin-top:5px;
}

h3{
	color:#666666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin-top:5px;
	margin-bottom: 0px;
}

p{
	color: #666666;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
}

ul{
	color: #666666;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

#first{
	background: url("img/radioButton.png") no-repeat scroll -16px 0 rgba(0, 0, 0, 0);
}

#second{
	background: url("img/radioButton.png") no-repeat scroll -16px 0 rgba(0, 0, 0, 0);
}

#header {
  background-color: #fff;
  border: 1px solid #bbb;
  height: 58px;
	left: 50%;
	margin-left: -453px;
	position: fixed;
	top: 0;
	width: 908px;
	z-index: 1;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(175,175,175,0.75);
  -moz-box-shadow: 2px 2px 3px 1px rgba(175,175,175,0.75);
  box-shadow: 2px 2px 3px 1px rgba(175,175,175,0.75); 
}

#header #logo {
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
    height: 45px;
    padding-left: 10px;
    padding-top: 10px;
    position: absolute;
    right: 22px;
    top: 16px;   
}

#header #additionalLogos{
	background-image: url("img/additionalLogos.png");
	background: url("img/additionalLogos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 50px;
	left: 10px;
	position: absolute;
	width: 152px;
}

#header #navigation {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#header #navigation p{
	background-image: url("img/arrowUp.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	color: #000000;
	display: none;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: lighter;
    margin-left: 185px;
    margin-top: 27px;
    padding-left: 15px;
    text-transform: uppercase;
    z-index: 2;
}

#header #navigation p:hover{
	cursor:pointer;
	text-decoration:underline;
}

#header #navigation p span{
	/*color:#2B7CAF;*/
}

#header #navigation #matrix {
	float: left;
	height: 18px;
	width: 59px;
	background: url('img/matrixnavi.png') no-repeat;
	margin-top:11px;
	position:absolute;
	display:none;
}

#header #navigation #textNavi {
	background: url("img/textnavi.png") no-repeat scroll right 1px rgba(0, 0, 0, 0);
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #838383;
	margin-top: 11px;
	padding-right: 15px;
	text-transform: uppercase;
}


#impressumLayer {
	/*background-color: rgb(0, 0, 0);*/
	background-color: #CECECE;
	filter: alpha(opacity=85);
    min-height: 100%;
    overflow: auto;
    position: absolute;
    width: 100%;
    /*z-index: 4;*/
    display:none;
}


#impressumLayer #closeButton {
	background: url("img/closeButton.png") no-repeat scroll right 1px rgba(0, 0, 0, 0);
	background-image: url("img/closeButton.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	position:absolute;
	right:10px;
	top:10px;
	color: #838383;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
	width:75px;
	padding-top: 6px;
	height:17px;
	cursor:pointer;
}

#impressumLayer .closeButton:hover {
	text-decoration:underline;
}

#impressumLayer .leftAndRight{
	overflow:auto;
	margin-top: 20px;
}

#impressumLayer .leftAndRight a{
	color: #838383;
	text-decoration:none;
}


#impressumLayer .leftAndRight a:hover {
	text-decoration:underline;
	cursor:pointer;
}

#impressumLayer .left{
    border-right: 1px solid #CACACA;
    float: left;
    padding-right: 10px;
    width: 320px;
}

#impressumLayer .right{
   
    float: right;
    padding-left: 10px;
    width: 350px;
}


#layerContent {
    background-color: #FFFFFF;
    box-shadow: 0 0 7px 0 #000000;
    margin: 64px auto 25px;
    padding: 10px 25px 20px;
    width: 700px;
    position:relative;
}



/* ---------------------- Content -------------------------*/

#content #destroySelection {
	position:absolute;
	right:0;
	top:-26px;
}

#destroySelection:hover{
	cursor:pointer;
}

#destroySelection:hover p {
	text-decoration:underline;text-decoration:underline;
}

#content #destroySelectionButton {
	width:20px;
	height:20px;
	background-image:url('img/selectDestroyButton.jpg');
    background: url('img/selectDestroyButton.jpg') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float:left;
}

#configContent #destroySelection p {
    color: #838383;
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 12px;
	margin-right: 4px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

#content{
	height: 200%;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
	min-height:1260px;
	min-width:1140px;
}

#configContent{
    width: 897px;
	margin:100px auto;
	position:relative;
}

#configContent p {
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
	color:#838383;
	text-align: center;
}

#configContent .configGoalItem p {
}

.item {
	border: 5px solid #E8E8E8;
	float: left;
	margin-bottom: 12px;
	margin-right: 37px;
	margin-top: 10px;
	width: 179px;
}

.item:last-child{
	margin-right: 0;
}

.item:hover {
	border: 5px solid #53A4D7;
}

#configGoal {
	border: 1px solid #E0E0E0;
}

.configHeader {
	color: #838383;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	border-bottom:1px solid #e0e0e0;
	margin: 11px 14px 3px;
	padding-bottom: 6px;
}

.configContent{
	padding-left:14px;
	overflow: auto;
}

.radioButton{
	background: url("img/radioButton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 16px;
    margin-left: 10px;
    margin-top: 11px;
    width: 16px;
}
.questionButton{
    background: url("img/questionButton_noHover.png") no-repeat scroll 0 0 #fff;
    height: 18px;
    margin-left: 2px;
    width: 18px;
    padding: 0 0;
    display:inline-block;
    vertical-align:middle;
}

text-decoration:hover p{
	text-decoration:none;
}

.questionButton:hover {
  background: url("img/questionButton_Hover.png") no-repeat scroll 0 0 #fff;
	cursor:pointer;
}

.picContainer{
	display: block;
	height: 164px;
	margin: 10px auto 0;
	text-align: center;
	width: 84px;
}

.picContainer #kundenkenner{
	margin-left: 21px;
	margin-top: -31px;
	width: 75%;
}

.item p {
	color: #838383;
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-left: 13px;
	margin-top: 11px;
}

.item:hover p {
	text-decoration:underline;
	cursor:pointer;
}

#configRole {
	border: 1px solid #E0E0E0;
	margin-top: 24px;
	margin-bottom: 41px;
}

#configRole .configContent{
	padding-left: 14px;
}

#goToButton{
	background-image: url("img/buttonDown_noHover.png");
	background: url("img/buttonDown_noHover.png") no-repeat scroll 0 0 #000;
	background-color: #D3D3D3;
	height: 25px;
	margin: -8px auto;
	width: 26px;
}

#goToButton:hover {
	background-image: url("img/buttonDown_Hover.png");
	background: url("img/buttonDown_Hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor:pointer;
}

#goToText:hover {
	text-decoration:underline;
	cursor:pointer;
}

.configRoleItem {
	border: 5px solid #E8E8E8;
	display: inline;
	float: left;
	height: 244px;
	margin: 10px 37px 20px 0;
	vertical-align: middle;
	width: 134px;
}

.goalQButton{

}

.configRoleItem:hover{
	border: 5px solid #53A4D7;
}

.configRoleItem:last-child {
	margin-right:0px;
}	

#cri05{
		margin-right:0px;
}

#cgi04{
	margin-right:0px;
}

.picContainerRight {
	width: 132px;
}


.configRoleItem:hover {
	cursor:pointer;
}

.configRoleItem:hover p {
	text-decoration:underline;
}

.buttonContainer{
	margin: 0 auto 7px;
	    overflow: auto;
	    width: 55px;
}

#viewportWrapper{
	background-color: #E5E5E5;
	bottom: 0;
	    left: 0;
	    padding: 60px 10px 53px;
	    position: absolute;
	    right: 0;
	    top: 50%;
}
#viewport {
	background-color: #E5E5E5;
    width:100%;
    position: relative;
    height:100%;
}

.tile {
	width:33.33%;
	height:50%;
	float:left;
	position:relative;
	cursor: pointer;
}

.tile h2 {
	left: 18px;
	position: absolute;
	top: 6px;
	color:#53A4D7;
	text-transform:uppercase;
}

.inner_tile {
	position: absolute;
	/*border: 10px solid;*/
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
	background-color: #ffffff;
	box-shadow:0 0 7px 0 #B5B5B5;
	overflow:hidden;
}

.greyLayer {
	background-color: #CECECE;
	bottom: 10px;
	left: 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.tileTest {
	/*position: absolute;*/
	width:100%;
	height:100%;
}


.tileTest3{
	margin:20px;
}

.offsetSetter{
	position:absolute;
	width:100%;
	height:100%;
}

#zoomer {
	position:relative;
	width:100%;
	height:100%;
}

#zoomer img {
	display: block;
    margin: auto auto;
    width: 100%;
}

.milestoneArrow:hover{
 background-position:43px 0;
 cursor:pointer;
}

.milestoneArrow {
	background-image: url("img/raute.png");
	height: 55px;
    margin-top: -29px;
    position: absolute;
    right: -18px;
    top: 50%;
    width: 43px;
    z-index: 6;
}

#milestoneArrow03{

}

.milestoneArrowRight {
	background-image: url("img/raute.png");
	height: 56px;
	margin-top: -28px;
	position: absolute;
	right: -8px;
	top: 50%;
	width: 45px;
	z-index: 2;
}

.milestoneArrowRight:hover{
 background-position:43px 0;
 cursor:pointer;
}

.milestoneArrowLeft:hover{
 background-position:43px 0;
 cursor:pointer;
}

.milestoneArrowLeft {
	background-image: url("img/raute.png");
	height: 55px;
    left: -13px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
    width: 44px;
    z-index: 6;
}


#placeholder {
	position:absolute;
}

#partner {
	background-image: url("img/logos.png");
	background: url("img/logos.png") no-repeat scroll right top rgba(0, 0, 0, 0);
	color: #838383;
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	height: 40px;
	margin-left: 473px;
	text-transform: uppercase;
	width: 346px;
}

#impressum {
	color: #838383;
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom:15px;
}

#impressum:hover {
	text-decoration:underline;
	cursor:pointer;
}

#language {
	color: #838383;
	float: right;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom:15px;
}

#language a{
	color: #838383;
	float: right;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom:15px;
	text-decoration:none;
}


#language a:hover {
	text-decoration:underline;
	cursor:pointer;
}

#language a:visited{
	color: #838383;
	float: right;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom:15px;
	text-decoration:none;
}


#footer {
	bottom: 0;
	left: 50%;
	margin: 0 auto 0 -450px;
	position: absolute;
	width: 900px;
}

#footerFrame {
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 11;
}

.tile span{
	border: 2px solid #53A4D7;
}

.milestoneArrow span{
	border:none;
}

.milestoneArrowRight span{
	border:none;
}

.milestoneArrowLeft span{
	border:none;
}

.secondLayerButton {
	height: 77px;
	position: absolute;
	width: 96px;
}	

.secondLayerButton .reference{
	color: #045588;
	font-family: Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 41px;
	left: 33px;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 21px;
	width: 25px;
}

.secondLayerButton .SLcontent{
	height: 2px;
	left: 46px;
	position: absolute;
	top: 33px;
	width: 2px;
}

.secondLayerButton .SLcontent .SLlayer {
	height: 0px;
	left: 0px;
	position: absolute;
	top: opx;
	width: 0px;
}	

.secondLayerButton .SLcontent .SLlayer img{
	position:absolute;
	width:100%;
	height:100%;
}

.secondLayerButton .SLcontent .SLlayer .sltext{
	display:none;
	padding:12px;
	position:absolute;
	color:#fff;
	font-family:Helvetica,Arial,sans-serif; 
	font-size:12px;
	line-height:15px;
} 

.reference{
	background-image: url("img/+ButtonEbene2.png");
	background-repeat:no-repeat; 
	background: url("img/+ButtonEbene2.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}

/* buttons Kachel 01 */

#dp101{
	left: 10%;
	top: 32%;
}

#dp102{
	left: 29%;
	top: 28%;
}

#dp103{
	left: 47%;
	top: 46%;
}

#dp104{
	left: 73%;
	top: 23%;
}

#dp105{
	left: 72%;
	top: 37%;
}

#dp106{
	left: 66%;
    top: 51%;
}

#dp107{
	left: 81%;
	top: 24%;
}

/* buttons Kachel 02 */

#dp201{
	left: 2%;
	top: 19%;
}

#dp202{
	left: 24%;
	top: 44%;
}

#dp203{
	left: 49%;
	top: 17%;
}

#dp204{
	left: 67%;
	top: 26%;
}

/* buttons Kachel 03 */

/* #dp301{
	left: 3%;
	top: 17%;
} */

#dp302{
	left: 2%;
	top: 21%;
}

#dp303{
	left: 17%;
	top: 42%;
}

#dp304{
	left: 68%;
	top: 38%;
}

#dp305{
	left: 30%;
	top: 18%;
}


/* buttons Kachel 04 */

/*#dp401{
	left: 12%;
	top: 10%;
}*/

#dp402{
	left: 13%;
	top: 32%;
}

#dp403{
	left: 57%;
	top: 25%;
}

/* buttons Kachel 05 */

#dp501{
	left: 2%;
	top: 40%;
}

#dp502{
	left: 32%;
	top: 56%;
}

#dp503{
	left: 57%;
	top: 16%;
}

#dp504{
	left: 71%;
	top: 34%;
}

/* buttons Kachel 06 */

#dp601{
	left: 7%;
	top: 24%;
}

#mstooltip01{
	position:absolute;
	left:-400px;
	top:90px;
}

#mstooltip02{
	position:absolute;
	left:-550px;
	top:90px;
}

#mstooltip03{
	position:absolute;
	left:-680px;
	top:90px;
}

#mstooltip03b{
	position:absolute;
	left:40px;
	top:-290px;
}

#mstooltip04{
	position:absolute;
	left:-400px;
	top:90px;
}

#mstooltip05{
	position:absolute;
	left:-550px;
	top:90px;
}

#mstooltip06{
	position:absolute;
	left:-680px;
	top:90px;
}


.backToOvButton{
    left: 10px;
	position: absolute;
	top: 20px;
	display:none;
}

.backToOvButton .bgSecondMiddle .innerButton {
	background-image: url("img/backArrow.png");
	background-position: 0 3px; 
	background-repeat:no-repeat;
	margin-left: 7px;
	padding-left: 15px;
	padding-right: 15px;	
}

 .backToTileButton .bgSecondMiddle .innerButton  {
	background-image: url("img/backArrow.png");
	background-position: 0 12px; 
	background-repeat:no-repeat;
	margin-left: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

.backToOvButton:hover{
	cursor:pointer;
}

.backToOvButton:hover .bgMiddle .innerButton {
	text-decoration:underline;
	color: #325f80;
}

.backToOvButton .bgMiddle .innerButton p, .backToTileButton .bgSecondMiddle .innerButton p{
	margin-top:8px;
	color: #325f80;
}

.backToOvButton .bgRight{	
	background-image: url("img/bgBtORight.png");
	background: url("img/bgBtORight.png") scroll right top rgba(0, 0, 0, 0);
	height: 56px;
	width:5px;
	float:left;
}

.backToOvButton .bgMiddle {
	background-image: url("img/bgBtOMiddle.png");
	background: url("img/bgBtOMiddle.png") repeat scroll right top rgba(0, 0, 0, 0);
	float: left;
	height: 56px;
}

.backToTileButton {
    left: 10px;
	position: absolute;
	top: 88px;
	display:none;
}

.backToOvButton .tileOverview {
	background-image: url("img/bgTileOv00.jpg");
	background: url("img/bgTileOv00.jpg") repeat scroll right top rgba(0, 0, 0, 0);
	width:55px;
	height:22px;
	margin-left: 21px;
	margin-top: 10px;
	margin-bottom:-5px;
}

.backToOvButton:hover p{
	text-decoration:underline;
}

.backToTileButton .tileOverview {
	width:55px;
	height:22px;
	margin-left: 21px;
	margin-top: 10px;
}


#tileOverview01{
		background-image: url("img/bgTileOv01.jpg");
}

.backToTileButton #tileOverview02{
		background-image: url("img/bgTileOv02.jpg");
}

.backToTileButton #tileOverview03{
		background-image: url("img/bgTileOv03.jpg");
}

.backToTileButton #tileOverview04{
		background-image: url("img/bgTileOv04.jpg");
}

.backToTileButton #tileOverview05{
		background-image: url("img/bgTileOv05.jpg");
}

.backToTileButton #tileOverview06{
	    background-image: url("img/bgTileOv06.jpg");
}

.backToTileButton:hover  .bgSecondMiddle .innerButton {
	text-decoration:underline;
	color: #325f80;
	cursor:pointer;
}

.backToTileButton .bgSecondMiddle{
	background-image: url("img/bgBtZMiddle.png");
	background: url("img/bgBtZMiddle.png") repeat scroll right top rgba(0, 0, 0, 0);
    height:86px;
	float:left;
}	

.backToTileButton .bgSecondRight{	
	background-image: url("img/bgBtZRight.png");
	background: url("img/bgBtZRight.png") scroll right top rgba(0, 0, 0, 0);
    height:86px;
	width:5px;
	float:left;
}

.backToOvButton .bgSecondMiddle  {
	
	background-image: url("img/bgBtZMiddle.png");
	background: url("img/bgBtZ2Middle.png") repeat scroll right top rgba(0, 0, 0, 0);
    height:67px;
	float:left;
}	

.backToOvButton .bgSecondRight{	

	background-image: url("img/bgBtZ2Right.png");
	background: url("img/bgBtZ2Right.png") scroll right top rgba(0, 0, 0, 0);
    height:67px;
	width:5px;
	float:left;
}

.closedNavi{
	background-image: url("img/naviClosed.png");
	background: url("img/naviClosed.png") scroll right top rgba(0, 0, 0, 0);
	width:28px;
	height:150px;
	position:absolute;
	left:10px;
	top:18px;
	display:none;
	z-index:5;
	top:30px;
}

.openNavi{
	display: block;
    height: 87px;
    overflow: auto;
    position: absolute;
    width: 200px;
	z-index:5;
	top:30px;
	overflow:hidden;
}

.shadowFadeOut{
	box-shadow: 0px 0px 0px 0px #fff;
	transition: box-shadow 400ms ease-out;
}

.wrapper{
	display:none;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
}

.tileTest2{
	position:absolute;
	width:100%;
	display:none;
	top:0;
}

iframe{
	frameborder="0";
    border: medium none;
    width: 100%;
	overflow: hidden;
}

.tileTest span{
	vertical-align:middle;
}

#viewport2{

}

#goaltooltip01 {
	left: 280px;	
}

#goaltooltip02 {
	left: 330px;	
}

#goaltooltip03 {
	left: 380px;	
}

#goaltooltip04 {
	left: 430px;
}

#roletooltip01 {
 left: 300px;
    top: 150px;
}

#roletooltip02 {
 left: 320px;
    top: 150px;
}

#roletooltip03 {
 left: 345px;
    top: 150px;
}

#roletooltip04 {
 left: 380px;
    top: 150px;
}

#roletooltip05 {
 left: 440px;
    top: 160px;
}

.tooltip{
	display:none;
	    position: absolute;
	    top: 215px;
	    width: 697px;
}

.tooltip h1{
	margin-top:0;
	margin-left: 15px;
	    margin-top: 0;
}

.tooltip p{
	margin-top: 0;
padding-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
margin-bottom:0;
color:#333;
}

.tooltip h2{
color: #666666;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 5px;
}


.bgtooltipTop{
	background-image: url("img/gb_layer_startscr_oben.png");
	background: url("img/gb_layer_startscr_oben.png") scroll rgba(0, 0, 0, 0);
	width:697px;
	height:5px;
}

.bgtooltipContent{
	background-image: url("img/gb_layer_startscr_middle.png");
	background: url("img/gb_layer_startscr_middle.png") scroll right top rgba(0, 0, 0, 0);
	width:697px;
	padding-bottom: 20px;
	    padding-top: 16px;
	overflow:auto;
}

.bgtooltipContent .ttContentLeft{
	float: left;
	    height: 100%;
	    overflow: auto;
}

.bgtooltipContent .ttContentLeft img{
	height:300px;
}

.bgtooltipContent .ttContentRight{
	float:left;
}

.bgtooltipBottom{
	background-image: url("img/gb_layer_startscr_unten.png");
	background: url("img/gb_layer_startscr_unten.png") scroll right top rgba(0, 0, 0, 0);
	width:697px;
	height:5px;
	/*filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties)";*/
}

#absichererBig{
	margin-left:20px;
	margin-right:10px;
	margin-top: 0px;
}

#gestalterBig{
	margin-left:20px;
	margin-right:10px;
	margin-top: 0px;
}

#storykeeperBig{
	margin-left:20px;
	margin-right:10px;
	margin-top: 0px;
}

#technikerBig{
	margin-left:20px;
	margin-right:10px;
	margin-top:  0px;
}

#kundenkennerBig{
	margin-left:20px;
	margin-right:10px;
	margin-top: -16px;
}

.bgrole {
	padding-bottom:0px;
}

.detailpage {
	display:none;
}





