body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.45;
	width: 100%;
	text-align: center;
}

body#ContentPage {
	overflow: -moz-scrollbars-vertical;
}

/* basic Formats */

div, span, td, 
form, input, textarea, fieldset,
ul, ol, li, img,
p, h1, h2, h3, a {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

a, h1, h2 {
	letter-spacing: 0.6pt;
}

/* p, h3 hat kein letterspacing! */


/* ************************************************
* WRAPPER Format
************************************************ */

#wrapperNavi, 
#wrapperContent01, 
#wrapperContent02 {
	position: relative;
	width: 790px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrapperContent02 {
	width: 775px;
}

/* ************************************************
* BG + Logo
************************************************ */

#navigationPage {
	background: url(img/bg.gif) repeat-x;
}

#logo {
	position: absolute;
	top: 37px;
	left: 0px;
}


/* ************************************************
* Navigation :: START
************************************************ */

#naviMain {
	position: absolute;
	left: 0px;
	top: 150px;
}

ul {
	list-style: none;
	line-height: 12px;
}

#naviMain li img {
	margin-bottom: 11px;
}

#naviMobile {
	padding-top: 178px;
	margin-right: 20px;
	text-align: right;
}

#naviMeta {
	display: block;
	padding-top: 8px;
	margin-right: 20px;
	text-align: right;
}

#naviMeta ul {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#naviSub {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
}

#naviSub ul {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

/* Link Formats */

a { 
	color: #6E6E6E;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #111111;
}

/* ul a.unselected { color: #6E6E6E; } */
ul a.selected { color: #111111; }
.depChemie ul a.selected { color: #A3A8AA; }
.depLifeScience ul a.selected { color: #7AB033; }
.depScience ul a.selected { color: #7AB033; }
.depTechnik ul a.selected { color: #4C66A0; }
.depRecht ul a.selected { color: #879ED7; }
.depConsultants ul a.selected { color: #4C66A0; }


/* naviMain Column Definitions */

.naviColumn {
	float: left;
}

#column01 { width: 170px; }
#column02 { width: 184px; }
#column03 { width: 170px; }

/* Flash Content */

.flashfile {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.SWFwide { left: 288px; }
.SWFhome { left: 0px; }
.SWFhigh { left: 470px; }
.SWFrecht { left: 462px; }

/* ************************************************
* Content :: START
************************************************ */

#Content {
	position: relative;
	top: 0;
	left: 0;
	margin: 2px 0px 18px 170px;
	width: 605px;
	overflow: visible;
}

.homePage #Content {
	margin: 12px 0px 0px 66px;
	width: 722px;
}

/* Spaltendefinitionen */

.leftColumn {
	padding: 1px;
	float: left;
	display: inline;
	width: 330px;
}

	.homePage .leftColumn {
		width: 380px;
	}
	.leftColumn.wide,
	.leftColumn.publicationList {
		width: 600px;
	}
	.veroefDetail .leftColumn {
		width: 600px;
	}

.rightColumn {
	padding: 1px;
	margin-left: 120px;
	width: 378px;
}

	.homePage .rightColumn {
		float: left;
		display: inline;
		margin-left: 55px;
	}
	
	.jobPage .rightColumn {
		padding-top: 64px;
		margin-left: 362px;
		width: 235px;
		border: 1px solid red;
	}

/* Bilder - Spalten */

.leftColumnImageCol {
	padding-top: 0px;
	position: relative;
	margin-left: -170px;
	float: left;
	display: inline;
	width: 235px;
}

.officePage .leftColumnImageCol {
	padding-top: 24px;
}

.rightColumnImageCol {
	padding-top: 0px;
	margin-left: 362px;
	width: 235px;
}

.homePage .rightImageCol {
	position: absolute;
	top: 0;
	left: 448px;
	width: 260px;
}

/* float formate */

.endFloat {
	display: block;
	clear: left;
}

.endFloat { height: 22px; }
.endFloat.mini { height: 1px; }
.endFloat.small { height: 3px; }
.homePage .endFloat { height: 12px; }
li .endFloat { height: 1px; }

/* Content - Textformate */

h1 {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #111111;
}

	.leftColumn h1 { margin: 35px 0px 9px 0px; }
	.rightColumn h1, .attorneyPage .rightColumnImageCol h1 { margin: 30px 0px 12px 0px; }
	.rightColumnImageCol h1 { margin: 0px 0px 12px 0px; }
	.officePage .rightColumn h1 { margin: -12px 0px 12px 0px; }
	
	h1.thinHead {	font-weight: normal; margin: 0px 0px 0px 0px; }
	.veroefDetail h1.thinHead {	margin: -4px 0px 20px 0px; }

em {
	font-style: normal;
	letter-spacing: 2pt;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}

	.depChemie .department, .depChemie h2 { color: #A3A8AA; }
	.depLifeScience .department, .depLifeScience h2 { color: #7AB033; }
	.depScience .department, .depScience h2 { color: #7AB033; }
	.depTechnik .department, .depTechnik h2 { color: #4C66A0; }
	.depRecht .department, .depRecht h2 { color: #879ED7; }
	.depConsultants .department, .depConsultants h2 { color: #4C66A0; }

	
	.publicationList h2 {
		display: block;
		border-bottom: 1px solid #E6E6E6;
		margin: 0px 0px 0px 0px;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 20px 0px;
}

#Content .thinType {
	font-weight: normal;
}

.subtitle {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	line-height: 13px;
	color: #6E6E6E;
}

/* LI Allgemein */

#ContentPage li {
	line-height: 14px;
	padding: 0px 0px 2px 0px;
}

/* LI Anwälte */

#ContentPage .contentList li,
#ContentPage.pubDetail li {
	padding: 0px 0px 2px 9px;
	background: url(img/list.gif) no-repeat 0 1px;
}

#ContentPage.pubDetail ul {
	position: relative; 
	margin: -15px 0px -10px 0px;
	padding: 0;
}

/* LI Veröffentlichung */

#ContentPage .publicationList li,
#ContentPage .jobList li {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0px 14px 0px;
}

#ContentPage li.pubLeft {
	padding-right: 118px;
}

#ContentPage li.pubRight {
	padding-left: 118px;
}

.publicationList p {
	margin: 0;
}
.publicationList a {
	margin: 0px 0px 0px 8px;
}

.jobList p {
	margin: 12px 0px 0px 0px;
}

.anfahrtsskizze {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 7px;
}

.pdfDownload {
	float: right;
}

a.pdfLink {
	position: relative;
	display: block;
	text-align: right;
	margin: -15px 0px 0px 365px;
}

.pdfDownload a {
	margin-left: 20px;
}

.linkBild {
	float: left;
	display: inline;
	margin-right: 12px;
}

/* LI Newsflash */

.newsflash {
	border: 1px solid #E7E7E7;
	margin: 18px 2px 12px 0px;
	padding: 8px 8px 8px 8px;
}

.newsflash h3 {
	position: relative;
	margin: -8px -8px 0px -8px;
	padding: 2px 0px 2px 8px;
	background-color: #E7E7E7;
}
.newsflash a {
	text-decoration: underline;
}

#ContentPage .newsflash li {
	display: block;
	padding: 6px 0px 2px 0px;
	line-height: 16px;
}

/* LI Seminar */

.seminar {
	border: 1px solid #E7E7E7;
	margin: 18px 2px 12px 0px;
	padding: 8px 8px 8px 8px;
}

.seminar h3 {
	position: relative;
	margin: -8px -8px 0px -8px;
	padding: 2px 0px 2px 8px;
	background-color: #E7E7E7;
}
.seminar a {
	text-decoration: underline;
}

/* LI Events */

.events {
	border: 1px solid #E7E7E7;
	margin: 18px 2px 12px 0px;
	padding: 8px 8px 8px 8px;
}

.events h3 {
	position: relative;
	margin: -8px -8px 0px -8px;
	padding: 2px 0px 2px 8px;
	background-color: #E7E7E7;
}
.events a {
	text-decoration: underline;
}

#ContentPage .newsflash li {
	display: block;
	padding: 6px 0px 2px 0px;
	line-height: 16px;
}

/* Content Formulare */

fieldset {
	padding: 8px 0px 8px 4px;
	border-bottom: 1px solid #E7E7E7;
}

.floatLeft {
	float: left;
	display: inline;
	margin-right: 7px;
}

.floatRight {
	float: right;
	display: inline;
	margin-right: 7px;
}

fieldset br {
	clear: left;
}

label {
	margin: 6px 0px 0px 0px;
	display: block;
	font-size: 11px;
}

.formtext {
	margin: 0px 0px 6px 0px;
	display: block;
	font-size: 11px;
}

.attend label {
	display: inline;
}

input {
	width: 317px;
	border: 1px solid #111111;
}

span input {
	width: 154px;
}

input#titel {
	width: 115px;
}

input.radio {
	width: auto;
	border: 0;
}

input.number {
	width: 20px;
}

textarea {
	width: 317px;
	border: 1px solid #111111;
}

/* Select - Navigationen */

.selectAttorney {
	display: block;
	margin: 0px 12px 22px 0px;
	padding: 6px 9px 9px 9px;
	border: 1px solid #A3A8AA;
}

.selectAttorney label {
	display: block;
	margin: 0px 0px 6px 0px;
}

.selectAttorney select {
	font-size: 10px;
	padding: 1px 0px;
}

/* ************************************************
* Footer *
************************************************ */

.footer {
	display: block;
	clear: left;
	text-align: left;
	padding: 3px 0px 4px 20px;
	border-top: 1px solid #E7E7E7;
	color: #6E6E6E;
}

.footer a {
	font-weight: normal;
	letter-spacing: normal;
	color: #6E6E6E;
	padding: 0px 3px 0px 3px;
}

.footer .sprungmarke {
	float: right;
	padding: 0px 9px 0px 9px;
	background: url(img/top.gif) no-repeat 0 3px;
}

.homePage .footer {
	margin: 80px 0px 0px 0px;
}

.telefonabstand {
	display: block;
	width: 42px;
	float: left;
	margin-bottom: -1px;
}

.ColumnRegform {
	padding: 1px;
	float: left;
	display: inline;
	width: 440px;
	margin-left: 170px;
}

.ColumnRegform input {
	width: 420px;
	border: 1px solid #111111;
}

.ColumnRegform span input {
	width: 205px;
}

.ColumnRegform textarea {
	width: 420px;
	border: 1px solid #111111;
}

.ColumnRegform input.radio {
	width: auto;
	border: 0;
	float: left;
}
.ColumnRegform2 {
	padding: 1px;
	float: left;
	display: inline;
	width: 440px;
	margin-left: 0px;
}

.ColumnRegform2 input {
	width: 420px;
	border: 1px solid #111111;
}

.ColumnRegform2 span input {
	width: 205px;
}

.ColumnRegform2 textarea {
	width: 420px;
	border: 1px solid #111111;
}

.ColumnRegform2 input.radio {
	width: auto;
	border: 0;
	float: left;
}

.pubLeft a {
	margin: 0px 0px 0px 0px;
}

