@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic+SC|Roboto:100);
@charset "utf-8";

html {
	overflow-y: scroll;
	overflow-x: visible;
}
html::-webkit-scrollbar {
    width: 12px;
}
 
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    background: #eeeeee;
}
 
html::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #525252;
}

body {
	background: url('../gfx/main_bg.png');
}

/********************
	STYLE
********************/



.big {
	font-size: 40px;
}
.medium {
	font-size: 25px;
	line-height: 50px;
}
.bold {
	font-weight: bold;
}
.topic {
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 25px;
}
.service_list {
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 18px;
}
.yellow {
	color: #e2d69c;
}
.green {
	color: #9acd95;
}

/********************
	CONTAINERS
********************/

#container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 800px;
}
#main-container {
	position: relative;
	width: 100%;
	min-width: 900px;
	height: auto;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 100px;
	margin: auto;
	background: #fdfdfd;
	-webkit-box-shadow: 0px 2px 10px #000;
	-moz-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
	z-index: 2;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding-top:10px;
	background: #f0f0f0;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#main-img {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 460px;
	margin: 0 auto;
	background: url('../gfx/front_img.png') no-repeat;
	-webkit-box-shadow: 0px 2px 10px #000;
	-moz-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
}
#main-img-container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#header-container {
	position: relative;
	width: 1000px;
	min-width: 1000px; 
	height: 100%;
	margin: 0 auto;
}

#bottom-container {
	position: relative;
	top: 20px;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#om-oss {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 460px;
	margin: 0 auto;
}
#om-oss-container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#tjanster {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 460px;
	margin: 0 auto;
}
#tjanster-container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#refob {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 460px;
	margin: 0 auto;
}
#refob-container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#kontakta {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 460px;
	margin: 0 auto;
}
#kontakta-container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
/********************
	HEADER
********************/

.header-left {
	position: relative;
	top: 0;
	float: left;
	width: 460px;
	height: 100px;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 30px;
	color: #797655;
	background: url('../gfx/logo.png') no-repeat center;
	padding-top: 0;
	text-align: center;

}
.header-right {
	position: relative;
	top: 0;
	float: right;
	width: 530px;
	height: 100%;
	text-align: center;
}

.header-menu-hem {
	display: inline-block;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	line-height: 100px;
	background: #cdd9d5;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	margin-right: 10px;
}
.header-menu-hem:hover {
	background: #a7b1ae;
	color: #fff;
}

.header-menu-om {
	display: inline-block;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	line-height: 100px;
	background: #e2d69c;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	margin-right: 10px;
}
.header-menu-om:hover {
	background: #bfb584;
	color: #fff;
}

.header-menu-tjanster {
	display: inline-block;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	line-height: 100px;
	background: #cd9596;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	margin-right: 10px;
}
.header-menu-tjanster:hover {
	background: #b17979;
	color: #fff;
}

.header-menu-refobj {
	display: inline-block;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	line-height: 100px;
	background: #9acd95;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	margin-right: 10px;
}
.header-menu-refobj:hover {
	background: #74b06e;
	color: #fff;
}

.header-menu-kontakta {
	display: inline-block;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	line-height: 100px;
	background: #a695cc;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
}
.header-menu-kontakta:hover {
	background: #8672b3;
	color: #fff;
}


/********************
	MAIN-LARGE IMG
********************/

.main-img-text-box-top {
	position: absolute;
	display: inline-block;
	top: 60px;
	left: 30px;
	width: auto;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	background: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	color: #fff;

}
.main-img-text-box-bottom {
	position: absolute;
	display: inline-block;
	top: 130px;
	left: 30px;
	width: auto;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	background: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	color: #fff;
}


/********************
	MAIN-BOTTOM
********************/

.bottom-left-box-small {
	display: none;
}

.bottom-left-box {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	height: 141px;
	border: 1px solid #bcbcbc;
}


.bottom-right-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	height: 141px;
	border: 1px solid #bcbcbc;
}

.bottom-right-box-content {
	position: absolute;
	top: 51px;
	left: 0;
	height: 90px;
	width: 450px;
	background: url('../gfx/map01_dots.png');
}
.bottom-right-box-content-text {
	position: absolute;
	top: 10px;
	left: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}

.bottom-box-topic-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 430px;
	height: 50px;
	background: #fff;
	border: 1px solid #939393;
	border-left: none;
	border-right: none;
	border-top: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 50px;
	padding-left: 20px;
	z-index: 2;
}
.bottom-box-topic-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 430px;
	height: 50px;
	background: #fff;
	border: 1px solid #939393;
	border-left: none;
	border-right: none;
	border-top: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 50px;
	padding-left: 20px;
	z-index: 2;
}

.bottom-left-box-content-text {
	position: absolute;
	top: 51px;
	left: 0;
	background: #fff;
	height: 90px;
	width: 450px;
}
.bottom-box-img {
	margin-left: 0;
	width: 90px;
}
.bottom-box-img:hover .alt-img-main {
	display: block;
}
.alt-img-main {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 90px;
	background: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #742020;
	cursor: pointer;
}

.img-ref {
	margin-left: 0;
	width: 90px;
	height: auto;
}

/********************
	OM OSS-MAIN
********************/

.om-oss-box {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: auto;
}
.om-oss-topic {
	position: absolute;
	left: 10px;
	top: 0;
	width: 150px;
	height: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #3f3f3f;
	line-height: 40px;
	background: #ccd8d4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border: 1px solid #939393;
	border-bottom: none;
	z-index: 1;
}
.om-oss-main-content-box {
	position: absolute;
	left: 0;
	top: 41px;
	width: 900px;
	height: 450px;
	background: url('../gfx/service_bg.png') no-repeat;
	border: 1px solid #939393;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:03px;
	border-bottom-left-radius:3px;
}
.om-oss-main-content-box-text {
	position: absolute;
	top: 30px;
	left: 150px;
	border: 1px solid #eee;
	width: 600px;
	height: 350px;
	max-height: 350px;
	background: #fff;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	line-height: 20px;
	letter-spacing: 1px;
	overflow-y: auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.om-oss-main-content-box-text::-webkit-scrollbar {
    width: 12px;
}
 
.om-oss-main-content-box-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    background: #eeeeee;
}
 
.om-oss-main-content-box-text::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #525252;
}

/********************
	TJÄNSTER-MAIN
********************/

.tjanster-box {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: auto;
}
.tjanster-topic {
	position: absolute;
	left: 10px;
	top: 0;
	width: 150px;
	text-align: center;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #3f3f3f;
	line-height: 40px;
	background: #ccd8d4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border: 1px solid #939393;
	border-bottom: none;
	z-index: 1;
}
.tjanster-main-content-box {
	position: absolute;
	left: 0;
	top: 41px;
	width: 900px;
	height: 450px;
	background: url('../gfx/about_us_bg.png') no-repeat;
	border: 1px solid #939393;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:03px;
	border-bottom-left-radius:3px;
	font-family: Verdana;
	font-size: 13px;
	color: #525252;
	line-height: 18px;
}
.tjanster-main-content-box-text {
	position: absolute;
	top: 30px;
	left: 150px;
	border: 1px solid #eee;
	width: 600px;
	height: 350px;
	max-height: 350px;
	background: #fff;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	line-height: 20px;
	letter-spacing: 1px;
	overflow-y: auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.tjanster-main-content-box-text a:link { color: #525252; text-decoration: none; font-weight: bold;}
.tjanster-main-content-box-text a:visited { color: #525252; text-decoration: none; font-weight: bold;}
.tjanster-main-content-box-text a:hover { color:#9acd95; text-decoration: none; }
.tjanster-main-content-box-text a:active { color:#9acd95; text-decoration: none; }

.tjanster-main-content-box-text::-webkit-scrollbar {
    width: 12px;
}
 
.tjanster-main-content-box-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    background: #eeeeee;
}
 
.tjanster-main-content-box-text::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #525252;
}


.tjanster-kontakta-box-center {
	position: absolute;
	
	bottom: 0;
	width: 600px;
	height: 40px;
	text-align: center;
}

.tjanster-kontakta-button-box {
	-moz-box-shadow:inset 0px 1px 0px 0px #c8bbe6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c8bbe6;
	box-shadow:inset 0px 1px 0px 0px #c8bbe6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a695cc), color-stop(1, #ab9bd1) );
	background:-moz-linear-gradient( center top, #a695cc 5%, #ab9bd1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a695cc', endColorstr='#ab9bd1');
	background-color:#a695cc;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0px;
	border:1px solid #816fad;
	display:inline-block;
	color:#f8f5ff;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:200px;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
}
.tjanster-kontakta-button-box:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ab9bd1), color-stop(1, #a695cc) );
	background:-moz-linear-gradient( center top, #ab9bd1 5%, #a695cc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9bd1', endColorstr='#a695cc');
	background-color:#ab9bd1;
}.tjanster-kontakta-button-box:active {
	position:relative;
	top:1px;
}


/********************
REFERENSOBJEKT-MAIN
********************/

.refob-box {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: auto;
}
.refob-topic {
	position: absolute;
	left: 10px;
	top: 0;
	width: 220px;
	text-align: center;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #3f3f3f;
	line-height: 40px;
	background: #ccd8d4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border: 1px solid #939393;
	border-bottom: none;
	z-index: 1;
}
.refob-main-content-box {
	position: absolute;
	left: 0;
	top: 41px;
	width: 900px;
	height: 450px;
	background: #fff;
	border: 1px solid #939393;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:03px;
	border-bottom-left-radius:3px;
	font-family: Verdana;
	font-size: 13px;
	color: #525252;
	line-height: 18px;
}
.refob-main-content-box-text {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 870px;
	height: 440px;
	max-height: 440px;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	line-height: 20px;
	overflow-y: auto;
	text-align: center;
}

.refob-main-img {
	width: 250px;
	height: 250px;
	margin: 5px;
	border: 1px solid #525252;
}
.refob-box-img {
	position: relative;
}
.refob-box-img:hover .alt-img {
	display: block;
}
.alt-img {
	display: none;
	position: absolute;
	z-index: 2;
	top: -249px;
	left: 0;
	width: 260px;
	height: 260px;
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	cursor: pointer;
}
.alt-img-text {
	position: absolute;
	top: 80px;
	left: 0;
	width: 260px;
	margin: 0 auto;
	color: #742020;
}

.refob-show-box {
	display: none;
	position: absolute;
	top: 9px;
	left: 5px;
	width: 880px;
	height: 440px;
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 2;
	text-align: center;
}

.refob-show-img {
	width: auto;
	height: auto;
	border: 1px solid #525252;
}

.refob-main-content-box-text::-webkit-scrollbar {
    width: 12px;
}
 
.refob-main-content-box-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    background: #eeeeee;
}
 
.refob-main-content-box-text::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #525252;
}




/********************
	KONTAKTA-MAIN
********************/

.kontakta-box {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: auto;
}
.kontakta-topic {
	position: absolute;
	left: 10px;
	top: 0;
	width: 150px;
	text-align: center;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #3f3f3f;
	line-height: 40px;
	background: #ccd8d4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border: 1px solid #939393;
	border-bottom: none;
	z-index: 1;
}
.kontakta-main-content-box {
	position: absolute;
	left: 0;
	top: 41px;
	width: 900px;
	height: 450px;
	background: #fff;
	border: 1px solid #939393;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	font-family: Verdana;
	font-size: 13px;
	color: #525252;
	line-height: 18px;

}
.kontakta-main-content-box-small {
	position: absolute;
	left: 0;
	top: 41px;
	width: 900px;
	height: 450px;
	background: #fff;
	border: 1px solid #939393;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	font-family: Verdana;
	font-size: 13px;
	color: #525252;
	line-height: 18px;

}
.kontakta-main-content-box-text-left {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 435px;
	height: 440px;
	max-height: 440px;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	line-height: 20px;
	overflow-y: auto;
}
.kontakta-main-content-box-text-right-bottom {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 400px;
	height: 200px;
	border: 1px solid #939393;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 6px;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
}

.kontakta-main-content-box-text-right {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 435px;
	height: 440px;
	max-height: 440px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #3f3f3f;
	line-height: 20px;
	overflow-y: auto;
	border: 1px solid #939393;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.kontakta-main-content-box-text-small {
	display: none;
}

.kontakta-main-content-box-text::-webkit-scrollbar {
    width: 12px;
}
 
.kontakta-main-content-box-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    background: #eeeeee;
}
 
.kontakta-main-content-box-text::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #525252;
}

.kontakta-input {
	width: 250px;
	height: 30px;
	font-family: Verdana;
	font-size: 16px;
	padding: 5px;
	background: #ccd8d4;
	color: #3f3f3f;
	border: 5px solid #b2b8b6;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
}
.kontakta-input:focus {
	background: #fff;
	font-weight: bold;
}

.kontakta-textarea {
	width: 250px;
	height: 120px;
	font-family: Verdana;
	font-size: 16px;
	padding: 5px;
	background: #ccd8d4;
	color: #3f3f3f;
	border: 5px solid #b2b8b6;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	resize: none;
}
.kontakta-textarea:focus {
	background: #fff;
}

.kontakta-textarea::-webkit-scrollbar {
    width: 12px;
}
.kontakta-textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    background: #eeeeee;
}
.kontakta-textarea::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #525252;
}

.kontakta-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #e1dfe6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e1dfe6;
	box-shadow:inset 0px 1px 0px 0px #e1dfe6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a695cc), color-stop(1, #9383b8) );
	background:-moz-linear-gradient( center top, #a695cc 5%, #9383b8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a695cc', endColorstr='#9383b8');
	background-color:#a695cc;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #8573b0;
	display:inline-block;
	color:#ebebeb;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:40px;
	width:270px;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
}
.kontakta-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9383b8), color-stop(1, #a695cc) );
	background:-moz-linear-gradient( center top, #9383b8 5%, #a695cc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9383b8', endColorstr='#a695cc');
	background-color:#9383b8;
}.kontakta-button:active {
	position:relative;
	top:1px;
}

.kontakta-left-table {
	width: 430px;
	border: none;
}
.kontakta-right-table {
	width: 430px;
	border: none;
}
.kontakta-td-right-text {
	width: 150px;
	text-align: center;
	vertical-align: top;
}
.kontakta-td-right-form {
	width: 280px;
	vertical-align: top;
}

