	/* $Id: berlin.css,v 1.0 2010/05/17 00:14:00 timothysantore  $ */

/* Initial Reset */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	outline: none;
}

* html h1 a, a {
/* for IE5/win */
c\ursor:pointer;
}

body {
	margin:0 auto;
	padding:0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	color: #868689;
	background-color:#f7f7f7;	/* background: transparent url('images/background.jpg') no-repeat scroll top left; */
}

.clearfix {
	display: inline-block;
}


/* STRUCTURE ---------------------------------------------------- */
		
#wrapper {
	width:100%;
	margin:22px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	}
	
#inner {
	width:940px;
	margin: auto;
	background: transparent url('images/content-background.jpg') repeat-y scroll top left;
	}
	
#header-wrapper {
	width:100%;
	background: transparent url('images/header-background.jpg') no-repeat scroll top left;
	}


/* HEADER  ---------------------------------------------------- */
#header {
	width:940px;
	padding: 15px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	position:relative;
	height:120px;
}

#header-logo {
	width:90px;
	height:109px;
	padding:0px;
	margin:0px auto;
	float:none;
	}
	
/* LINKS ---------------------------------------------------------- */
a:link {
	font-style:normal;
	text-decoration:none;
	color:#555555;
	outline: none;
	}

a:visited {
	text-decoration:none;
	color:#555555;
	outline: none;
	}

a:hover {
	text-decoration:none;
	color:#000000;
	outline: none;
	}
	
a:active {
	outline: none;
	}	

/* NAV --------------------------------------------------------- */
#nav-wrapper {
	width:100%;
	background: transparent url('images/content-background.jpg') repeat-y scroll top left;
	}

#nav {
	width:700px;
	height:24px;
	margin: 0px auto;
	padding-top: 7px;
	padding-bottom: 20px;
	text-align:center;
	border-top: 1px solid #CECECE;
	}

#nav .nav_item {
	margin-right: 0px;
	}

#nav .nav_item a {
	margin: 8px 0px 3px 0px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0px 3px 0px 0px;
	outline: none;
	border-right: 1px solid #000000;
	}
	

#nav .nav_item li.last a{
	border-right: none;
	}

#nav .nav_item a:hover, #nav .nav_item a.active {
	background-position: bottom right;
	outline: none;
	}

#nav .nav_item a span { 
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 9px 0px 9px;
	}
	
#nav .nav_item a:hover span, #nav .nav_item a.active span { 
	background-position: bottom left;
	border-bottom: 1px dotted #000000;
	}

#nav .nav_item li {
	padding:0px;
	margin:0px;
	font-size:13px;
	list-style-type: none;
	list-style-image: none;
	display:inline;
	}

/* SUBMENU -------------------------------------------------------- */
#sidebar-left {
	width:200px;
	padding:0px;
	float:left;
	font-size:11px;
	line-height:15px;
	padding-bottom: 85px;
}

#sidebar-left ul {
	padding: 0px;
	}
	
#sidebar-left li {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar-left li a{
	width:185px;
	color: #707173;
}

#sidebar-left a:hover, #sidebar-left a.active {
	text-decoration:none;
	color:#009BC2;
}

#sidebar-left .nav_item {
	width: 190px;
	margin: 0px 0px 78px 0px;
	}

#sidebar-left .nav_item a {
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	padding: 0px 3px 0px 0px;
	outline: none;
	}
	

#sidebar-left .nav_item li.last a{
	border-right: none;
	}

#sidebar-left .nav_item a:hover, #sidebar-left .nav_item a.active {
	background-position: bottom right;
	outline: none;
	text-decoration:underline;
	}
	
/* MAIN ----------------------------------------------------------- */
#content {
	width:940px;
	margin:0px;
	padding:0px 0px 40px 0px;
	text-align: left;
}

#content ul {
	margin:0px 0px 20px 0px;
	}

#content ul li {
	list-style-position: inside;
	list-style-type: disc;
	}
	

#headline-wrapper {
	width:100%;
	margin-bottom:0px;
	}

#headline {
	width:435px;
	margin:0px 0px 10px 200px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #CECECE;
	}

#main-wrapper {
	width:100%;
	margin-bottom:0px;
	}

#main {
	width:880px;
	padding:20px 30px 40px 30px;
	margin:0px;
	float:left;
	}
	
#main.portfolio p {
	margin: 0px 0px 10px 0px;
	}

.double-column {
	width:435px;
	padding:0px 0px 0px 0px;
	margin:0px 15px 0px 0px;
	float:left;
	font-size:13px;
	line-height:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


.titleimage {
	position:relative;
	margin:0px 0px 17px 0px;
	}
	
.titleimage-caption {
	font-size: 11px;
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 13px;
	position:absolute;
	bottom:20px;
	left:0px;
	background-color: #FFFFFF;
	width:auto;
	max-width: 405px;
	padding: 10px 15px 10px 15px;
	color:#444;
	opacity:0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity = 80);
	}
	
.titleimage-caption .heinrich-mark, .titleimage-caption p{
	margin: 0px;
	padding: 0px;
	}

#main .views-row {
	padding-bottom:25px;
	}

.bild {
	width:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	float:left;
	position:relative;
	}
	
h1 {
	font-family: "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size:30px;
	line-height:34px;
	color: #000000;
	font-style:italic;
	}
	
h2 {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	font-weight: normal;
	font-size:25px;
	line-height:27px;
	color: #000000;
	}

h3 {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	outline:none;
	background-color:#9F0;
	height:21px;
	padding: 4px 0px 0px 21px;
	}
	
h4 {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height:17px;
	margin-bottom: 15px;
	color:#004494;
	}

h5 {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	font-weight: normal;
	font-size:16px;
	line-height:20px;
	margin-bottom: 5px;
	color:#000000;
	text-transform:uppercase;
	}
	
h6 {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	font-weight: normal;
	font-size:16px;
	line-height:20px;
	margin-top: 10px;
	color:#000000;
	}
	
.first {
	border-top: 0px;
	padding-top:4px;
	}	

#sidebar-left {
	width:190px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.sidebar-right {
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	font-size:11px;
	line-height:15px;
	}

#sidebar-left_wrapper{
	float:left;
	width:200px;
	}

/* FOOTER -------------------------------------------------------- */
#footer-wrapper {
	width:100%;
	text-align:center;
	float:left;
}

#footer {
	width:880px;
	margin:15px auto;
	padding:0px 30px 0px 30px;
	font-size:12px;
	line-height:18px;
	color:#868689;
	min-height:120px;
	text-align: left;
	}
	
#footer-left {
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	text-align:left;
	float:left;
	}

#footer-center {
	width:435px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	text-align:left;
	float:left;
	}

#footer-right {
	width:200px;
	height:63px;
	margin:0px 0px 0px 0px;
	float:right;
	text-align:right;
	}
	
#footer li{
	margin:0;
	list-style-type: none;
	}
		
#footer ul{
	margin-bottom:16px;
	}
	
#footer a:link {
	font-style:normal;
	text-decoration:none;
	color:#000000;
	}

#footer a:visited {
	text-decoration:none;
	color:#000000;
	}

#footer a:hover {
	padding: 0px 0px 2px 0px;
	color:#000000;
	border-bottom: 1px dotted #000000;
	}
	
#footer-right a:hover {
	padding: 0px 0px 2px 0px;
	color:#000000;
	border-bottom: 1px dotted #000000;
	}

#footer-right li{
	margin:0px 4px 0px 0px;
	padding: 0px 7px 0px 0px;
	list-style-type: none;
	border-right: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#footer-right li.last {
	margin:0px;
	padding: 0px;
	border-right: none;
	}
		
#footer-right ul li {
	display:inline;
	}

#footer strong {
	color:#000000;
	}
	
#copyright-wrapper {
	width:100%;
	text-align:left;
	float: left;
	min-height:48px;
	}
	
#closure {
	float: left;
	}
	
#copyright {
	width:700px;
	text-align:center;
	padding: 8px 0px 0px 0px;
	margin:0px auto;
	font-size:12px;
	line-height:17px;
	color:#868689;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CECECE;
	}

/* MISC ----------------------------------------------------------- */
p {
	padding-bottom:16px;
	}
	
img {
	border:none;
	}

strong {
	font-weight:normal;
	color:#000000;
	}
	
.blue {
	color:#004494;
	}

.grey50 {
	color: #7F7F7F;
	}
	
.black {
	color: #000000;
	}
	
.big {
	font-size: 13px;
	}
	
.bigger {
	font-size:14px;
	}
	
.pdf-icon {
	margin: 3px 10px 0px 0px;
	float:left;
	}

.portrait {
	margin: 4px 10px 0px 0px;
	float:left;
	}
	
.form-required {
	color:#9999FF;
	}

.heinrich-color {
	color:#463031;
	}
	
a.job {
	color:#463031;
	text-transform:uppercase;
	}
	
.heinrich-mark {
	color:#000000;
	}
	
#content-wrapper {
	width:100%;
	text-align:center;
	padding: 0px 0px 0px 0px;
	background: transparent url('images/main-background-bottom.jpg') no-repeat scroll 0 bottom;
}

/* UI ACCORDION ----------------------------------------------------------- */
#accordion {
	font-size:11px;
	line-height:15px;
	color:#000000;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	}
	
#accordion p {
	width:170px;
	margin: 0px 0px 15px 10px;
	padding:0px 10px 0px 10px;
	border-left: 1px solid #CECECE;
	color:#868689;
	line-height:17px;
	}
	
.ui-state-default {
	background: transparent url('images/accordion-background.png') no-repeat scroll 0 bottom;
	}
	
.ui-state-active {
	background: transparent url('images/accordion-background.png') no-repeat scroll 0 top;
	}
	
.ui-state-hover {
	background: transparent url('images/accordion-background.png') no-repeat scroll 0 -25px;
	}
	
#accordion h3 a:link {
	text-decoration:none;
	color:#FFFFFF;
	outline: none;
	}

#accordion h3 a:visited {
	text-decoration:none;
	color:#FFFFFF;
	outline: none;
	}

#accordion h3 a:hover {
	text-decoration:none;
	color:#FFFFFF;
	outline: none;
	}
	
#accordion h3 a:active {
	outline: none;
	}
	
#accordion ul {
	width:170px;
	margin: 0px 0px 15px 10px;
	padding:0px 10px 0px 15px;
	border-left: 1px solid #CECECE;
	color:#868689;
	line-height:17px;
	padding:0px;
	}
	
#accordion li {
	padding:0px;
	margin: 0px 0px 17px 25px;
	font-size:11px;
	list-style-type: disc;
	}
	
#block-views-vakanz-block_1 {
	margin: 0px 0px 17px 0px;
	}

.ui-accordion-content {
	position: relative;
	zoom:1;
	}
	
.ui-accordion-header {
	outline: none;
	}
		
/* Kontakt Page ----------------------------------------------------------- */
.page-kontakt-anfahrt .double-column p{
	padding:0px 0px 15px 0px;
	}
	
.page-kontakt-anfahrt .double-column ul{
	padding:0px 0px 15px 0px;
	}
	
.page-kontakt-anfahrt .double-column li{
	list-style-type: disc;
	}
	
.form-item {
	margin-right: 5px;
	margin-bottom:0px;
	margin-top:0px;
	line-height: 15px;	
	}
	
.form-item label {
	font-weight: normal;
	color:#000000;
	margin-bottom: 2px;
	}
	
#webform-component-geschlecht label, .webform-component-radios .form-item {
	display: inline;
	}
	
.form-item .form-radios {
	margin:0px;
	display: inline;
	}
	
.webform-component-textfield,.webform-component-email,.webform-component-textarea,.webform-component-select,.webform-component-radios {
	margin: 0px 0px 10px 0px;
	padding:0px;
	}
	
.webform-component-file	{
	margin: 0px 0px 20px 0px;
	}

.form-required {
	color:#887E00;
	}
	
.webform-component input[type=text] {
	border: 1px solid #d0d0d0;
	padding: 3px;
	}

.webform-component textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 10px 0;
	border: 1px solid #d0d0d0;
}

#accordion ul.edit, ul.edit {
	display:block;
	/* width:40px; */
	height:16px;
	overflow:hidden;
	padding: 0px;
	margin:0px 0px 5px 0px;
	border:none;
	}
	
.section-karriere ul.edit {
	display:inline;
	width:16px;
	height:16px;
	overflow:hidden;
	padding: 0px;
	margin:0px 0px 0px 0px;
	border:none;
	}

ul.edit li {
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border:none;
	}
	
ul.edit li a {
	margin:0px;
	padding: 0px 0px 0px 16px;
	background:transparent url('images/edit.png') no-repeat top left;
	border: none;
	height:16px;
	}