/* 
##  dreikelvin CSS Framework 3.5
##  
##  Author & Copyright: Robert Jung 2008
##  URL: http://design.dreikelvin.de/
##  
##  CSS for "dreikelvin design"
##
##
*/
/* ## XHTML basis elements ############################ start # */

body,html {
	
	margin:0;
	padding:0;
	height:100%;
	
}

br { clear:both; }



.hidden {  display:none;  }

div {

	margin:0;
	padding:0;
	float:none;
	width:100%;
	position:relative;

}

p {

	margin:0; 
	padding: 20px 0;

}

/* ## XHTML basis elements ########################### end ### */

/* ## main elements ################################## start # */

#mainwrapper {

	margin:0 auto;
	width:1024px;
	position: relative;
	min-height: 100%;
						
}


#header {
	
	height:211px;
	overflow:hidden;
	

}

#intro {

	position: absolute;
	top:47px;
	right:125px;
	width:400px;
	height:200px;

}

#index {  

	margin:0;
	padding:0;
	float:left;
	width:180px;
	height:80px; 		
	
}

#index a {

	display:block;
	width:100%;
	height:100%;
	text-indent:-99999px;

}



/* ## main elements ################################### end ### */

/* ## navigation ###################################### start # */

#main-nav, #slider .fnav, ul.social {

	list-style-type:none;
	margin:0;
	padding:0;
	height:29px;

}

#slider .fnav {

	position: relative;
	left:81px; 

}

#main-nav li, #slider .fnav li {

	float:left;
	height:100%;
	overflow:hidden;
	text-indent: -99999px;
	overflow:hidden;
	

}

#slider .fnav li {

	margin-right:25px;

}

#slider .fnav li a{ 

	width:100%;
	height:100%;
	display: block;

}


#contactlink {

	position: absolute;
	margin-right:0;
	left:794px;
	top:77px;
	right:150px;
	height:36px;
	text-indent:-999999px;
	z-index: 1;

}

#thumb-wrapper {

	height:170px;
	width:820px;
	top:20px;
	left:100px;
  	overflow-y: auto;
  	overflow-x: hidden;
  	clear: left;  

}

.scrollContainer div.panel {
  padding: 0 20px 0 0;
  height: 210px;
  width: 830px; /* change to 560px if not using JS to remove rh.scroll */
}

#thumbs-web a, #thumbs-identity a, #thumbs-fotografie a {

	float:left;
	margin: 20px 30px 0 0;

}

#thumb-wrapper div a.last { margin-right:0; }

ul.social {

	display: block;
	margin:0 auto 20px auto;
	padding:0; 
	width:200px;
	z-index: 1;
	position: relative;


}

ul.social li { float: left; }

ul.social li.first { margin-right:10px; line-height:34px; }

.scrollButtons {

	width:26px;
	height:25px;
	display: block;
	text-indent: -99999px;

}

.left {

	position: absolute;
	top:124px;
	left:60px;

}

.right {

	position: absolute;
	top:124px;
	right:60px;

}


.bt-s1, .bt-s2, .bt-s3 {

	height:34px;
	float:left;
	text-indent: -999999px;

}

.bt-s1 { width:30px; }
.bt-s2 { width:40px; }
.bt-s3 { width:44px; }

/* ## navigation ###################################### end ### */



/* ## layout elements ################################# start # */

.float-left {  float:left;  }

.float-right {  float:right;  }

.centered {  text-align:center;  }

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


/* ## layout elements ################################# end ### */

/* ## element "boxes" ################################# start # */

#slider {

	top:80px;
	height:350px;
	margin-bottom:-50px;

}

.scrollContainer {

	width:400px;

}


.myform {

	width:690px;
	margin:0 auto;
	margin-bottom:100px;
	padding-bottom:30px;

}

.myform .text {

	padding:30px 30px 0 30px;
	float:none;
	width:auto;
	
}

#ZoomBox, #ZoomSpin { width:auto; }

#ZoomCapDiv table {

	margin: 0 auto;

}

.bubbles { height: 500px; }

.bubbles ul {

	width:366px;
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;	

}

.bubbles ul.bubble-a {

	margin-left:150px;

}


.bubbles ul li, .bubbles ul.bubble-b li { 

	padding-bottom: 20px; 
	
}

.bubbles ul li p {

	margin-top:20px;
	padding: 20px 65px 0 20px;

}

.bubbles ul.bubble-b li p {

	margin-top:20px;
	padding: 20px 20px 0 65px;

}


/* ## element "boxes" ################################ end ### */

/* ## element "footer" ############################### start # */

#footer {

	clear:both;
	width:1000px;
	height:156px;
	position: relative;
	margin-top: -7.2em;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;

}

#footer p {

	width:auto;
	margin-top: 126px;
	margin-left:300px;
	padding:0;
	float:left;

}

#footer p.specs {
	
	margin-left:20px;
	padding-right:20px;

}

/* ## element "footer" ############################### end ### */

/* ## forms ########################################## start # */

fieldset { border:none; }

input, textarea, select {

	width:98%;
	padding:4px;
		
}

select { width:51%; }

input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {


}

button {

	padding: 10px 30px;

}

button:hover {

	padding: 9px 29px;

}

label input { width:auto; }

/* ## forms ########################################## end ### */

