/**
*		Contentstyle Definitionen
**/

html, body {
	font-family: georgia;
	font-size: 12px;	
}
h1 {
	/*text-transform: uppercase;*/
	font-size: 1.7em;
	color: #686868;
}
h2 {
	font-size: 1em;
	font-weight: lighter;
	/*text-transform:uppercase;*/
}
h2.jobs {
	font-size: 1.25em;
	font-weight: lighter;
	color: #323232;
	padding:20px 0;
}
p, a {
	color: #323232;
	line-height: 1.5em;
}
a {
	text-decoration: none;
}
span.noTrans {
	text-transform:none;
}

/**
*		Columns Template
**/
.singleColumn {
	padding: 20px 20px 0px 20px;
}
.singleColumn p {
	margin-top: 15px;
}
.singleColumn h2 {
	margin-top:4px;
}

.ColumnMedium {
	padding: 20px 20px 0px 0px;
	width: 700px;
}
.ColumnMedium p {
	margin-top: 15px;
}
.ColumnMedium h2 {
	margin-top:4px;
}
.ColumnWorkRefs {
	padding: 20px 20px 0px 0px;
	width: 480px;
}
.ColumnWorkRefs p {
	margin-top: 20px;
}
.ColumnWorkRefs h2 {
	margin-top: 4px;
}
.ThreeColumns {
	width: 278px;
	border: 0px;
	margin-top: 20px;
	text-align: justify;
}
.ThreeColLeft {
	padding-left: 20px;
	/*border-left: 1px dotted #cccccc;*/
}
.ThreeColCenter {
	padding-right: 20px;
	border-left: 1px dotted #cccccc;
}
.ThreeColRight {
	
	padding-right: 20px;
	border-left: 1px dotted #cccccc;
	/*border-right: 1px dotted #cccccc;*/
}
/**
*		multiColumn Template
**/
.InContentNavigation {
	padding-left: 20px;
}
/**
*		Jobs
**/
#jobContainer {
	float:left;
	width:850px;
	background:url(../img/bg_jobContainer.png) repeat-y;
	margin:0 0 20px 0;
	display:block;
}
#jobPHContainer {
	float:left;
	width:850px;
	color:#323232;
	background-color:#eee;
	margin:20px 0 0 0;
	display:block;
}
.jDescription {
	float:left;
	width:410px;
	color:#323232;
	margin:0;
	padding:0;
	display:block;
}
.jLeft {
	float:left;
}
.jRight {
	float:left;
	margin:0 0 0 30px;
}
#jobPHContainer H2, .jDescription H2 {
	font-size:1.25em;
	font-weight:bold;
	margin:20px 0 10px 15px;
}
.jDescription H3 {
	width:390px;
	padding:0 5px 5px 15px;
	margin:0;
}
.jDescription UL {
	list-style-image:url(../img/bullet.png);
	margin:0 0 20px 25px;
	padding:0 0 0 12px;
}
/**
*	Special Profile Styles
**/
.portrait {
	float:left;
	width:100px;
	height:100px;
	display:block;
	margin:0 1em 2em 0;
}
.olaf {
	background:url(../img/pic_olaf.jpg) no-repeat;
}
.knippo {
	background:url(../img/pic_knippo.jpg) no-repeat;
}
.kevin {
	background:url(../img/pic_kevin.jpg) no-repeat;
}

