
body {
	font-family: 'Inter', sans-serif;
	padding: 30px;
}

h1 {
	color: #b60b09;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
}

#container {
	width: 1020px !important;
	position: relative;
}

a.logout {
	position:absolute;
	right: 0;
	color: #287153;
} 

a.logout:hover {
	text-decoration: none;
}

#navigation {
	width: 1020px; height: 45px;
	background: url('./gfx/bg-navigation.png'); 
	border-radius: 4px;
}

#navigation .item {
	width: 170px;
	padding-left: 25px; line-height: 45px;
	float: left;
	font-size: 16px; color: #fff;
}

#navigation .item .number {
	width: 27px; line-height: 45px;
	margin: 0 8px 0 -7px;
	float: left;
	text-align: center; font-weight: bold;
	background: url('./gfx/navigation-stepnumber.png') 0 0;
}

#navigation .item .number.active {
	background: url('./gfx/navigation-stepnumber.png') 0 -45px;
}

#navigation .item a {
	font-size: 16px; color: #fff; text-decoration: none;
}

.shape.selected {
	border: 5px solid #ff0000;
}

button {	font-family: 'Inter', sans-serif;}

.buttons {
	font-family: 'Inter', sans-serif;
	margin-top: 20px;
	text-align: right;
}


.btn-next {
	width: 185px; height: 45px;
	background: url('./gfx/btn-next.png');
	border: none;
	cursor: pointer; cursor: hand;
	display: inline-block;
	vertical-align: top;
}

.btn-back {
	width: 130px; height: 45px;
	background: url('./gfx/btn-back.png');
	border: none;
	cursor: pointer; cursor: hand;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.btn-calculate {
	width: 185px; height: 45px;
	background: url('./gfx/btn-calculate.png');
	border: none;
	cursor: pointer; cursor: hand;
	display: inline-block;
}

#calculator {
	color: #303030;
}

#calculator h2 {
	margin: 20px 0 0 0;
	font-size: 20px;
}

#calculator p {
	font-size: 14px;
}

a:focus {
	outline: none; 
}

.shape {
	width: 319px; height: 163px;
	border: 4px solid #fff;
	display: block;
	float: left;
	margin: 0;
	
}

.shape.selected {
	border-color: #b60b09;
	border-width: 3px;
}

.shape.rect {
	background: url('./gfx/shape-rect.png') left top no-repeat;
}

.shape.l {
	background: url('./gfx/shape-l.png') left top no-repeat;
}

.shape.o {
	background: url('./gfx/shape-o.png') left top no-repeat;
}

.shape.u {
	background: url('./gfx/shape-u.png') left top no-repeat;
}

.shape.t {
	background: url('./gfx/shape-t.png') left top no-repeat;
}


.clear { clear: both; }


.shape-sides {
	float: left;
}

.step2-options {
	float: right;
	width: 500px;
}

.shape-moldings {
	float: left;
}

.step4-options {
	float: right;
	width: 500px;
}

.step4-options select {
	 margin-left: 20px;
	 width: 350px;
}


table tr th {
	padding: 0 40px 0 0;
	text-align: left;
}

table tr td {
	padding: 5px;
}

input[type="text"], input[type="password"], select {
	border: 1px solid #aaa;
	padding: 3px;
	background: #fff;
}

select {
	width: 300px;
}

select.longSelect {
	width: 450px;
}

.stepcontent {
	min-height: 350px;
	margin: 10px
}


#resultnavigation {
	padding: 0 0 0 7px;
	height: 45px;
	background: url('./gfx/bg-resultnavigation.png') left top repeat-x;
	border-radius: 3px;
}

#resultnavigation a {
	height: 40px; line-height: 40px;
	margin: 4px 5px 0 0;
	display: inline-block;
	background: #014f2f;
	width: 186px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
	border-top: 1px solid #538a73;
	text-align: center;
	font-size: 17px; color: #fff; text-decoration: none;
}

#resultnavigation a:hover, #resultnavigation a.current {
	background: #fff;
	color: #4f2c14;
}


#resultprice {
	width: 766px;
	padding: 10px; margin: 20px 0 20px 0;
	background: #e8e8e8;
	border-radius: 3px;
	color: #4f2c14;
	font-size: 20px;
}

#resultprice .price {
	color: #b60b09; font-weight: bold;
}

#resultcontent {
	margin-top: 40px;
}

#resultcontent h2 {
	font-size: 20px; color: #4f2c14;
}

#resultcontent table tr th {
	width: 470px;
	font-weight: normal;
	border-bottom: 1px dotted #bbb;
}


#resultcontent table tr td {
	width: 284px;
	font-weight: bold;
	border-bottom: 1px dotted #bbb;
	text-align: right;
}

a.newCalculation {
	color: #216147; font-weight: bold;
}

a.newCalculation:hover {text-decoration: none;}

/* obecne styly - zmeni se dle vnejsi aplikace 
html {
	overflow: -moz-scrollbars-vertical;
}

ul {
	list-style-type: none;	
}
body {
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	background-color: #35261d;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 13pt;
	}
	
a img {
	border: 4px solid white;
	}

a:hover img, a#selected img {
	border: 4px solid #94887B;
	}
h1, h2 {
  position: relative;
  text-align: left;
}

select {
	width: 150px;
	}

label {
	text-align: left;
	float: left;
	width: 40px;
	display: block;
	}

div#dimensions {
	background-color: #957f66;
	margin: auto;
	}
	
div#dimensions div.dimension {
	border: 1px solid #957f66;
	background-color: #957f66;
	text-align: left;
	display:block;
	width: 45%;
	float: left;
	padding: 5px;
	}

div#dimensions label {
	width: 20px;
	padding-right: 5px;
	text-align: right;	
	}

div#sides label {
	width: 40%;
	padding: 0 5px;
	text-align: left;
	}
div#sides label input {
	float: right;
	}

#side-price{
	background-color: #91980C;
	font-size: 12pt;
	padding: 15px;
	}
.clear {
	clear:both;
	}
	
div.kalkulator {
  background-color: #35261d;
}

tr.formelement {
  text-align: left;
}

tr.formelement td {
  padding-top: 10px;
}


div.debug {
  font-size: 80%;
  background-color: #ffaaaa;
}

div.clearer {
  clear: both;
}

.logo {
	height: 62px;
	background: transparent url("img/logo.png") no-repeat;
	background-color: #ecf4c9;
}

.logo #kalkulator {
	position: absolute;
	display: block;
	width: 190px;
	height: 150px;
	left: 30px;
	}

.logo #mojeterasa {
	position: absolute;
	display: block;
	width: 250px;
	height: 150px;
	
	left: 225px;
}
	
.elementType {
	
}

.steps {
	font-weight: bold;
}

#shapeSelected {
	font-size: 80%;
}

.left {
	position: absolute;
	top: 65px;
	text-align: center;
	padding: 2px;
	padding: 5px;
	margin-left: 5px;
	border: 2px solid white;
	color: white;
	background: #35261d;
	float: left;
	width: 250px;
}

.left td {
	color: white;
}

.test {
	width: 160px;
}
#createRequest {
	position:absolute;
	
	right: 140px;
	height: 30px;
	bottom: -31px;
	
	width: 115px;
	
	background-color: white;
	border-top: none;
	}
	
#submit {
	position:absolute;
	
	right: 10px;
	height: 30px;
	bottom: -31px;
	
	width: 115px;
	
	background-color: white;
	border-top: none;
}

#print-button {
	position:absolute;
	
	left: 10px;
	height: 30px;
	bottom: -31px;
	
	width: 115px;
	
	background-color: white;
	border-top: none;
}


.menu_ {
	text-align: center;
	width: 600px;
	position: absolute;
	top: 27px;
	left: 670px;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}

.results div b {
	display: block;
	float: left;
	}
.menu_ a {
	text-decoration: none;
	color: white;
	
}
#tab0{
	padding-top: 10px;
	position: absolute;
	height:34px;
	width: 143px;
	background: transparent url("img/red.png") no-repeat;
	
	left: -170px;
	}
	
#tab1{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/brown.png") no-repeat;
} 
#tab2{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/brown.png") no-repeat;
}
#tab3{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/green.png") no-repeat;
}
#tab4{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/green.png") no-repeat;
}

.results {
	display: none;
	position: absolute;
	top: 65px;;
	left: 268px;
	width: 920px;
	
	padding: 10px 0px 50px 50px;
		
	background-color: white;
	min-height: 940px;
	_height: 940px;
	
}

#pokladka, #nosice_klipy {
	padding: 0px;
	}
	
.results label {
	width: 70%;
	border-bottom: 1px dotted #ccc;
	}

.floatleft {
	width: 42%;
	border-right: 1px dotted #ccc;
	float: left;
}

#contactform {
	margin-top: 15px;
	}
#contactform input, #contactform textarea {
	margin-bottom: 10px;
	width: 300px;
	margin-left: 150px;
	display: block;
	}
#contactform textarea  {
	width: 400px;
	height: 150px;
	}
	
#contactform input.button {
	width: auto;
	margin: auto;
	}
	
#contactform label {
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 150px;
}

.notice {
	width: 550px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	
	border-top: 2px solid #80C31C;
	border-bottom: 2px solid #80C31C;
	
	background-color: #BCDD5A;
	margin: 20px 0;
}
.warning {
	width: 550px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	
	border-top: 2px solid #FFCC33;
	border-bottom: 2px solid #FFCC33;
	
	background-color: #FFFF66;
	margin: 20px 0;
	}
	
.error {
	width: 550px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	
	border-top: 1px solid #D34328;
	border-bottom: 1px solid #D34328; 
	
	background-color: #E15119;
	margin: 20px 0;
}
img {
	border: none;
	}


#print {
	position: absolute;
	z-index: 10;
	top: 70px;
	left: 1150px;
	padding: 10px; 
}

#timberPreview {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
#print img {
	border: none;
}

.Balloon {
	border: 1px solid red;
}

#contact {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: -450px;
}

#contact div {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px dotted #eee;
}

#contact div a {
	color: white;
}

*/
