/**
 * CSS-STYLESHEET FUER KLETTERN
 */

/**
 * ALLGEMEINER RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 0 0 0px;
  padding: 0;
  border: none;
  font-size: 1em;
  vertical-align: baseline;
}

body {
  color: #FFF;
  margin: 0 0 0 0px;
  background: #FFF;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  alink.color:#cfd6cf;
  link.color:#cfd6cf;`
  vlink.color:#cfd6cf;
  font-size:1em;
  
}


a {
  text-decoration: none;
  font-family:Verdana, Geneva, sans-serif;
  font:Verdana, Geneva, sans-serif;
  color:#cfd6cf
  font-size: 0.2em;
}

a:hover {
  text-decoration:inherit;
}


label {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

textarea {
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

.c {
  clear: both;
}


/**
 * ALLGEMEINE KLASSEN
 */
#localpixel {
  display: none;
}

#content {
  float:left;
  margin: 0 0 0 0px;
  width: 720px;
  float: left;
  top: auto;
	position: relative;
	z-index: 1000;
}

#content #text {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font:Verdana, Geneva, sans-serif;

  color:#cfd6cf
  width: 300px;
	position: absolute;
	top: 17px;
	left: 17px;
	z-index: 1000;
	font-size: smaller;
	width: 420px;
	height: 353px;
}

#imprint{
	position:absolute;
	left: 5px;
	top:  400px;
}


#left {
  float: left;
  width: 489px;
}

#right {
  float: right;
  width: 300px;
}


/*
  HELPER KLASSEN
*/
.percent100 {
  width: 100%;
}

.smaller{
	font-size:0.75em;
}

.bigger{
	font-size:1.2em;
}

.fett {
  font-weight: bold;
}

.nofloat {
  float: none;
}

/*
  META-NAVIGATION
*/
#meta ul {
  float: right; text-align:right; width:auto;
}

#meta ul li {
  float: left;
  font-size: 0.6875em;
 
  width: auto;
}

#meta a {
  color: #cfd6cf ;
}


#meta form a {
  font-size: 0.6875em;
  margin: 6px 10px 0 0;
}


/*
  HEADER
*/


#header img {
  float: left;
  margin: 0 0 0 0px;
	width: 720px;
	position: relative;
	z-index: 1000;
}

/* Navigation*/
#navigation {
	float: left;
	margin: 0 0 0 0px;
	width: 720px;
	position: relative;
	z-index: 1000;
}

#navigation ul {
	width: 116px;
	position: absolute;
	top: 10px;
	z-index: 1000;
	left: 177px;
	height: 17px;
}

#navigation ul li {
  float: left;
  display: block;
  width: 74px;
}


#navigation #home{
	left: 14px;
}

#navigation #body2Machine{
	left: 75px;
}

#navigation #machine2web{
	left: 125px;
}

#navigation #healthcurve{
	left: 184px;
}

#navigation #homecurve{
	left: 300px;
}


#navigation #sportscurve{
	left: 402px;
}

#navigation #personalcloud{
	left: 510px;
}

#navigation #contact{
	left: 640px;
}

