/*------cliq style sheet------- */
body{
  background:#FFF;
  color:#666;
  font: 10px  Arial, Verdana, Helvetica, sans-serif;

}
a:link, a:visited, a:active{ 
	color:#666;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #CCC;
	text-decoration: none;
}
h2{
  color:#666;
  font-size:10px;
  text-indent:5px;
}
span{
  color:#666;
}
.square{
  position:absolute;
  left:218px;
  height:5px;
  width:5px;
  top:63px;
  overflow:hidden;
  display:block;
}
.square img{
  border-width:0px;
  height:5px;
  width:5px;
}
.botBan{
 position:absolute;
 	left:310px;
	bottom:50px;
  width:500px;	
   background:url(../img/bincliq.png) bottom right no-repeat;
}
#rectangle{
  font-size:5px;
}
a#rectangle:link, a#rectangle:visited, a#rectangle:active{
  background-color:#999;
}
a#rectangle:hover, a#rectangle:hover:visited{
  background-color:#CCC;
}
.navleft{
  position:absolute;
  left:150px;
  top:80px;
  width:160px;
  height:400px;
}
.navleftKleckl{
  position:absolute;
  top:0px;
  left:35px;
  background:url(../img/kleckl.jpg) bottom no-repeat;
  width:70px;
  height:70px;
  z-index:0;
}
.navleftList{
  position:relative; 
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  z-index:20;
}
.navleftList div{
  padding-left:0px;
  width:140px;
  border-top:#999 2px dotted;
  border-left:#999 2px dotted;
}
.navleftList li{
  list-style-type:none;
  text-indent:5px;
}

.content{
  position:absolute;
  top:80px;
  left:310px;
  width:500px;
  background:#FFF;
  border-top: #999 2px dotted;
  border-right:#999 0px dotted;
    z-index:5;
}
.content h1{  
  position:relative;
  left:423px;
  font: 12px  Arial, Verdana, Helvetica, sans-serif;
}
.contentText{
  text-align:justify;
  padding-right:5px;
}

/*contact*/
form input, form textarea{
  border:#999 1px solid;
  background-color:#FFF;
  color:#666;
  font: 10px  Arial, Verdana, Helvetica, sans-serif;
  position:relative;
  left:50px;
  width:200px;
}
form button{
  border:#999 1px solid;
  background-color:#FFF;
  color:#666;
  font: 10px  Arial, Verdana, Helvetica, sans-serif;
  position:relative;
  left:108px;
  width:40px;
  text-align:center;
  margin:2px 1px 2px 1px;
}
