/* design & development by portnull.de
---------------------------------------------------- */
/* RESET
---------------------------------------------------- */
* {padding: 0; margin: 0;}


#badge {
	z-index: 100;
	position: absolute;
	top: -160px;
	left: 120px;}



/* TYPO
---------------------------------------------------- */
body {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000;}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;}
a:hover {
	color: #a7cc95;
	text-decoration: underline;}
a img {border: 0;}


h1, h2, h3 {
	font-family: Georgia, Garamond, Times, "Times New Roman", Serif;
	font-weight: normal;
}
	
h3 a {
	color: #333 !important;}	
h3 a:hover {
	color: #8cb43f;}	

h1 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	color: #f1f1f1;}
h1 em {
	color: #a7cc95;}	

h2 {
	font-size: 2.4em;
	font-style: italic;
	margin: 0 0 10px 0;}	

h3 {
	font-size: 1.8em;
	font-style: italic;
	color: #333;
}	
	
	

p {
	font-size: 1.3em;
	line-height: 1.8em;
	margin: 0 0 18px 0;
}



/* link icons -- */
a.link {
	display: block;
	padding: 9px 0 9px 32px;
}

a.link.brandbuero {background: url("/gfx/link-brandbuero.png") 4px 50% no-repeat;}
a.link.mbachannel {background: url("/gfx/link-mbachannel.png") 4px 50% no-repeat;}	

a.link.xing {background: url("/gfx/link-xing.png") 4px 6px no-repeat;}
a.link.facebook {background: url("/gfx/link-facebook.png") 4px 7px no-repeat;}
a.link.linkedin {background: url("/gfx/link-linkedin.png") 4px 6px no-repeat;}	


	
/* BASIC
---------------------------------------------------- */
body {background: #fff;}

.wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;}

#tooltip{
	display: none;
	position: absolute;
	font-size: 1em;
	padding: 2px 6px 3px;
	color: #fff;
	z-index: 100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-opacity: .8;
	background: #333;
}



/* TASK
---------------------------------------------------- */
#task {
	padding: 8px 0;
	background: #333;
	border-bottom: 1px solid #000;}

	
	
/* FRAME MAP
---------------------------------------------------- */
#map {
	width: 100%;
	height: 360px;
	border-bottom: 1px solid #878787;}
	
#map-links {
	position: relative;}



#sidebar {
	position: absolute;
	top: -38px;
	width: 908px;
	text-align: right;}

#sidebar a {
	outline: none;
	font-size: 1.2em;
	color: #444;
	padding: 3px 7px 4px;
	margin: 0 4px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url("/gfx/bg-link0.png") top left repeat-x;}	
#sidebar a:hover {
	color: #111;
	text-decoration: none;
	border: 1px solid #ffe84d;
	background: url("/gfx/bg-link1.png") top left repeat-x;}
	
	
	
/* InfoWindow -- */
.gmnoprint {
	font-family: Georgia, Garamond, Times, "Times New Roman", Serif !important;
	font-size: 1.2em;
	text-align: left;
	color: #333;}
.gmnoprint h3 {
	font-size: 1.2em;}



		
/* FRAME CONTENT
---------------------------------------------------- */
#frame-content {
	padding: 32px 0;
	background: #fff;
}

.highlight {
	background: #f1f1f1;}



div.about {
	float: left;
	color: #535353;
	width: 580px;
	margin: 0 40px 0 0;}
.about img {
	float: left;
	padding: 1px;
	margin: 0 14px 14px 0;}


div.links {
	float: right;
	width: 280px;}
	
ul.linklist {
	padding: 2px 0 14px;}
ul.linklist h3 {
	margin: 0 0 4px 0;}	
	
ul.linklist li {
	font-size: 1.3em;
	list-style-type: none;
	border-bottom: 1px dotted #ddd;
}
ul.linklist li:last-child {
	border-bottom: none;
}

	
ul.linklist a {
	color: #535353;
}
ul.linklist a:hover {
	color: #333;
	text-decoration: none;
}


		
/* EXTRA
---------------------------------------------------- */
.floatleft {
	float: left;}
	
.floatright {
	float: right;}


/* clear floats */
.xclear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;}
/* clear floats for stoopid IE 7 */
*:first-child+html .xclear {
	min-height: 1px;}
/* clear floats for stoopider IE 6 */
* html .xclear {
	height: 1%;}
