/**********************************
 *     formats for html divs      *
 **********************************/
* {
	margin:0;
	padding:0;
	font-family:arial;
	color:#5a5d5b;
	font-size:11pt; 
	line-height:20px;
}

/**
 * Links
 */
a {
	font-weight:bold;
	color:#5a5d5b; 
  text-decoration:none;
}
a:hover {
	color: #a0a1a1;
}

/**
 * images
 */
img {
	border:0px none;
}

.profilePortrait img {
	margin-bottom:0;
}

/**
 * text blocks
 */
p {
	margin-bottom:10px;
}

p.gap {
	margin-bottom:22px;
}

p.invers {
	color:#a0a1a1;
	margin-bottom:0;
}

/**********************************
 *     base html structure        *
 **********************************/

#page {
	margin: 0px 50px 0px 0px; 
	/*width: auto;*/
	max-width:1200px;
}

#header {
	/*min-width:960px;*/
	height:200px;
    background-color:#ffffff;
	background-image:url(../common/headerBack.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#mainbody {
	padding-top:47px;
	min-height:243px;
	/*min-width:960px;*/
}

#rightNav {
	width:243px;
	height:auto;
	float:right;
}

#content {
	width:534px;
	height:auto;
	margin:0px 304px 0px auto; /*margin-right: 34px + width of nav */
}

#footer {
	width:237px;
	height:20px;
	margin:64px auto 10px;
}

/*****************************
 * header elements
 *****************************/
.headerContainer {
	width:422px;
	height:200px;
	float:right;
}

#logo {
	width:422px;
	height:161px;
	background-image:url(../common/logo.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

#nav {
	width:424px;
	height:39px;
	float:right;
}

.separator {
	display:block;
	width:10px;
	height:39px;
	float: right;
	background-image:url(../common/separator.jpg);
}

/*****************************
 * footer and elements
 *****************************/
#footer * {
	color:#a0a1a1;
	font-size:11px;
}

.copyright {
	display:block;
	float:left;
	width:155px;
	height:18px;
	background-image:url(../common/copyright.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

.imprint {
	display:block;
	float:right;
	height:18px;
	background-position:left center;
	background-repeat:no-repeat;
}

/*****************************
 * right navigation
 *****************************/
a.navLink {
	display:block;
	width:228px;
	height:21px;
	margin-bottom:7px;
}

.navLinkActive {
	background-image:url(../common/hoverBox.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}

.navLinkInactive {
	padding-left:15px;
}

.navLinkText {
	padding-left:15px;
}

.spacer {
	margin-top:35px;
}

a.navFlagElement {
	display:inline-block;
	height:18px;
	width: 25px ;
	margin-bottom:7px;
	background-repeat:no-repeat;
}

.navFlag {
	padding-left:15px;
}

/*****************************
 * menu pics
 *****************************/
 
 /*** background images vor nav ***/
.expertise, .baumeister {
	background-position: left center;
	background-repeat: no-repeat;
}
 
.expertise {
	background-image:url(../common/expertise-latent.jpg);
}
.expertise:hover {
	background-image:url(../common/expertise-active.jpg);
}

.baumeister {
	background-image:url(../common/baumeister-latent.jpg);
}
.baumeister:hover {
	background-image:url(../common/baumeister-active.jpg);
}

.lang-de {
	background-image:url(../common/flag-de-latent.jpg);
}

.lang-de:hover {
	background-image:url(../common/flag-de-active.jpg);
}

.lang-eng {
	background-image:url(../common/flag-eng-latent.jpg);
}

.lang-eng:hover {
	background-image:url(../common/flag-eng-active.jpg);
}

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

.text {
	margin-top:43px;
	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;
}

/**
 * index
 */
.indexPhoto {
	/* width:572px;  <= hier waeren Anpassunge fŸr breite Photos durchzufuehren */
	width:534px;
	margin:22px 0px 22px;
}

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

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

.headerLink {
	display:block;
}


