/* @override 
	http://0.0.0.0:3000/stylesheets/magic.css
	http://localhost:3000/stylesheets/magic.css
*/

html {
	height: 100%;
}

input.button {
	background-image: url(../images/button.png);
	border-style: none;
	width: 112px;
	height: 29px;
	color: white;
	cursor: pointer;
	letter-spacing: -1px;
	font: bold 12px/23px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

.contact table td {
	vertical-align: top;
}

.form_field {
	width: 425px;
	padding: 2px;
	margin: 1px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	border-width: 1px;
	border-style: inset;
}

.form_field:hover, .form_field:focus, .contact table textarea:hover, .contact table textarea:focus {
	border: 1px solid #c2db6e;
	outline: none;
}

ol.mail_errors {
	
}

.contact table textarea {
	width: 425px;
	padding: 2px;
	margin: 1px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	height: 100px;
	border: 1px solid #d0d0d1;
}

td.align-right {
	text-align: right;
}

div.fone_big {
	font: bold 20px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	padding-bottom: 24px;
	letter-spacing: -1px;
}

input.book {
	background: url(../images/book_button_new.gif) no-repeat -1px -1px;
	height: 29px;
	width: 79px;
	border-width: 0;
	border-style: none;
}

div.bookform_field {
	float: left;
}

div.customer_data {
	margin-bottom: 2em;
}

div#workshops_to_book {
	padding-right: 5px;
	width: 490px;
	overflow: auto;
}

form {
	margin-bottom: 40px;
	clear: both;
}

div.more_workshops_list {
	margin-bottom: 30px;
}

.more_workshops_list a {
	z-index: 0;
	position: relative;
}

.more_workshops_list .workshop_detail_overlay {
	z-index: 10;
	position: absolute;
	width: 350px;
}

.workshop_detail_overlay table.paket {
	margin: 10px;
}

.workshop_detail_overlay td.paket_text {
	padding: 0;
}

.workshop_detail_overlay div.paket_description {
	margin: 0;
	float: none;
	width: auto;
}

.workshop_detail_overlay div.paket_name_head {
	margin: 0;
	float: none;
	width: auto;
}

div.bookform_row {
	width: 527px;
	height: 41px;
}

input#customer_hausnummer {
	width: 70px;
}

textarea#booking_comment,
textarea#customer_kommentar {
	width: 303px;
	height: 10em;
	margin-top: 2px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	border-style: inset;
	border-width: 1px;
	padding: 2px;
}

input#customer_strasse {
	width: 220px;
	margin-right: 5px;
}

#errors {
	color: orange;
	list-style-type: none;
	padding: 0;
}

#errors li {
	font-weight: bold;
}

div.bookform_field input {
	width: 145px;
	margin-right: 5px;
}

input.field {
	border-width: 1px;
	padding: 2px;
}

input.field.date {
}

div.bookform_field input.long {
	width: 225px;
}

div.fieldWithErrors {
	display: inline;
}

div.fieldWithErrors label {
	color: maroon;
}

div.bookform_field input.short {
	width: 65px;
}

input#customer_plz {
	width: 60px;
}

input#customer_stadt {
	width: 230px;
}

a img {
	border-style: none;
}

#main_content form div.more_workshops_list a.tooltip img {
	border-style: none;
}

div.remove_from_list {
	float: right;
	padding-top: 4px;
	padding-right: 1px;
}

div.workshop {
	overflow: auto;
	margin-bottom: 12px;
}

.workshop div.paket_description {
	float: left;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
}

body {
	background: url(../images/BG_Pattern.gif) repeat;
	color: #363537;
	font: 12px/16px Tahoma, "Lucida Sans", Arial;
	margin: 0;
}

div#page {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

a:link, a:visited {
	color: #363537;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #363537;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin: 0;
	margin-bottom: 15px;
	font: bold 22px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
	color: #363537;
}

h2 {
	font: bold 16px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
	color: #99be3f;
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 14px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	padding: 0;
	color: #363537;
	letter-spacing: -1px;
	margin: 1em 0 1.5em;
}

#panels h3 {
	margin-top: 0;
	margin-bottom: 1em;
}

.content_left {
	float: left;
	width: 353px;
	padding: 30px;
}

h6 {
	margin: 0;
	margin-bottom: 2px;
	font: bold 15px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
	color: #363537;
}

ol {
	margin-bottom: 12px;
	margin-top: 12px;
	display: block;
	list-style-position: outside;
	padding-left: 20px;
}

ol li {
	margin-bottom: 12px;
}

#main_content div.tip {
	border-style: none;
	margin-bottom: 26px;
	margin-top: 42px;
}

/* @group header */

div#header {
	width: 924px;
	height: 63px;
	color: white;
	border-bottom: 1px solid white;
	padding-top: 30px;
	padding-left: 40px;
	clear: both;
	background: url(../images/header_fading.gif) repeat-x;
}

#header a, #header img {
	border-style: none;
}

img#claim {
	margin-left: 468px;
}

/* @end */

div#colorstripe {
	width: 964px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
	background: url(../images/colorstripe.jpg) no-repeat;
	font-size: 0;
	line-height: 0;
}

/* @group topnavi */

div#topnavi_long {
	height: 38px;
	background-color: #717071;
	border-bottom: 1px solid white;
}

#topnavi_long ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#topnavi_long ul li {
	float: left;
	display: inline;
	height: 38px;
}

a.support_hilfe_big:link, a.support_hilfe_big:visited {
	width: 322px;
	height: 38px;
	background: url(../images/support_hilfe_big.gif) no-repeat left center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

a.support_hilfe_big:hover, a.support_hilfe_big:active {
	width: 322px;
	height: 38px;
	background: url(../images/support_hilfe_big.gif) no-repeat -322px center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

a.support_beratung_big:link, a.support_beratung_big:visited {
	width: 322px;
	height: 38px;
	background: url(../images/support_beratung_big.gif) no-repeat left center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

a.support_beratung_big:hover, a.support_beratung_big:active {
	width: 322px;
	height: 38px;
	background: url(../images/support_beratung_big.gif) no-repeat -322px center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

span.support_beratung_active_big {
	width: 322px;
	height: 38px;
	background: url(../images/support_beratung_big.gif) no-repeat -322px center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

a.workshops_schulungen_big:link, a.workshops_schulungen_big:visited {
	width: 319px;
	height: 38px;
	background: url(../images/workshops_schulungen_big.gif) no-repeat left center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

a.workshops_schulungen_big:hover, a.workshops_schulungen_big:active {
	width: 319px;
	height: 38px;
	background: url(../images/workshops_schulungen_big.gif) no-repeat -319px center;
	border-style: none;
	display: block;
	margin-right: 1px;
}

a.kontakt_profil_big:link, a.kontakt_profil_big:visited {
	width: 321px;
	height: 38px;
	background: url(../images/kontakt_profil_big.gif) no-repeat left center;
	border-style: none;
	display: block;
}

a.kontakt_profil_big:hover, a.kontakt_profil_big:active {
	width: 321px;
	height: 38px;
	background: url(../images/kontakt_profil_big.gif) no-repeat -321px center;
	border-style: none;
	display: block;
}

div#topnavi {
	width: 573px;
	clear: both;
	position: relative;
	height: 62px;
}

#topnavi ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear: both;
	float: left;
}

#topnavi ul li {
	float: left;
	display: inline;
	width: 191px;
}

a.support_beratung:link, a.support_beratung:visited {
	width: 190px;
	height: 38px;
	background: url(../images/support_beratung.gif) no-repeat left center;
	border-style: none;
	display: block;
}

a.support_beratung:hover, a.support_beratung:active {
	width: 190px;
	height: 38px;
	background: url(../images/support_beratung.gif) no-repeat center center;
	border-style: none;
	display: block;
}

span.support_beratung_active {
	width: 190px;
	height: 38px;
	background: url(../images/support_beratung.gif) no-repeat right center;
	display: block;
}

a.support_hilfe:link, a.support_hilfe:visited {
	width: 190px;
	height: 38px;
	background: url(../images/support_hilfe.gif) no-repeat left center;
	border-style: none;
	display: block;
}

a.support_hilfe:hover, a.support_hilfe:active {
	width: 190px;
	height: 38px;
	background: url(../images/support_hilfe.gif) no-repeat center center;
	border-style: none;
	display: block;
}

span.support_hilfe_active {
	width: 190px;
	height: 38px;
	background: url(../images/support_hilfe.gif) no-repeat right center;
	display: block;
}

a.workshops_schulungen:link, a.workshops_schulungen:visited {
	width: 190px;
	height: 38px;
	background: url(../images/workshops_schulungen.gif) no-repeat left center;
	border-style: none;
	display: block;
}

a.workshops_schulungen:hover, a.workshops_schulungen:active {
	width: 190px;
	height: 38px;
	background: url(../images/workshops_schulungen.gif) no-repeat center center;
	border-style: none;
	display: block;
}

span.workshops_schulungen_active {
	width: 190px;
	height: 38px;
	background: url(../images/workshops_schulungen.gif) no-repeat right center;
	display: block;
}

a.kontakt_profil:link, a.kontakt_profil:visited {
	width: 190px;
	height: 38px;
	background: url(../images/kontakt_profil.gif) no-repeat left center;
	border-style: none;
	display: block;
}

a.kontakt_profil:hover, a.kontakt_profil:active {
	width: 190px;
	height: 38px;
	background: url(../images/kontakt_profil.gif) no-repeat center center;
	border-style: none;
	display: block;
}

span.kontakt_profil_active {
	width: 190px;
	height: 38px;
	background: url(../images/kontakt_profil.gif) no-repeat right center;
	display: block;
}

/* @end */

div#content {
	width: 964px;
	clear: both;
	border-bottom: 1px solid white;
	float: left;
	min-height: 622px;
	background: white url(../images/content_background.gif) repeat-y left top;
}

div#content_index {
	clear: both;
	border-bottom: 1px solid white;
	float: left;
	background: url(../images/index_bg.png) repeat-y;
}

div#content.online_support #main_content {
	background: url(../images/onlinesupport_bg.png) repeat-y;
	position: relative;
	padding-bottom: 60px;
	min-height: 850px;
}

div#content.online_support .online_support {
	width: 519px;
	position: relative;
	padding-bottom: 100px;
}

div#content.online_support .online_support div.text {
	background-color: rgba(255,254,254,0.5);
	padding: 15px 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 475px;
	margin-bottom: 0;
}

div#content.online_support .online_support div.download a {
	width: 175px;
	height: 56px;
	position: absolute;
	display: block;
	bottom: 0;
	background-image: url(../images/download_button.png);
}

div#content.online_support .online_support div.download.win a {
	right: 0;
	background-position: -175px -56px;
}

div#content.online_support .online_support div.download.mac a {
	left: 0;
	background-position: 0 -56px;
}

div#content.online_support .online_support div.download.win a:hover {
	background-position: -175px 0;
}

div#content.online_support .online_support div.download.mac a:hover {
	background-position: 0 0;
}

div#content.online_support .online_support div.text p {
	margin-top: 0;
}

div#online_support_icons {
	background-image: url(../images/online_support_icons.png);
	height: 268px;
	width: 513px;
	margin: 60px auto;
}

div#content.online_support div.page_head {
	background-color: rgba(255,254,254,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 22px 10px;
	width: 475px;
}

div#content.online_support div.page_head h1 {
	margin-bottom: 0;
}

div.text {
	margin-bottom: 15px;
}

div#welcome {
	float: left;
	margin-bottom: 65px;
}

div.text_with_heading {
}

#welcome h1 {
	font-size: 25px;
}

#contact_data h1 {
	height: 20px;
	font-size: 34px;
	margin-right: 20px;
}

div#neue_freiheit {
	background: none no-repeat;
	width: 310px;
	height: 21px;
	margin-bottom: 30px;
}

div#contact_data {
	width: 310px;
	height: 44px;
	background: none no-repeat;
	text-align: right;
	float: right;
	margin-top: 20px;
}

div#mood_picture_big {
	float: left;
	background: url(../images/mood_image_big.jpg) no-repeat;
	width: 551px;
	height: 573px;
}

div.content_right {
	float: left;
}

/* @group Box: TopRight */

div#top_panel {
	background: url(../images/termine_head.gif) no-repeat 0 top;
	padding: 30px 15px 25px;
	float: left;
	width: 208px;
}

div#top_panel.testimonial {
	background: url(../images/testimonials_head.gif) no-repeat 0 top;
	padding: 30px 15px 25px;
	float: left;
	width: 208px;
}

div#top_panel.standorte {
	background: url(../images/standorte_head.gif) no-repeat 0 top;
	padding: 30px 15px 25px;
	float: left;
	width: 208px;
}

div#top_panel.praesentation {
	background: url(../images/praesentationen_head.gif) no-repeat 0 top;
	padding: 30px 15px 25px;
	float: left;
	width: 208px;
}

div#top_panel.callback {
	background: url(../images/callback_head_yellow.gif) no-repeat 0 top;
	padding: 30px 15px 10px;
	float: left;
	clear: both;
	width: 208px;
}

.termin ul {
	padding: 0;
	list-style-position: inside;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.termin {
	border-bottom: 3px double #d0d0d1;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

div.termin h3 {
	letter-spacing: -1px;
	font: bold 12px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}

div.termin p {
	margin-top: 5px;
	margin-bottom: 7px;
}

div#show_all_dates {
	text-align: right;
}

a.all_dates_button {
	display: block;
	width: 95px;
	height: 19px;
	background: url(../images/all_dates_button.gif) no-repeat;
	float: right;
}

a.testimonials_button {
	display: block;
	width: 95px;
	height: 19px;
	background: url(../images/all_referenzen_button.gif) no-repeat;
	float: right;
}

/* @end */


/* @group tipps */

div#bottom_panel {
	background: url(../images/tips_head.gif) no-repeat 0 top;
	padding: 30px 15px 25px;
	float: left;
	clear: both;
	width: 208px;
}

div.tip {
	border-bottom: 3px double #d0d0d1;
	margin-bottom: 12px;
}

div.tip h3 {
	margin: 0 0 18px;
	padding: 0;
	color: #363537;
	letter-spacing: -1px;
	font: bold 14px/16px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

#topnavi ul ul {
	display: block;
	float: left;
	clear: both;
	width: 573px;
	background-color: #3a393b;
	margin-top: 1px;
	position: absolute;
	left: 0;
}

div#subfoot {
	color: #b1b1b1;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

#subfoot a {
	color: #b1b1b1;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#main_content div.page_head ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	display: block;
	width: 100%;
	height: 18px;
	font: 16px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
}

div.page_head ul li {
	float: left;
}

div.page_head a.active {
	color: #A2BA4A;
}

div.page_head a:hover, div.page_head a:active {
	color: #A2BA4A;
	text-decoration: none;
}

div.tip p {
	margin-top: 5px;
	margin-bottom: 7px;
}

div#show_all_tips {
	text-align: right;
}

a.all_tips_button {
	display: block;
	width: 79px;
	height: 19px;
	background: url(../images/all_tips_button.gif) no-repeat;
	float: right;
}

/* @end */

div#left {
	width: 574px;
	float: left;
}

div#main_content {
	padding-top: 30px;
	padding-left: 30px;
	float: left;
	padding-right: 15px;
	width: 528px;
	clear: both;
}

div#right {
	width: 390px;
	float: left;
}

div#panels {
	width: 238px;
	border-right: 1px solid white;
	float: left;
}

div#mood_picture {
	float: left;
	width: 151px;
	background: url(../images/mood_picture.jpg) no-repeat 0 top;
	height: 622px;
}

table.paket {
	margin-bottom: 30px;
	clear: both;
	margin-top: 20px;
}

td.paket_icon {
	width: 73px;
	vertical-align: top;
}

td.paket_text {
	padding-left: 30px;
	vertical-align: top;
	padding-right: 10px;
	width: 348px;
}

div.paket_description {
	width: 280px;
}

td.paket_book {
	width: 53px;
	vertical-align: top;
	padding-top: 2px;
}

td.paket_book a.book {
	background: url(../images/button.png) no-repeat 0 0;
	height: 29px;
	width: 112px;
	display: block;
	float: right;
	text-align: center;
	line-height: 29px;
	color: white;
}

a.book:hover {
	text-decoration: none;
}

div.paket_name_head {
	font: bold 16px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
	clear: both;
	width: 284px;
}

td.presentation_text {
	padding-left: 30px;
	vertical-align: top;
	width: 411px;
}

#bottom_panel div.tip h3 {
	font-size: 12px;
}

#top_panel div.termin div.termin_head {
	font-size: 12px;
}

.small_text {
	font-size: 10px;
	margin: 0;
}

div.paket_description p {
	margin: 5px 0;
}

div.paket_description ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	display: block;
}

div.paket_description ul li {
}

div.categorie_description {
	margin-bottom: 30px;
}

/* @group footer */

div#footer {
	width: 964px;
	clear: both;
	text-align: right;
	height: 35px;
	background: url(../images/footer_fading.gif) repeat-y;
	position: relative;
	bottom: 0;
}

div#footnavi {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

#footnavi ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

#footnavi ul li {
	float: left;
	display: inline;
	letter-spacing: -1px;
	font: 11px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	color: white;
}

#footnavi ul li a:link, #footnavi ul li a:visited {
	color: white;
	text-decoration: none;
	font: normal 12px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
}

#footnavi ul li a:hover, #footnavi ul li a:active {
	color: #363537;
	text-decoration: none;
	font: normal 12px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
}

/* @end */

.workshop_detail_overlay .overlay_arrow{
	width: 47px;
	height: 24px;
	background: url(../images/overlay_arrow.png) no-repeat;
	position: relative;
	top: 1px;
	z-index: 1;
	left: 10px;
}

div.overlay_content {
	border: 1px solid gray;
	background-color: white;
}

.bold {
  font-weight: bold;
}

#deutschlandkarte {
  position: relative;
  width: 210px;
  height: 279px;
  background: url(/images/deutschlandkarte.png);
  
}

#deutschlandkarte a {
  text-decoration: none;
  font-weight: normal;
  color: white;
}

div#deutschlandkarte a:hover .tooltip {
  display: block;
}

.tooltip {
	display: none;
	position: relative;
	margin-top: 10px;
	left: 10px;
	border: 2px solid #bbd65e;
	float: left;
	padding: 10px;
	background-color: #3f3b3b;
	opacity: 0.9;
}

/* @group Deutschlandkarte */

#deutschlandkarte a#maplink_hamburg {
	left: 89px;
	top: 45px;
	position: absolute;
  	width: 15px;
  	height: 15px;
}

#deutschlandkarte a#maplink_berlin {
	left: 162px;
	top: 74px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_bielefeld {
	left: 68px;
	top: 98px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_leipzig {
	left: 149px;
	top: 115px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_essen {
	left: 19px;
	top: 124px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_duesseldorf {
	left: 15px;
	top: 133px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_aachen {
	left: 6px;
	top: 149px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_frankfurt {
	left: 51px;
	top: 166px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_nuernberg {
	left: 115px;
	top: 192px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_karlsruhe {
	left: 51px;
	top: 207px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_stuttgart {
	left: 72px;
	top: 219px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_muenchen {
	left: 125px;
	top: 238px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_freiburg {
	left: 37px;
	top: 244px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_koeln {
	left: 37px;
	top: 150px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_luebeck {
	left: 104px;
	top: 33px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_duisburg {
	left: 8px;
	top: 123px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_muenster {
	left: 31px;
	top: 104px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_regensburg {
	left: 139px;
	top: 208px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_moenchengladbach {
	left: 5px;
	top: 135px;
	position: absolute;
  width: 15px;
  height: 15px;
}

#deutschlandkarte a#maplink_osnabrueck {
	left: 57px;
	top: 82px;
	position: absolute;
  width: 15px;
  height: 15px;
}

/* @end */

div.mitarbeiter {
	display:block;
	overflow: hidden;
	margin-bottom: 1em;
}

.mitarbeiter img {
	float: left;
}

.mitarbeiter h3 {
	font-weight: bold;
	padding-left: 15px;
	margin-left: 120px;
}

div#big_image {
	margin-top: -56px;
	margin-left: -30px;
	margin-bottom: 1em;
}

.mitarbeiter ul {
	padding-left: 150px;
}

div.mitarbeiter_backoffice {
	display:block;	
	padding-top: 35px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.mitarbeiter_backoffice img {

}

.mitarbeiter_backoffice p {

	font-weight: bold;
}

div.backoffice_team {
	width: 535px;
	height: 200px;
}

.clear {
clear:both;
}

.tooltip ul {
	margin: 0 0 0 20px;
	padding: 0;
}

div.referenz p {
	margin: -10px 0 10px;
}

div.referenz p.person {
	font-style: italic;
}

#main_content div.stundenplan img {
	float: left;
	margin-left: 15px;
}

#main_content div.stundenplan ul {
	float: left;
	margin-right: 44px;
	margin-top: 0;
}

#topnavi a {
	display: block;
	font: bold 14px/36px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	letter-spacing: -1px;
	background: url(../images/main_navi_bg.png) no-repeat;
	padding-left: 22px;
	color: #fff;
}

#topnavi a.active, #topnavi a.active:hover, #topnavi a.active:active {
	color: #98bd3f;
	background-position: right 0;
}

#topnavi a:hover, #topnavi a:active {
	text-decoration: none;
	background-position: center 0;
	color: #98bd3f;
}

#topnavi ul li ul li {
	height: 25px;
	float: left;
	display: inline;
	width: auto;
	background-image: none;
	border-right: 1px solid white;
}

#topnavi ul li ul li a {
	line-height: 24px;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 20px;
	background: url(../images/subnavi_arrow.png) no-repeat 7px -25px;
	font-weight: normal;
	font-style: normal;
}

#topnavi ul li ul li a:hover, #topnavi ul li ul li a:active {
	background-position: 7px 0;	
}

#topnavi ul li ul li a.active, #topnavi ul li ul li a.active:hover, #topnavi ul li ul li a.active:active {
	background-position: 7px -51px;
}

div.left {
	float: left;
	width: 270px;
	margin-right: 5px;
	border-right: 1px solid #000;
}

div.left p {
	clear: left;
}

div.right {
	float: left;
	width: 250px;
}

div.right p {
	clear: left;
}