/* Styles
----------------------------------*/

.logo{
	
}

.faq a{
	color: #9b9b9b;
}

.faq a:hover{
	color: #636467;
}

.nav{
	padding-top:15px;
	font-size:100%;
	
}

.turntool{
	height: 368px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 622px;
}

.right-image{

}

.right{
	height: 208px;
	background-color: #666666;
	
}

.content{
	height: 208px;
}

.footer{
	text-align: center;
	padding-top:16px;
	font-size: 11px;
	color: #000000;
}

.right-inner{

	padding:30px;
	padding-top:25px;
	width: 244px;
	color: #ffffff;
	font-size: 11px;
}

ul, li{
	margin: 0px;
	padding: 0px;

}

.colls ul{
	margin-left: 20px;
}

.min-col{
	
	background-color: #ffffff;
	
}

.right-inner .input{
	width:64px;
	height: 14px;
	font-size: 10px;
	padding:0px;
	margin: 0px;
	background-image: url(images/kvm_input_bg.jpg);
	border:none;
	text-align: right;
	padding-top:2px;
}

.icons{
	padding-bottom: 25px;
}


.altan-row{
	padding-bottom:16px;
	padding-top:5px;
}

#altanform{
	
}

#balkonformer{
	text-align: center;
}

#balkonicon td{
	text-align: right;
}

#balkonform img{
	padding-bottom: 10px;
}

.sizetable{
	width: 384px;
	font-size:10px;
}

.sizetable td{
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding:0px;
	margin:0px;

}

.sizetable tr{
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding:0px;
	margin:0px;

}

.cheackbox{
	background-image: url(images/checkbox.gif);
	border:none;
}

.colls{

}

.gray{
	background-color: #cbcbcb;
	width: 270px;
	padding:17px;
	margin-bottom: 17px;
	
}


.green{
	background-color: #cada9b;
	width: 270px;
	padding: 17px;
	
}

p.che{
	margin-top:2px;
}

.largei,.short,.longf,.medium{
	height: 14px;
	border: none;
	background-image: url(images/bestil-bg.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-bottom: 1px;
}

.bt,.bt:active{
	background-image: url(images/bestil-text.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 256px;
	margin:0px;
	padding: 0px;
	border:none;
	margin-bottom: 2px;
}
	
.largei{
	width:256px;
}

.short{
	width: 60px;
}

.longf{
	width: 192px;
}

.medium{
	width: 126px;
}

.right .span-3 input{
	background-image: url(images/span-3-input.jpg);
	background-repeat: no-repeat;
	width: 112px;
	height: 14px;
	border:none;
	
}

/* Tabs
----------------------------------*/
.ui-tabs {
	zoom: 1;
	padding-bottom: 16px;
}

.ui-tabs .ui-tabs-nav { 
	list-style: none; 
	position: relative; 
	padding: 1px .0em 0;
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 2px -1px 0;
	padding: 0; 
}

.ui-tabs .ui-tabs-nav li a {
	background-repeat: no-repeat;
	background-image: url(images/tab-not.gif);
	float: left;
	text-decoration: none;
	width:80px;
	height: 14px;
	font-size: 10px;
	padding-top:2px;
	color: #000000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0px; 
	border-bottom-width: 10; 
	background-repeat: no-repeat; 
	background-image: url(images/tab-sel.gif);
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text; 
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer; 
	color: #000000; 
	text-align: center; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */


.ui-tabs .ui-tabs-panel { 
	margin-top:16px; 
	display: block; 
	border-width: 0; 
	background: none; 
	height: 169px;
	width: 603px;
	border-style: solid;
	border-width: 1px;
	border-color: #989898; 
	color: #000000; 
	padding:10px;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

/* Tab selected and hover */ 
.ui-tabs .ui-tabs-nav li a:hover,.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	background-repeat: no-repeat;
	background-image: url(images/tab-sel.gif);
}

/* Menu
-----------------------------------*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav  {
	display: block;
	
	color: #000000;
	text-decoration: none;
}

#nav .toplevel { 
	float: left;
	padding-right: 35px;
}

#nav li{ /*all list el*/
	margin-bottom:10px;
}

#nav li.toplevel ul{ /* second-level lists */
	background: #fff;

	position:absolute;
	width: 200px;
	padding:5px;
clear: both;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li.toplevel ul a{
	color: #636467;
}

#nav li.toplevel:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Projekter
-----------------------------------*/

.project-image{
	margin: 10px;
	border: solid;
	border-width: 5px;
	border-color: #fff;
	position: static;
}
.project-image:hover{
	margin: 10px;
	border: solid;
	border-width: 5px;
	border-color: #ccc;
}

.tt-image{
	margin: 0px;
	padding: 0px;
}
.tt-pris, .tt-pris a{
	position: absolute;
	margin: 0px;
	top:450px;
	background-color: #ffffff;
	font-size: 200%;
	padding: 10px;
}

.projekt-images{
	margin-left: 20px;
}
