
/*** englisch headline menu ***/
.softwarearchitecture {
	display:block;
	width:176px;
	height:39px;
	float:right;
	margin-right: 3px;
	background-image:url(../images/softwarearchitecture-latent.jpg);
}
.softwarearchitecture:hover {
	background-image:url(../images/softwarearchitecture-active.jpg);
}
.refactoring {
	display:block;
	width:91px;
	height:39px;
	margin-left: 3px;
	margin-right: 3px;
	float:right;
	background-image:url(../images/refactoring-latent.jpg);
}
.refactoring:hover {
	background-image:url(../images/refactoring-active.jpg);
}
.projects {
	display:block;
	width:64px;
	height:39px;
	margin-left: 3px;
	float:right;
	background-image:url(../images/projects-latent.jpg);
}
.projects:hover {
	background-image:url(../images/projects-active.jpg);
}

/*****************************
 * footer and elements
 *****************************/

.imprint_pic {
	width:57px;
	background-image:url(../images/imprint-latent.jpg);
}
.imprint_pic:hover {
	background-image:url(../images/imprint-active.jpg);
}

/*** background images vor nav ***/
.home, .philosophy, .products, .businessmodel, .associations, .contact {
	background-position: left center;
	background-repeat: no-repeat;
}

/*** englisch menu pics ***/
.home {
	background-image:url(../images/home-latent.jpg);
}
.home:hover {
	background-image:url(../images/home-active.jpg);
}
.philosophy {
	background-image:url(../images/philosophy-latent.jpg);
}
.philosophy:hover {
	background-image:url(../images/philosophy-active.jpg);
}
.products {
	background-image:url(../images/products-latent.jpg);
}
.products:hover {
	background-image:url(../images/products-active.jpg);
}
.businessmodel {
	background-image:url(../images/businessmodel-latent.jpg);
}
.businessmodel:hover {
	background-image:url(../images/businessmodel-active.jpg);
}
.associations {
	background-image:url(../images/associations-latent.jpg);
}
.associations:hover {
	background-image:url(../images/associations-active.jpg);
}
.contact {
	background-image:url(../images/contact-latent.jpg);
}
.contact:hover {
	background-image:url(../images/contact-active.jpg);
}


/*****************************
 * content
 *****************************/
.textHeader {
	font-weight:bold;
}

.text {
	margin-top:22px;
	padding-left:86px;
}

.textInverse {
	margin-top:22px;
	padding-left:86px;
	color:#a0a1a1;
}

.textLinkStandard {
    font-weight:normal;
    text-decoration:none;
}

.textLinkStandard:hover {
	color:#a0a1a1; 
}

.textLinkInverse {
    font-weight:normal;
	color:#a0a1a1;
    text-decoration:none;
}

.textLinkInverse:hover {
	color:#5a5d5b; 
}

.textLinkBlueHeader {
	font-weight:bold;
	color:#000066;
    text-decoration:none;
}

.textLinkBlueHeader:hover {
	color:#a0a1a1; 
}

.textLinkOrangeHeader {
	font-weight:bold;
	color:#ffa02e;
    text-decoration:none;
}    
    
.textLinkOrangeHeader:hover {
	color:#ffcb8c; 
}

.textEnd {
	width:23px;
	height:9px;
	background-color:#5a5d5b;
	/* margin:-10px 0px 0px 62px; */
	margin:-10px 0px 0px 60px; 
}

/**
 * baumeister
 */
.profilePortrait {
	width:534px;
	margin:36px 0px 22px;
}

.photoText {
	display:block;
	float:left;
	width:219px;
	font-weight:bold;
}

/**
 * sub menu on refaktorierung, 
 * softwarearchitektur, 
 * projekte
 */
.submenu {
	position:relative;
	margin-left:-15px;
}

.submenuLink {
	display:block;
	margin-bottom:10px;
}

.headerLink {
	display:block;
}

