/* Basic */

html{
	height: 100%;
}

body {
	background-color: #fff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	/* font-family: Minion Pro, Garamond, "Times New Roman"; Times, serif;*/
	font: .95em "Georgia", Times, serif;
	line-height: 24px;
}

/* 2 Spalten Layout
.col {
	position: relative;
	float: left;
	display: block;
	height: auto !important;
	height: 10px; 
	min-height: 10px;
	}
	.twoColLeft { width: 255px; padding-right: 0px; }
	.twoColRight { width: 400px; }
*/

/* Layout */

img#home{
	position:absolute;
	border: 0px;
	width: 250px; height: 80px; 
  	margin: 80px 0px 0px 0px;
  	z-index: 2;
}

img#leistung{
	position:absolute;
	border: 0px;
	width: 80px; height: 80px; 
	left:358px
  	z-index: 3;
}
	

img#headimage{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img#tipp {
	position:absolute;
	border: 0px; 
  	margin: 934px 0px 0px 70px;
  	z-index: 1;
}

#pricelist {
  	position:absolute; 
  	margin: 45px 0px 0px 800px; 
}

#pricelist a {
	color: #ccc;
	text-decoration: none;
	font-size: .9em;
}

#pricelist a:hover {
	color: #000;
	text-decoration: underline;
	font-size: .9em;
}

#imprint {
  	position:absolute; 
  	margin: 45px 0px 0px 875px; 
}

#imprint a {
	color: #ccc;
	text-decoration: none;
	font-size: .9em;
}

#imprint a:hover {
	color: #000;
	text-decoration: underline;
	font-size: .9em;
}

#maincontainer {
	position: relative;
	top: 0px;
	left: 50%;
	width: 1000px;
	margin: 0px 0px 30px -500px;
	padding: 0px;
}

#navcontainer{
	position: absolute;
	top: 175px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}

#navcontainer a{
	color: #fff;
	text-decoration: none;
	/* border-right: #fff solid; */
}

#navcontainer a:hover{
	color: #fff;
	text-decoration: underline;
}

#navcontainer ul {
  display: block;
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}


#teamtext{
	position: relative;
	width: 655px;
	height: auto  !important;
	margin: 5px 90px 50px 0px;
	padding: 0px;
}

/* 2 Spalten Layout
#teamtext {
	width: 655px;	
	float: left;
	margin: 5px 90px 50px 0px;
	padding: 0px;	
	height: auto !important;
	height: 300px;
	min-height: 300px;
	}	
	#left-column {	width: 255px; margin-right: 0px; }	
	#right-column {	width: 400px; }
	#main h2 { margin-bottom: 20px; }
*/

img.left {
      	float:left;
      	margin:15px 15px 20px 0px;
      	border:none;
}

#teamphoto{
	position: relative;
	width: 255px;
	height: auto;
	margin: 5px 90px 50px 0px;
	padding: 0px;
	float: left;
}

#teamtext ul li{
	margin: 0px 0px 3px 0px;
	list-style-type: square;
}

#textholder{
	width: 655px;
	height: auto;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#partner{
	position: absolute;
	width: 655px;
	left: 350px;
	height: auto;
	top: 100px;
	margin: 100px 0 0 0;
	padding: 0px;
}

#partner a {
	padding: 0 50px 0 0;
}

#textholder a {
	color: #000;
	text-decoration: underline;
}

#textholder a:hover {
	color: #000;
	text-decoration: none;
}

#textholder ul li{
	margin: 0px 0px 3px 0px;
	list-style-type: square;
}

#sidebar{
	position: relative;
	background-color: #000;
	left: 0px;
	width: 220px;
	height: auto;
	margin: 50px 102px 0px 0px;
	padding: 10px;
	float: left;
	color: #fff;
}

#solution{
	color: #CC0000;
}

img#orientation{
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

a{
	color: #fff;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

p {
	font-style:italic;
	color: #000;
	font-size: .9em;
	line-height: 20px;	
}

button {
	font: 1em "Georgia", serif;
	font-style: italic;
	border: none;
	color: #0000FF;
	background-color: #fff;
}

button:hover { 
	color: #000;
	/* background-color: #0099FF; */ 
	text-decoration: underline;
}

.copy {
  margin: 0px auto;
  text-align:center;
  margin-top:50px;
  font-size: .7em;
  color: #CCC;
}

h6 {
  font-size: .7em;
  padding-left:15px;
  margin-top:-5px;
  height:16px;
  font-weight:normal;
  color:gray;
}

#myGallery {
	width: 100%;
	height: 600px;
}

#myGallery img {
	border: 1px solid #000;
}

a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}

.spacegallery img {
	position: absolute;
	left: 50%;

}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}

