/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chromeframe {
	position: absolute;
	top: 0;
}

/* Ok, this is where the fun starts.
 -------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font: 12px Verdana, Helmet, Freesans, sans-serif;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #333;
}

a {
	color: #03f;
}
a:hover {
	color: #69f;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
	color: #a9a9a9;
}
textarea:-moz-placeholder {
	color: #a9a9a9;
}

@font-face {
	font-family: 'source_sans_pro';
	src: url('fonts/sourcesanspro-light-webfont.eot');
	src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-light-webfont.woff') format('woff'), url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'source_sans_pro';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
	font-weight: 100;
	font-style: normal;
}

/* Print styles!
 -------------------------------------------------------------------------------*/
@media print {
}

/* ----------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	background-color: #4C4C4C;
}

.wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	background-color: #FFFFFF;
	background: url(../images/contentpicmain.jpg) right bottom no-repeat #ffffff;
}

.header {
	position: relative;
	height: 160px;
	background: url('../images/header_robex.png') no-repeat;
}

.header .logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

.header .logo_ex {
	width: 54px;
	height: 46px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.header .page_title {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

.header .page_title h1 {
	font-family: 'source_sans_pro';
	font-style: normal;
	font-weight: 200;
	font-size: 50px;
	color: #223572;
}

.header .page_title h2 {
	font-family: 'source_sans_pro';	
	font-style: normal;
	font-weight: 200;
	font-size: 20px;
	color: #223572;
}

.menu {
	position: relative;
	height: 37px;
	/*background: url("../images/menu_bg.png");*/
	background: #23396C;
	-webkit-box-shadow: 0 -5px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 -5px 5px 0 rgba(0,0,0,0.2);
}

.menu .left {
	width: 15px;
	height: 49px;
	/*background: url('../images/menu_left.png') no-repeat;*/
	position: absolute;
	left: -15px;
	top: -9px;
}

.menu .right {
	width: 15px;
	height: 49px;
	/*background: url('../images/menu_right.png') no-repeat;*/
	position: absolute;
	right: -15px;
	top: -9px;
}

.footer_abs {
	position: absolute;
	bottom: 0;
}

.footer {
	padding-left: 10px;
	position: relative;
	width: 1000px;
	height: 40px;
	/*background: url("../images/menu_bg.png");*/
	background: #23396C;
}

.footer .left {
	width: 15px;
	height: 49px;
	/*background: url('../images/menu_left.png') no-repeat;*/
	position: absolute;
	left: -15px;
	top: -9px;
}

.footer .right {
	width: 15px;
	height: 49px;
	/*background: url('../images/menu_right.png') no-repeat;*/
	position: absolute;
	right: -15px;
	top: -9px;
}

.footer .footer_text, .footer .footer_menu {
	color: #fff;
	padding-top: 13px;
	position: absolute;
}

.footer .footer_menu {
	right: 0px;
}

.footer .footer_menu li {
	display: inline;
}

.footer .footer_menu li a {
	color: #fff;
	text-decoration: none;
	border-left: solid thin #ccc;
	padding: 0 5px 0 10px;
}

.footer .footer_menu li a:hover {
	text-decoration: underline;
}

.footer .footer_menu li:nth-child(1) a {
	border-left: none;
}

.content {
	position: relative;
	padding-top: 20px;
	/*padding-bottom: 60px;*/
	min-height: 100%;
	height: 100%;
}

.menu nav {
	font-size: 14px;
	text-transform: uppercase;
}

.menu nav ul ul {
	display: none;
}

.menu nav ul li:hover > ul {
	display: block;
}

.menu nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
.menu nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.menu nav ul li {
	float: left;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu nav ul li:hover, .menu nav ul li.active {
	background: rgba(255, 255, 255, .3);
}

.menu nav ul li a {
	display: block;
	padding: 12px 10px 11px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.menu nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	/*top: 100%;*/
	z-index: 2;
        top: 37px;
        margin-left: -1px;        
}

.menu nav ul ul li {
	float: none;
	border-bottom: 1px solid #869bbf;
	border-left: 1px solid #869bbf;
	border-right: 1px solid #869bbf;
	position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu nav ul ul li a {
	background-color: rgba(221,226,237,.9);
	padding: 10px 15px 10px 15px;
	font-size: 11px;
        white-space: nowrap;
}

.menu nav ul li ul li a {
	color: #4a4a4a;
}

.menu nav ul ul li a:hover {
	background-color: rgba(231,236,247,.95);
}

.menu nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.content {
    background: url(../images/content_background.png) repeat-y;
}

.left .title {
	/*background: url('../images/subtitle_bg.png');*/
	background: #23396C;
}

.title .leftBg_s
{
	width: 15px;
	height: 39px;
	/*background: url(../images/subtitle_left.png) no-repeat;*/
	position: absolute;
	left: -15px;
	top: -9px;
}

.content .left {
	/*background-color: #DEFDFB;*/
	/*background-color: #4C94CC;*/
	margin-top: -20px;
	margin-bottom: -20px;
	padding-bottom: 20px;
	width: 270px;
	float: left;
}

.content .center {
	float: left;
	width: 730px;
}

.content .left .submenu {
	margin-bottom: 20px;
}

.content .left .submenu nav {
	background-color: #4C94CC;
}

.content .left .stahl_left {
	margin-left: 20px;
	color: #333;
}

.content .left .stahl_left h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

.content .left .stahl_left h2 {
	font-size: 13px;
	font-weight: bold;
}

.content .left .stahl_left h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 11px;
	max-width: 200px;
}

.content .left .stahl_left h4 {
	/*color: #000;*/
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
}

.left .submenu li {
	width: 100%;
}

.left .submenu a {
	font-size: 11px;
	padding: 7px 5px 7px 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-bottom: solid 1px #a3a3a3;
}

.left .submenu a:hover {
	background: #dce6f5 url('../images/submenu_hvr.png') repeat-y;
	color: #746fce;
}

.left .submenu ul li ul li {
	/*	padding-left: 10px;*/
}

.left .submenu ul li ul li a {
	font-size: 11px;
	padding: 7px 0 7px 20px;
	border-bottom-color: #ccc;
	text-transform: uppercase;
}

.left .active {
	background: rgba(255, 255, 255, 0.2) url('../images/submenu_act.png') repeat-y;
	color: #69f;
}

.content .main {
	padding: 0 10px 200px 10px;
}

.main h2 {
	/*max-width: 400px;*/
	font-size: 22px;
	color: #444;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: solid thin #E2E5F3;
	font-family: Verdana, Helmet, Freesans, sans-serif;
	font-weight: 200;
        text-align: left;
}

.newsList h2 {
  padding-right: 90px;
}

.main .status {
	font-size: 11px;
	margin: -9px 0 7px 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #E2E5F3;
    text-transform: uppercase;
}

.main .status a {
	color: #666;
	text-decoration: none;
}

.main .status a:hover {
	text-decoration: underline;
}

.news_elem {
	margin: 20px;
	margin-bottom: 30px;
}

.news_elem h3 {
	font-family: Verdana, Helmet, Freesans, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.news_elem a {
	color: #333;
	text-decoration: none;
}

.news_elem a:hover {
	text-decoration: underline;
}

.news_elem table {
	width: 100%;
}

.news_elem td {
	vertical-align: bottom;
}

.news_elem table.head {
	border-bottom: solid thin #d4d4d4;
}

.news_elem .lead {
	margin-top: 5px;
	text-align: justify;
}

.news_elem .imgCont {
	text-align: center;
	margin-top: 10px;
}

.news_elem img {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	max-width: 200px;
	max-height: 200px;
}

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

.news_elem .readMore a {
	font-style: italic;
	color: #230352;
}

.msg {
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#error {
	background-color: rgba(189,33,33,0.2);
	border: solid thin #f05252;
}

#success {
	background-color: rgba(60,220,0,0.3);
	border: solid thin #4acc39;
}

.right .rightCont {
	/* 	padding: 10px; */
}

.kosar {
	background-color: #e2e5f3;
	padding-bottom: 10px;
	-webkit-box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
	box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
	margin-top: 20px;
}

.kosarItems {
	padding: 10px 3px;
	font-size: 11px;
}

.kosarItems table {
	width: 100%;
}

.kosarItems td {
	padding-bottom: 4px;
}

.kosar .kosarButtons {
	margin-top: 10px;
	text-align: center;
}

.kosar button {
	background-color: #124494;
	border: none;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-ms-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
}

.kosar button:hover {
	background-color: #425db4;
}

.kosarItems table tr td:nth-child(2) {
	text-align: right;
}

.kosarItems a {
	text-decoration: none;
	color: #325023;
}

.kosarItems a:hover {
	color: #123011;
	text-decoration: underline;
}

.right .title, .left .title {
	-webkit-box-shadow: 1px -2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px -2px 3px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
}

.right .title .rightBg {
	/*background: url('../images/menu_right.png') no-repeat;*/
	position: absolute;
	right: -20px;
	top: -9px;
	width: 20px;
	height: 39px;
}

.ajanlat {
	margin: 40px 30px;
}

.ajanlat table {
	width: 100%;
}

.ajanlat td {
	padding: 5px;
}

.ajanlat input, .ajanlat textarea {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid thin #ccc;
	padding: 4px 6px;
	outline: none;
}

.ajanlat input[type=submit] {
	background-color: #124494;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-ms-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
}
.ajanlat input[type=submit]:hover {
	background-color: #2260b4;
}

.ajanlat textarea {
	width: 300px;
	height: 80px;
}

.ajanlat tr td:nth-child(1) {
	text-align: right;
	vertical-align: middle;
}

.ajanlat fieldset {
	padding-top: 15px;
	background-color: #f0f0f0;
	position: relative;
}

.ajanlat legend span {
	display: block;
	position: absolute;
	padding: 5px;
	top: -14px;
	background-color: #124494;
	color: #fff;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.ajanlatBtn {
	margin-top: 31px;
	margin-left: 30px;
}

.ajanlatBtn a {
	text-decoration: none;
	padding: 5px;
	background-color: #124494;
	color: #fff;
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.left .contact {
	margin: 50px 20px 20px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

.main .contact {
	margin-top: 20px;
	padding-top: 2px;
	border-top: solid 1px #E2E5F3;
}

.contact .elem {
	margin-top: 10px;
	margin-right: 20px;
	padding: 10px;
	color: #333;
	font-weight: normal;
	font-size: 11px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3edf4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3edf4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3edf4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e3edf4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3edf4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e3edf4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3edf4',GradientType=0 ); /* IE6-9 */
	float: left;
}

.contact .elem p {
	padding: 1px 0;
}

.right .news {
	margin-top: 20px;
	background-color: #e2e5f3;
	padding-bottom: 10px;
	-webkit-box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
	box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
}

.news .elem {
	padding: 15px;
	margin-bottom: 15px;
}

.news .elem div a {
	font-style: italic;
	color: #230352;
	text-decoration: none;
}

.news .elem div a:hover {
	text-decoration: underline;
}

.right .search {
	margin-top: 20px;
	background-color: #e2e5f3;
	padding-bottom: 10px;
	-webkit-box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
	box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
}

.search .cont {
	padding: 10px;
	text-align: center;
	background-color: #4C94CC;
}

.search input[type=text], .newsletter input[type=text] {
	border: solid thin #ccc;
	padding: 3px 5px;
}

.search input[type=submit], .newsletter input[type=submit], .news input[type=submit] {
	background: rgb(59,124,176); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(59,124,176,1) 0%, rgba(0,99,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,124,176,1)), color-stop(100%,rgba(0,99,175,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(59,124,176,1) 0%,rgba(0,99,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,124,176,1) 0%,rgba(0,99,175,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(59,124,176,1) 0%,rgba(0,99,175,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(59,124,176,1) 0%,rgba(0,99,175,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b7cb0', endColorstr='#0063af',GradientType=0 ); /* IE6-9 */

	border: none;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-ms-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
}

.search input[type=submit]:hover, .newsletter input[type=submit]:hover, .news input[type=submit]:hover {
	/*background-color: #425db4;*/
	background: #23396C;
}

ul.talalatok {
	list-style-image: url('../images/listdot.gif');
	margin-left: 15px;
}

ul.talalatok a {
	color: #4a4a4a;
	text-decoration: none;
}

ul.talalatok a:hover {
	text-decoration: underline;
}

.right .newsletter {
	margin-top: 20px;
	background-color: #e2e5f3;
	padding-bottom: 10px;
	-webkit-box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
	box-shadow: inset 1px -1px 0px 0.5px rgba(0, 50, 130, 0.3);
}

.newsletter .cont {
	padding: 10px;
	background-color: #4C94CC;
}

.newsletter .inputs label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: center;
}

.newsletter .inputs {
	text-align: center;
}

.newsletter .action {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsletter .action input {
	margin: 4px;
	vertical-align: middle;
}

.cataloge_download {
	margin-top: 50px;
}

.cataloge_download a {
	color: #4a4a4a;
	text-decoration: none;
}

.cataloge_download a:hover {
	text-decoration: underline;
}

.left .title .leftBg {
	/*background: url('../images/menu_left.png') no-repeat;*/
	position: absolute;
	left: -15px;
	top: -9px;
	width: 20px;
	height: 39px;
}

.dd-selected-image {
	max-height: 30px;
}

.dd-selected {
	height: 36px;
	padding: 5px;
}

.hirlLista {
	margin-bottom: 20px;
}

.hirlLista li {
	padding: 3px;
	border: solid 1px #E2E5F3;
	margin-bottom: 2px;
}

.hirlLista li:hover {
	background-color: #ECEFFF;
}

div#slideshow {
	margin: 0 auto;
}

div.language_select {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 120px;
	text-align: right;
}

h1 {
    font-size: 24px;
    font-weight: normal;
}
w
h2 {
    font-size: 20px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

.content .center {
    line-height: 20px;
    text-align: justify;
}

.content .center ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 13px 0;
    padding: 0 0 0 20px;
    font-size: 12px;
}

.content .center ol {
    list-style: decimal none;
    margin: 13px 0 13px 20px;
    padding: 0 20px;
    font-size: 12px;
}

.content .center ul ul, .content .center ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.content .center ol ol, .content .center ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.content .center ul.hirlLista {
    list-style-type: none;
}

.content .center ul.hirlLista li {
  text-align: left;
}

.content .center .contact {
    line-height: 14px;
}

.content .center table.keretes,
.content .center table.keretes td,
.content .center table.keretes th {
    border-width: 1px;
    border-color: rgb(128, 128, 128);
    border-style: solid;
    border-collapse: separate;
}
.content .center table.keretes td,
.content .center table.keretes th {
    padding: 3px;
}