* {
  margin:0;
  padding:0;
}

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif, Verdana;
  font-size:small;
  color:#000;
	background: white none repeat-x;
	margin-top: -5px;
}

#global {
  width:600px;
  margin:0 auto;
  padding:50px;
}

#header {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position:relative;
	width: 600px;
	text-align: right;
	float: right;
	height: 75px;
	cursor: pointer;
}

#header h1 a {
  font-size: 36px;
  display:block;
  width: 238px;
  height: 46px;
	text-align: right;
	background: url(images/logo.png) no-repeat;
	float: right;
}

#header h1 a span {
  font-size: 36px;
  height: 46px;
  display:none;
}

#description {
  position:absolute;
  right:0;
  top:0;
  width: 400px;
  text-align: right;
  color:#666666;

  font-size: 11px;
  line-height: 18px;
	margin-top: 15px;
}

#link {
  height:217px;
	margin-top: -30px;
}

.bubbleInfo {
  width: 200px;
  height: 200px;
  float:left;
  position:relative;
  
}

.hidebubbleInfo {
  width: 200px;
  height: 200px;
  float:left;
  position:relative;
}


.popup {
  display: none; 
  position: absolute;
  width: 200px;
  height: 150px;
  color:#666666;

  font-size: 11px;
  line-height: 15px;
  background:url(images/tooltip.png) no-repeat;
  z-index:2;
  overflow:hidden;
	margin-top: -210px;
	padding: 19px 24px 24px;
	margin-left: -40px;
}

.hidepopup {
  visibility: visible; 
  position: absolute;
  width: 135px;
  height: 150px;
  color:#666666;

  font-size: 11px;
  line-height: 14px;
  background:url(images/tooltip.png) no-repeat;
  z-index: 0;
  overflow:hidden;
	margin-top: -240px;
	padding: 19px 24px 24px;
	margin-left: -30px;
}

.hidepopupleft {
  visibility: visible; 
  position: absolute;
  width: 135px;
  height: 150px;
  color:#666666;

  font-size: 11px;
  line-height: 15px;
  background:url(images/tooltipleft.png) no-repeat;
  z-index: 0;
  overflow:hidden;
	margin-top: -210px;
	padding: 19px 24px 24px;
	margin-left: 0px;
}

#single {
	text-align: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}

#content {
  text-align: left;
  width:370px;
  float:left;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

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

#single h3 {
  color:#666666;

  padding:0 0 10px;
	font: 13px Georgia, "Times New Roman", serif;
}

.entry h2 {
  font-size: 15px;
	color: #262626;
	margin-bottom: 4px;
}

.entry_body {
  line-height: 18px;
  color:#666666;

	text-align: left;
}

.entry_body p {
	padding-left: 0;
	padding-bottom: 2px;
	padding-right: 0;
	padding-top: 2px;
}

.entry_body img {
  line-height:0;
}

.entry_body img.left {
  float:left;
  margin:9px 15px 0 0;
}

#work {
  padding:15px 0;
  margin:15px 0 0;
  border-top: 1px solid #ddd;
}

#sidebar p, #sidebar li {
  font-size:11px;
  color:#666666;

  line-height:16px;
}

#sidebar h4 {
  font-size:12px;
  color: #262626;
	margin-bottom: 4px;
}

#sidebar ul#agb {
  margin-top: 5px;
  list-style-type:none;
}

ul#agb li {
  padding-left: 80px;
  padding-bottom: 19px;
  padding-right: 0;
  padding-top: 0;
  display:block;
  position:relative;
}

ul#agb li img {
  position:absolute;
  top:0;
  left:0;
	float: left;
}

ul#agb li p {
  padding:0 0 0 0;
}

#sidebar .anleitung {
  position:relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 8px 0 12px;
}

#sidebar .kunden {
  position:relative;
  margin:8px 0;
  border-top: 1px solid #ddd;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 10px;
}

#kontakt {
 position:relative;
  margin: 8px 0 12px;
  border-top: 1px solid #ddd;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#kontakt_liste li {
  line-height:18px;
  font-size:11px;
}

#footer {
  font-size: 10px;
  color:#666666;

  padding: 20px 0 0;
  text-align: left;
   border-top: 1px solid #ddd;
}

.spacer {
  clear:both;
}

a {
  color: #8196b1;
  text-decoration:none;
}

img {
  border:none;
}



#basic-accordian{
	margin-top: -5px;
	background-color: white;
	margin-bottom: 20px;
	border-style: none;
	width: 370px;
	z-index:2;
}

.accordion_headings{
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	color: #191919;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
}

.accordion_child{
	background-color: white;
	padding-bottom: 20px;
	padding-top: 20px;
}

.header_highlight{
}

.c3{
	margin-top: -12px;
	font-size: 95%;
	line-height: 12px;
}

.contact{
	color: gray;
}