@import url("menu.css");

/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2008 */

/***********************************************/
/* Colors                                      */
/***********************************************/
/*


*/

/***********************************************/
/* Reset                                       */
/***********************************************/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
p {
	padding: 0;
	margin: 25px 0 25px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.f_left {
	float: left;
	background-color: #eee;
}

.f_right {
	float: right;
}

small {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	color: #777671;
}
small a, small a:visited, small a:active {
	color: #777671;
	text-decoration: none;
	border-bottom: 1px #d1d1cc solid;
	padding-bottom: 1px;
}
small a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.list_no {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
ul.list_circle {
	margin: 5px 0 0 0;
	padding: 0 15px;
	list-style: none;
}
.list_circle li {
	padding: 5px 0 0 18px;
	background: url(../images/dot_turbok.gif) no-repeat;
	background-position: 0 12px;
}

ul.list_circle_sub {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.list_circle_sub li {
	padding: 5px 0 0 18px;
	background: url(../images/dot_turbok_sub.gif) no-repeat;
	background-position: 0 12px;
}
/***********************************************/
/* Basic                                       */
/***********************************************/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8c8865;
	text-align: center;
	line-height: 28px;
}
/*********Lines************************************/

.line {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: #dadad6 solid 1px;
}
.line_dotted {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: #d1d1cc dotted 1px;
}
.line_dark {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: #dadad6 double 8px;
}
/*********Headlines************************************/


h1 {
	font-size: 16px;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	margin: 10px 0 3px 0;
	padding: 0;
}
.bold {
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#position_main {
	width:  975px;
	height: 600px;
	margin: 0 auto;	
	margin-top: 20px;
	/*background-image: url(../images/bg_index.jpg);*/
	position: relative;
}

#position {
	width: 900px;
	height: 573px;
	margin:  0 auto;	
	margin-top: 30px;
	/*margin-bottom: 50px;*/
	position: relative;
}

#position_flash {
	width: 900px;
	height: 573px;
	margin:  0 auto;	
	margin-top: 30px;
	/*margin-bottom: 50px;*/
	/*border: 1px solid #ccc;*/
	position: relative;
}

#logo_cube {
	width: 628px;
	height: 120px;
	margin: 0 auto;
}

#iso {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 165px;
	left: 300px;
}

#site_right {
	width: 900px;
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom; 
	margin-top: 15px;
	padding: 0 0 0 0;
}

#logo_main {
	width: 810px;	
}

#logo {
	width: 810px;
	margin: 20px auto 0 auto;
}

#content {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#content h1 {
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#content_flash {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 20px 0;
}


.list {
	margin:  0 0 15px 18px;
	padding: 0 0 0 0;
	font-size: 12px;
	list-style-type: circle;
	line-height: 15px;
}

.list li {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

#services {
	width: 800px;
	margin: 10px 0 0 0;
}

#services_left {
	float: left;
	width: 400px;
}

#services_right {
	float: right;
	width: 400px;
}

#services h1 {
	font-size: 15px;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	color: #8c8865;
}

#menu_flash {
	width: 900px;
}

#details_left {
	width: 280px;
	/*height: 500px;*/
	float: left;
	/*background-color: red;*/
	padding: 0 0 0 0;
}

#details_right {
	width: 585px;
	height: 360px;
	float: right;
}

#work_logo {
	width: 280px;
	text-align: center;
}

#work_description {
	margin: 10px 0 0 0;
	font-size: 13px;	
	line-height: 22px;
	width: 280px;
}

#work_description a {
	color: #748d26;
	text-decoration: underline;
}

#work_description a:hover {
	color: #fff;
	text-decoration: underline;
}

.work_title {
	font-size: 14px;
	font-family: "Segoe Ui", Arial, Tahoma;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

.map {
	border: 1px solid #dcdcdc;
	width: 425px;
}

.map_link {
	width: 425px;
	text-align: center;
	padding: 10px 0 0 0;
}

.map_link a {
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
	padding: 3px 4px;
}

.map_link a:hover {
	color: #ccc;
	border-bottom: 1px solid #666;
	text-decoration: none;
	background-color: #333;
	padding: 3px 4px;
}

#content_left{
	width: 425px;
	float: left;
}

#content_right {
	width: 400px;
	float: right;
}

form {
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
}

.inputfield {
	padding: 4px 2px;
	font-size: 11px;
	background-color: #333;
	border: 1px solid #666;
	width: 280px;
	color: #ccc;
}

.textfield {
	padding: 4px 2px;
	font-size: 11px;
	background-color: #333;
	border: 1px solid #666;
	width: 280px;
	color: #ccc;
	height: 200px;
}

.box {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.btn_kuldes {
	background: url(../images/btn_kuldes.jpg) 0 0 no-repeat;
	width: 88px;
	height: 23px;
	margin: 0 0 10px 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.btn_kuldes:hover {
	background: url(../images/btn_kuldes.jpg) 0px -23px no-repeat;
	cursor: pointer;
}

#title_munkak {
	text-align: center;
}

a {
	outline: none;
	color: #819933;
}

a:hover {
	outline: none;
	color: #000000;
}

#btn_vissza {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width:  75px;
	height: 17px;
	display: block;
	background: url(../images/btn_vissza_en.gif) 0 0 no-repeat;
	/*border: 1px solid red;*/
	float: right;
}

#btn_vissza a {
	display: block;
	width:  75px;
	height: 17px;
	text-indent: -999px;
	background: url(../images/btn_vissza_en.gif) 0 0 no-repeat;	
}

#btn_vissza a:hover {
	display: block;
	width:  75px;
	height: 17px;
	background: url(../images/btn_vissza_en.gif) 0 -17px no-repeat;
}

.buttons_holder {
	width: 190px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.buttons_holder_2 {
	width: 203px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.buttons_holder_3 {
	width: 213px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	overflow: hidden;
}

#btn_contact {
	padding: 0;
	overflow: hidden;
	width:  74px;
	height: 15px;
	display: block;
	background: url(../images/btn_contact.gif) 0 0 no-repeat;
	/*border: 1px solid red;*/
	margin: 1px 0 0 0;
	float: left;
}

#btn_contact a {
	display: block;
	width:  74px;
	height: 15px;
	text-indent: -999px;
	background: url(../images/btn_contact.gif) 0 0 no-repeat;	
}

#btn_contact a:hover {
	display: block;
	width:  74px;
	height: 15px;
	background: url(../images/btn_contact.gif) 0 -15px no-repeat;
}

#btn_rolunk {
	padding: 0;
	overflow: hidden;
	width:  62px;
	height: 16px;
	display: block;
	background: url(../images/btn_rolunk.gif) 0 0 no-repeat;
	/*border: 1px solid red;*/
	margin: 0 20px 0 0;
	float: left;
}

#btn_rolunk a {
	display: block;
	width:  62px;
	height: 16px;
	text-indent: -999px;
	background: url(../images/btn_rolunk.gif) 0 0 no-repeat;	
}

#btn_rolunk a:hover {
	display: block;
	width:  62px;
	height: 16px;
	background: url(../images/btn_rolunk.gif) 0 -16px no-repeat;
}

#btn_portfolio {
	padding: 0;
	overflow: hidden;
	width:  87px;
	height: 23px;
	display: block;
	background: url(../images/btn_portfolio.gif) 0 0 no-repeat;
	/*border: 1px solid red;*/
	margin: 0 auto;
	float: left;
}

#btn_portfolio a {
	display: block;
	width:  87px;
	height: 23px;
	text-indent: -999px;
	background: url(../images/btn_portfolio.gif) 0 0 no-repeat;	
}

#btn_portfolio a:hover {
	display: block;
	width:  87px;
	height: 23px;
	background: url(../images/btn_portfolio.gif) 0 -23px no-repeat;
}
